- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
On my workstation there are 128 logic core. I can monitor them in task manager. I run mpiexec -n 128 "executable program"
But I see the OS only use 64 cores and ultility rate about 64% in task manager. The OS is windows 2016 server 64bit.
Are there some system configuration and options to limit CPU core usage?
Any information from you is helpful for me. Thanks.
コピーされたリンク
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Hi,
Thanks for reaching out to us!
Could you please confirm how you have concluded that only 64 cores are getting utilized out of 128? did you check in the resource monitor?
However, you can check which ranks/processes are mapped to which logical cores in the terminal by setting below the environmental variable.
set I_MPI_DEBUG=10
Also, please share the terminal output after setting the above variable.
Thanks & Regards
Goutham
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Now the system has NUMA architecture of CPU. Two NUMA node. One node has 64 cores. when run mpiexec, the os system only use 64 cores in one NUMA node.
From website, I got SMP, MPP and NUMA are different.
- タグ:
- syst
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Hi,
Could you please provide the output of the below two commands.
- cpuinfo
- I_MPI_DEBUG=10 mpiexec -n 128 "executable program"
Regards
Goutham
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Hi,
Just a quick reminder to send the output for the above commands.
Thanks,
Rahul
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Hi,
I have not heard back from you, so I will go ahead and close this thread from my end. Feel free to post a new question, if you still face any issue.
