Mentions légales du service

Skip to content
Snippets Groups Projects
Commit c0779958 authored by PRUVOST Florent's avatar PRUVOST Florent
Browse files

Fix binding option with openmpi

parent beb18cdc
No related branches found
No related tags found
No related merge requests found
......@@ -49,7 +49,7 @@ fi
export MPI_OPTIONS=""
if [ $MPI = "openmpi" ]
then
export MPI_OPTIONS="--map-by ppr:1:node:pe=$SLURM_JOB_CPUS_PER_NODE"
export MPI_OPTIONS="--bind-to board"
GUIX_ENV_MPI=""
GUIX_ADHOC_MPI="openssh openmpi"
elif [ $MPI = "nmad" ]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment