updated ci with new mpi flags

This commit is contained in:
Kalin Kiesling 2022-04-05 15:56:10 -05:00
parent 01850016c6
commit 447e9cf02d
2 changed files with 1 additions and 2 deletions

View file

@ -34,7 +34,7 @@ def install(omp=False, mpi=False, phdf5=False, dagmc=False, libmesh=False):
# Use MPI wrappers when building in parallel
if mpi:
os.environ['CXX'] = 'mpicxx'
cmake_cmd.append('-DOPENMC_USE_MPI=on')
# Tell CMake to prefer parallel HDF5 if specified
if phdf5:

View file

@ -32,7 +32,6 @@ fi
if [[ $MPI == 'y' ]]; then
pip install --no-binary=mpi4py mpi4py
export CC=mpicc
export HDF5_MPI=ON
export HDF5_DIR=/usr/lib/x86_64-linux-gnu/hdf5/mpich
pip install --no-binary=h5py h5py