How do I execute parallel computing in Matlab without altering my script?

3 ビュー (過去 30 日間)
Farhanah Mohammed
Farhanah Mohammed 2019 年 6 月 18 日
回答済み: Edric Ellis 2019 年 6 月 19 日
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.

採用された回答

Edric Ellis
Edric Ellis 2019 年 6 月 19 日
It's not quite clear what you're trying to achieve here. You should launch parpool only if your script uses parallel language features like parfor, parfeval, or spmd. If you simply want to run your script in the background, you can use batch.

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeParallel Computing Fundamentals についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by