Intel® MPI Library
Get help with building, analyzing, optimizing, and scaling high-performance computing (HPC) applications.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

Placing MPI ranks on the specific cores of Xeon Phi

Shilpa_B_
Beginner
652 Views

Hi..Is it possible to place the MPI ranks on the specific cores of Xeon Phi (1-60) during the native mode computation. All that I understand is that the scheduler assigns ranks in round robin fashion on all the nodes starting from the first available core. Is it possible to overwrite this?

0 Kudos
1 Reply
TimP
Honored Contributor III
652 Views

You'll need to read the docs for the MPI of your choice.  You could go as far as giving full lists of assignments on each node, e.g. by I_MPI_PIN.....

0 Kudos
Reply