How do I execute parallel computing in Matlab without altering my script?
Ältere Kommentare anzeigen
I have tried entering "parpool" in the command line before running the script but it is still running on only one CPU. The pool becomes active with my 12 processors running however it seems like my code cannot access the pool. It prompts me that the paralle pool is idle and will shut down soon.
I think the problem is in the execution of parpool. Any help will be appreciated. Thanks.
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Parallel Computing Fundamentals finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!