Skip to content

Commit

Permalink
add mpi bootstrap (#1862)
Browse files Browse the repository at this point in the history
  • Loading branch information
xpillons authored Feb 27, 2024
1 parent d656566 commit 1068a4f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions playbooks/files/ood_templates/slurm/impi_pingpong/pingpong.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,9 @@ module use /usr/share/Modules/modulefiles

module load mpi/impi-2021

export I_MPI_DEBUG=5
export I_MPI_HYDRA_BOOTSTRAP=slurm
#export I_MPI_PORT_RANGE=59000:61000

echo "Running on $SLURM_NNODES nodes"
mpirun -ppn 1 IMB-MPI1 PingPong
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ module load mpi/impi-2021

#export I_MPI_FABRICS="shm:ofi"
export I_MPI_DEBUG=5
export I_MPI_HYDRA_BOOTSTRAP=slurm
#export FI_PROVIDER=mlx

IMB_ROOT=$I_MPI_ROOT/bin
Expand Down

0 comments on commit 1068a4f

Please sign in to comment.