We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eaf7bc2 commit 20ec177Copy full SHA for 20ec177
bootstrap.sh
@@ -4,7 +4,7 @@ set -euo pipefail
4
mpiname=${MPINAME:-mpich}
5
case "$mpiname" in
6
mpich) version=4.2.3 ;;
7
- openmpi) version=5.0.5 ;;
+ openmpi) version=5.0.6 ;;
8
esac
9
version=${VERSION:-$version}
10
cibw-check-mpi.sh
@@ -36,6 +36,7 @@ if test "$mpiname" = "openmpi"; then
36
export OMPI_MCA_mpi_yield_when_idle=true
37
export OMPI_MCA_rmaps_base_oversubscribe=true
38
export OMPI_MCA_rmaps_default_mapping_policy=:oversubscribe
39
+ export PRTE_MCA_rmaps_default_mapping_policy=:oversubscribe
40
fi
41
42
export MPIEXEC_TIMEOUT=60
0 commit comments