Error in loadlibrary.m MATLAB R2011a
Ältere Kommentare anzeigen
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 Kommentare
Kaustubha Govind
am 10 Mai 2011
Are you using a local matlabpool configuration in both R2010b and R2011a?
Goryn
am 10 Mai 2011
Goryn
am 10 Mai 2011
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu MATLAB Parallel Server finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!