Matlab pool error
Mostra commenti meno recenti
Hello. PC: intel core i7 Matlab: 2011a I have some problems with comand matlabpool(number_of_workers); With any number_of_workers it gives Error when using the 'scheduler' section of the configuration 'local': The DataLocation of a scheduler must be an accessible directory on the current machine's filesystem. The value supplied (4) is not a valid directory What should i fix in this case? Thanks.
Risposta accettata
Più risposte (3)
Edric Ellis
il 23 Set 2011
1 voto
It sounds like your 'DataLocation' property on the 'local' scheduler has got an invalid value in it ('4') - this needs to be a directory on disk where job and task data can be stored.
To fix this, bring up the "Configurations Manager" from the Parallel menu, double-click 'local', and simply delete whatever is in the 'DataLocation' box (this causes the default to use, which should be fine).
You can check things are working ok by selecting 'Start Validation' in the Configurations Manager.
Alex Hoppus
il 22 Set 2011
0 voti
Alex Hoppus
il 23 Set 2011
Categorie
Scopri di più su Job and Task Creation in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!