mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 13:45:36 -04:00
updated ci with new mpi flags
This commit is contained in:
parent
01850016c6
commit
447e9cf02d
2 changed files with 1 additions and 2 deletions
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue