Skip to content

Commit

Permalink
OHPC_setup_mpi: load openmpi5 for openmpi5
Browse files Browse the repository at this point in the history
Signed-off-by: Adrian Reber <areber@redhat.com>
  • Loading branch information
adrianreber committed Feb 23, 2024
1 parent d4b09d9 commit 6426307
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/OHPC_setup_mpi
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ elif [ "${OHPC_MPI_FAMILY}" = "openmpi3" ]; then
elif [ "${OHPC_MPI_FAMILY}" = "openmpi4" ]; then
module load openmpi4
elif [ "${OHPC_MPI_FAMILY}" = "openmpi5" ]; then
module load openmpi4
module load openmpi5
elif [ "${OHPC_MPI_FAMILY}" = "impi" ]; then
module load impi
elif [ "${OHPC_MPI_FAMILY}" = "mvapich2" ]; then
Expand Down

0 comments on commit 6426307

Please sign in to comment.