Parallel toolbox "Couldn't find process 570"

3 vues (au cours des 30 derniers jours)
Tyler
Tyler le 23 Juin 2013
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 commentaires
Tyler
Tyler le 25 Juin 2013
/bin/ps is already linked to /usr/bin/ps.
[~]$ ls -al /bin
lrwxrwxrwx 1 root root 7 Jun 1 03:40 /bin -> usr/bin
Just typing "/bin/ps" at the prompt gives the normal ps output.
Walter Roberson
Walter Roberson le 25 Juin 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.

Connectez-vous pour commenter.

Réponses (0)

Catégories

En savoir plus sur Startup and Shutdown dans Help Center et File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by