Error in loadlibrary.m MATLAB R2011a
Mostra commenti meno recenti
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 Commenti
Kaustubha Govind
il 10 Mag 2011
Are you using a local matlabpool configuration in both R2010b and R2011a?
Goryn
il 10 Mag 2011
Goryn
il 10 Mag 2011
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su MATLAB Parallel Server in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!