Skip to content

Commit

Permalink
openmpi 5.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
dalcinl committed Jan 20, 2025
1 parent eaf7bc2 commit 1b666fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -euo pipefail
mpiname=${MPINAME:-mpich}
case "$mpiname" in
mpich) version=4.2.3 ;;
openmpi) version=5.0.5 ;;
openmpi) version=5.0.6 ;;
esac
version=${VERSION:-$version}

Expand Down
1 change: 1 addition & 0 deletions cibw-check-mpi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ if test "$mpiname" = "openmpi"; then
export OMPI_MCA_mpi_yield_when_idle=true
export OMPI_MCA_rmaps_base_oversubscribe=true
export OMPI_MCA_rmaps_default_mapping_policy=:oversubscribe
export PRTE_MCA_rmaps_default_mapping_policy=:oversubscribe
fi

export MPIEXEC_TIMEOUT=60
Expand Down

0 comments on commit 1b666fd

Please sign in to comment.