Skip to content
Snippets Groups Projects
Commit e641cbb7 authored by Giovanni Bussi's avatar Giovanni Bussi
Browse files

travis: use default mpi

parent 38ff58b8
No related branches found
No related tags found
No related merge requests found
......@@ -43,7 +43,7 @@ install:
- test "$CPPCHECK" == yes && ./.travis.install.cppcheck 1.69 || true
# installation of these packages takes a lot of time
# we do it only when needed
- test "$PLUMED_CXX" == "mpic++" && sudo apt-get install -y libopenmpi1.5-dev openmpi1.5-bin || true
- test "$PLUMED_CXX" == "mpic++" && sudo apt-get install -y libopenmpi-dev openmpi-bin || true
- test "$MAKEDOC" == yes && sudo apt-get install -y graphviz || true
# doxygen from its repository (apt-get gets an old version)
# - test "$MAKEDOC" == yes && ./.travis.install.doxygen || true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment