try to disable MPI processor affinity in order to speed up running on oversubscribed virtual machines

This commit is contained in:
Axel Kohlmeyer
2016-03-10 23:12:35 -05:00
parent e45ca540e0
commit 575daec08f

View File

@ -39,6 +39,7 @@ env:
install:
- export OMPI_CC=$CC
- export OMPI_CXX=$CXX
- export OMPI_MCA_hwloc_base_binding_policy="none"
- test "$MACH" = "mpi" && export COMP="mpicxx -fopenmp" || export COMP="$CXX"
script: