Skip to content

Commit 20ec177

Browse files
committed
openmpi 5.0.6
1 parent eaf7bc2 commit 20ec177

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

bootstrap.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -euo pipefail
44
mpiname=${MPINAME:-mpich}
55
case "$mpiname" in
66
mpich) version=4.2.3 ;;
7-
openmpi) version=5.0.5 ;;
7+
openmpi) version=5.0.6 ;;
88
esac
99
version=${VERSION:-$version}
1010

cibw-check-mpi.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ if test "$mpiname" = "openmpi"; then
3636
export OMPI_MCA_mpi_yield_when_idle=true
3737
export OMPI_MCA_rmaps_base_oversubscribe=true
3838
export OMPI_MCA_rmaps_default_mapping_policy=:oversubscribe
39+
export PRTE_MCA_rmaps_default_mapping_policy=:oversubscribe
3940
fi
4041

4142
export MPIEXEC_TIMEOUT=60

0 commit comments

Comments
 (0)