Skip to content

Commit df3ad36

Browse files
committed
Fix conda installation of mpi4py
1 parent 73af858 commit df3ad36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/ci/travis-install.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export PYTHONPATH="$HOME/openmc/:$PYTHONPATH"
3636
# Install mpi4py and MPI-wrapped compilers for MPI configurations
3737
if [[ $MPI == 'y' ]]; then
3838
conda config --add channels conda-forge
39-
conda install mpi4py openmpi-mpicc openmpi-mpicxx
39+
conda install -y mpi4py openmpi-mpicc openmpi-mpicxx
4040
export LD_PRELOAD="$HOME/miniconda/envs/test-environment/lib/libmpi_cxx.so"
4141
# Get regular C++11-compatible compiler for non-MPI configurations
4242
else

0 commit comments

Comments
 (0)