Why am I getting a ''Failed to start parallel pool'' error in Matlab 2016b?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Hi, I'm trying to run some code using parallel processing in Matlab 2016b (x64) and the following error pops-up,
Error using parpool (line 103)
Failed to start a parallel pool. (For information in addition to the causing error, validate the profile 'local' in the Cluster
Profile Manager.)
...
Caused by:
Error using parallel.internal.pool.InteractiveClient>iThrowWithCause (line 665)
Failed to start pool.
Error using parallel.Cluster/createCommunicatingJob (line 92)
Too many input arguments.
Running the same piece of code using parallel processing in Matlab 2015b everything runs smooth.
Has someone experienced the same issue?
P.S.: I've uninstalled and installed Matlab several times and the same error persists.
Thanks for your help!
2 Kommentare
Adam
am 24 Mär. 2017
Bearbeitet: Adam
am 24 Mär. 2017
Did you try doing what it says?:
"For information in addition to the causing error, validate the profile 'local' in the Cluster Profile Manager."
I have no idea what this does though - whether it fixes things or just reports problems, but it should give some extra information.
Antworten (1)
Darshan Ramakant Bhat
am 28 Mär. 2017
It is a known bug in MATLAB. Please try the following patch specified in the following link
Regards,
Darshan Bhat
Siehe auch
Kategorien
Mehr zu Introduction to Installation and Licensing finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!