From bb9f6009382115fbdcb2e9e88cb76c03c2d082b4 Mon Sep 17 00:00:00 2001 From: Jonathan Shimwell Date: Sun, 5 Dec 2021 00:54:26 +0000 Subject: [PATCH] Added pip install of mpi4py Co-authored-by: Patrick Shriwise --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c1f014ed4..cefd01dd6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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