mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-21 14:35:27 -04:00
Added pip install of mpi4py
Co-authored-by: Patrick Shriwise <pshriwise@gmail.com>
This commit is contained in:
parent
d0353c3e58
commit
bb9f600938
1 changed files with 1 additions and 1 deletions
|
|
@ -201,7 +201,7 @@ RUN mkdir -p ${HOME}/OpenMC && cd ${HOME}/OpenMC \
|
|||
-DHDF5_PREFER_PARALLEL=on ; \
|
||||
fi ; \
|
||||
make 2>/dev/null -j${compile_cores} install \
|
||||
&& cd ../openmc && pip install -e .[test]
|
||||
&& cd ../openmc && pip install -e .[test, depletion-mpi]
|
||||
|
||||
# Download cross sections (NNDC and WMP) and ENDF data needed by test suite
|
||||
RUN ${HOME}/OpenMC/openmc/tools/ci/download-xs.sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue