Can't open matlabpool ?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
It used to work, but now if I type matlabpool(10) it fails. The error (can't paste it, on another network) says:
Failed to open matlabpool. (...) Caused by: Error using distcomp.interactiveclient.start (line 64) Failed to locate and destroy old interactive jobs. Error using parallel.internal.customattr.CustomGetSet/get (line 32) The following error occurred while retrieving the name of process 27062: couldn't find process 27062
Any ideas? I'm dead in the water. Restarting matlab didn't help. This is a network linux machine so I can't just reboot it. I don't think I have use parallel toolbox since the machine was reboot though.
0 Kommentare
Akzeptierte Antwort
Ryan Livingston
am 15 Feb. 2013
Sometimes:
matlabpool close force
cleans up the old jobs and allows you to start it up again.
2 Kommentare
Ryan Livingston
am 15 Feb. 2013
I think that used indiscriminately, it has the capability to clobber legitimate existing pools/jobs so that would be my guess as to why it isn't automated.
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Startup and Shutdown finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!