Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
28383 Discussions

Explicit MPI/OpenMP process pinning with Intel MPI

van_workum__kevin
245 Views

I have an MPI/OpenMP application. I would like to launch e.g. 23 MPI processes on 2 nodes (12 cores per node) where one process (e.g. rank 14) should have 2 OMP threads while all the others have a single thread. I want the rank 14 process pinned to 2 cores and the other ranks pinned to a single core. The job is run under Torque/PBS. How can I do that?

0 Kudos
1 Reply
Steve_Lionel
Honored Contributor III
245 Views

This question might be better suited for the Intel Clustering Technology forum, as it is not really Fortran related.

0 Kudos
Reply