Can't run parfor in my computer
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
When I use `parfor` (Its very basics parfor just for testing) I had the following errors... Anyone knows why this happens? Thanks!
Starting parallel pool (parpool) using the 'local' profile ..
Error using gcp (line 49)
Parallel pool failed to start with the following error. For more detailed
information, validate the profile 'local' in the Cluster Profile Manager.
Error in try_parfor (line 2)
ticBytes(gcp);
Caused by:
Error using parallel.internal.pool.AbstractInteractiveClient>iThrowWithCause (line 305)
Failed to initialize the interactive session.
Error using parallel.internal.pool.AbstractInteractiveClient>iThrowIfBadParallelJobStatus (line 428)
The interactive communicating job finished with no message.
0 Kommentare
Antworten (1)
Dennis Jung
am 9 Okt. 2021
This may be a similar question to this one: https://www.mathworks.com/matlabcentral/answers/196549-failed-to-start-a-parallel-pool-in-matlab2015a
0 Kommentare
Siehe auch
Kategorien
Mehr zu Parallel Computing Fundamentals 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!