Shutting down some CPUs
古いコメントを表示
Hi
I am running a MATLAB code in a 48 CPU server. I want to run only 8 CPUs. How can I set the number of used CPUs?
Thanks
1 件のコメント
Jan
2021 年 4 月 15 日
On which operating system?
回答 (1 件)
Raymond Norris
2021 年 4 月 15 日
Try
maxNumCompThreads(8);
カテゴリ
ヘルプ センター および File Exchange で MATLAB Parallel Server についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!