From 575daec08f112aac7d2f5fb82e7c4d08ea6ed997 Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Thu, 10 Mar 2016 23:12:35 -0500 Subject: [PATCH] try to disable MPI processor affinity in order to speed up running on oversubscribed virtual machines --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 925b22e7fc..5e27d2c50e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: