matlabpool error Parallel Computing Toolbox
Afficher commentaires plus anciens
I have R2012a installed on 64bit PC. I added the Parallel Computing Toolbox but i cannot start a matlabpool. When I type ver i don't see the PCT as being installed. But across the top I see Parallel as a header menu.
I simply want to run a parfor loop at this point.
I'm either doing something wrong or something isn't set up properly. How do I check?
Thank you
8 commentaires
Jason Ross
le 21 Fév 2013
'ver' would be the first place. If it's not listed in the output, it's not seen as part of the install.
When you try and start a matlabpool, what actually happens? Does it hang? Do you get an error?
Sean de Wolski
le 21 Fév 2013
Try:
rehash toolboxcache
ver
Does it show up?
Valentin
le 21 Fév 2013
Modifié(e) : Walter Roberson
le 21 Fév 2013
Valentin
le 21 Fév 2013
Sean de Wolski
le 21 Fév 2013
Alright, then trY:
restoredefaultpath;
rehash toolboxcache
Then
matlabpool open
Valentin
le 21 Fév 2013
Shashank Prasanna
le 22 Fév 2013
That message is telling you that MATLAB is starting a pool of workers. When you use parfor after the above finishes executing, those are the workers amongst which your job will be distributed.
Valentin
le 22 Fév 2013
Réponse acceptée
Plus de réponses (1)
Walter Roberson
le 21 Fév 2013
0 votes
You have the software installed, but not licensed. Somehow.
You should contact Mathworks Support.
1 commentaire
Valentin
le 21 Fév 2013
Catégories
En savoir plus sur Job and Task Creation 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!