try to disable MPI processor affinity in order to speed up running on oversubscribed virtual machines
This commit is contained in:
@ -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:
|
||||
|
||||
Reference in New Issue
Block a user