Enable MPI wrapper for pip builds

This commit is contained in:
Matthias Hochsteger 2024-05-29 10:51:45 +02:00
parent e475224359
commit b887b5d7c7

View File

@ -120,6 +120,7 @@ elif 'linux' in sys.platform:
if have_mpi:
cmake_args += [
'-DUSE_MPI=ON',
'-DUSE_MPI_WRAPPER=ON',
]
cmake_args += [