Error in loadlibrary.m MATLAB R2011a
Afficher commentaires plus anciens
When I use loadlibrary.m function in parallel computations, for example using parameterSweep.m function from Algorithmic Trading 2010 Webinar, it tells me:
??? Error using ==> parallel_function at 598
Error in ==> loadlibrary at 264
A 'Selected' compiler was not found. You may need to run mex -setup.
But I've ran mex -setup, and have chosen Lcc and also've tried Visual C++ 2005, 2008, Open WATCOM C++, other compilers, but an error is the same...
Without using function 'matlabpool open ...' it works well, in R2010b it also works well in all cases. What's wrong with R2011a? How to fix it? Do you have any sugestions, please?
3 commentaires
Kaustubha Govind
le 10 Mai 2011
Are you using a local matlabpool configuration in both R2010b and R2011a?
Goryn
le 10 Mai 2011
Goryn
le 10 Mai 2011
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur MATLAB Parallel Server dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!