diff --git a/setup.py b/setup.py index 90b06d0f..80371bab 100644 --- a/setup.py +++ b/setup.py @@ -120,6 +120,7 @@ elif 'linux' in sys.platform: if have_mpi: cmake_args += [ '-DUSE_MPI=ON', + '-DUSE_MPI_WRAPPER=ON', ] cmake_args += [