We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d112c36 + 6b2950f commit 25f4a5aCopy full SHA for 25f4a5a
conf/travis-install-mpi.sh
@@ -18,10 +18,7 @@ case "$os" in
18
brew install mpich
19
;;
20
openmpi)
21
- # Temporarily build OpenMPI from source, since apparently our
22
- # cmake doesn't know how to handle OpenMPI 1.10 yet
23
- brew install openmpi --build-from-source --verbose |
24
- sed -e 's/^.*$/./'
+ brew install openmpi
25
26
*)
27
echo "Unknown MPI implementation: $MPI_IMPL"
0 commit comments