Intel® MPI Library
Get help with building, analyzing, optimizing, and scaling high-performance computing (HPC) applications.
2272 토론

Can not use all process cores on one workstation

YaoYe
초보자
1,833 조회수

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.

 

0 포인트
5 응답
GouthamK_Intel
중재자
1,822 조회수

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

 

0 포인트
YaoYe
초보자
1,812 조회수

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.

0 포인트
GouthamK_Intel
중재자
1,782 조회수

Hi,

Could you please provide the output of the below two commands.

  1. cpuinfo
  2. I_MPI_DEBUG=10 mpiexec -n 128 "executable program"


Regards

Goutham


0 포인트
RahulV_intel
중재자
1,769 조회수

Hi,

 

Just a quick reminder to send the output for the above commands.

 

Thanks,

Rahul

 

0 포인트
RahulV_intel
중재자
1,741 조회수

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.


0 포인트
응답