We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73af858 commit df3ad36Copy full SHA for df3ad36
tools/ci/travis-install.sh
@@ -36,7 +36,7 @@ export PYTHONPATH="$HOME/openmc/:$PYTHONPATH"
36
# Install mpi4py and MPI-wrapped compilers for MPI configurations
37
if [[ $MPI == 'y' ]]; then
38
conda config --add channels conda-forge
39
- conda install mpi4py openmpi-mpicc openmpi-mpicxx
+ conda install -y mpi4py openmpi-mpicc openmpi-mpicxx
40
export LD_PRELOAD="$HOME/miniconda/envs/test-environment/lib/libmpi_cxx.so"
41
# Get regular C++11-compatible compiler for non-MPI configurations
42
else
0 commit comments