Skip to content

Commit

Permalink
Merge pull request #101 from JuliaParallel/eschnett/openmpi
Browse files Browse the repository at this point in the history
Avoid Travis timeouts for OpenMPI builds on OS X
  • Loading branch information
eschnett committed Nov 26, 2015
2 parents a787cea + b37150c commit 4e6ceb9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion conf/travis-install-mpi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ case "$os" in
openmpi)
# Temporarily build OpenMPI from source, since apparently our
# cmake doesn't know how to handle OpenMPI 1.10 yet
brew install openmpi --build-from-source
brew install openmpi --build-from-source --verbose |
sed -e 's/^.*$/./'
;;
*)
echo "Unknown MPI implementation: $MPI_IMPL"
Expand Down

0 comments on commit 4e6ceb9

Please sign in to comment.