We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8852248 commit 82bbe9fCopy full SHA for 82bbe9f
1 file changed
.ci_fedora.sh
@@ -37,7 +37,11 @@ test . != ".$1" && mpi="$1" || mpi=openmpi
37
cp -a /tmp/BOUT-dev /home/test/
38
. /etc/profile.d/modules.sh
39
module load mpi/${1}-x86_64
40
- export OMPI_MCA_rmaps_base_oversubscribe=yes
+ # OpenMPI Oversubscription Overrides
41
+ export OMPI_MCA_rmaps_base_oversubscribe=1
42
+ export OMPI_MCA_hwloc_base_binding_policy=none
43
+ export OMPI_MCA_rmaps_base_mapping_policy=core:OVERSUBSCRIBE
44
+ export PRTE_MCA_rmaps_default_mapping_policy=core:OVERSUBSCRIBE
45
export PRTE_MCA_rmaps_default_mapping_policy=:oversubscribe
46
export TRAVIS=true
47
# Try limiting openmp threads
0 commit comments