Parallel toolbox "Couldn't find process 570"
Mostra commenti meno recenti
I'm setting up Matlab on a new linux laptop. When I try to use the parallel toolbox via
>> matlabpool 4
I get the following error:
Error using matlabpool (line 134)
The following error occurred while retrieving the name of process 570:
Matlab/toolbox/distcomp/bin/util/psname.sh: line 12: /bin/ps: No such file
or directory
Couldn't find process 570
What could be causing this? I've used this setup on several other computers without this problem.
5 Commenti
Walter Roberson
il 23 Giu 2013
Please check to see if your linux has /bin/ps and if it does not, then at the linux prompt please check what
which ps
indicates.
Tyler
il 24 Giu 2013
Walter Roberson
il 25 Giu 2013
Notice your ps is /usr/bin/ps but psname.sh is looking for /bin/ps
Is there a /bin/ps on your system? If not, then try linking /usr/bin/ps to /bin/ps
Tyler
il 25 Giu 2013
Walter Roberson
il 25 Giu 2013
I do not have that toolbox so I cannot examine the code. I would have a look at Matlab/toolbox/distcomp/bin/util/psname.sh and in particular I would check what is going on on line 12 in that file.
Risposte (0)
Categorie
Scopri di più su Get Started with MATLAB 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!