Skip to content

Commit b37150c

Browse files
committed
Avoid Travis timeouts for OpenMPI builds on OS X
1 parent 98746f0 commit b37150c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

conf/travis-install-mpi.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ case "$os" in
2020
openmpi)
2121
# Temporarily build OpenMPI from source, since apparently our
2222
# cmake doesn't know how to handle OpenMPI 1.10 yet
23-
brew install openmpi --build-from-source
23+
brew install openmpi --build-from-source --verbose |
24+
sed -e 's/^.*$/./'
2425
;;
2526
*)
2627
echo "Unknown MPI implementation: $MPI_IMPL"

0 commit comments

Comments
 (0)