This version (2022/06/20 09:01) was approved by msiegel.
This is an old revision of the document!
OpenMP and process pinning
When starting hybrid OpenMP/MPI jobs, process pinning (cpu affinity) should be disabled. Otherwise all threads will bind to one core. Pinning can be disabled by setting an environment variable, depending on the MPI version used:
IntelMPI:
export I_MPI_PIN=0
MVAPICH2:
export MV2_ENABLE_AFFINITY=0