Skip to content

Commit

Permalink
travis-ci: replace openmpi with mpich2
Browse files Browse the repository at this point in the history
As discussed in flux-framework#398, as a precursor to implementing the PMI
simple v1 wire protocol, pull the mpich2 package into the travis-ci
environment in place of OpenMPI.
  • Loading branch information
garlick committed Sep 26, 2015
1 parent 48c540d commit 4ef00d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ addons:
- uuid-dev
- aspell
- aspell-en
- libopenmpi-dev
- libmpich2-dev
- ccache
coverity_scan:
project:
Expand Down

0 comments on commit 4ef00d4

Please sign in to comment.