- 신규로 표시
- 북마크
- 구독
- 소거
- 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.
