Skip to content

Commit 7ff6af5

Browse files
committed
fix PATH
1 parent bb83c61 commit 7ff6af5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ before_install:
5050
fi
5151
fi
5252
# following can be removed with next MPI.jl release.
53-
- export PATH=$HOME/OpenMPI/bin:$HOME/MPICH/bin:$PATH
53+
- export PATH=$HOME/$MPI_IMPL/bin:$PATH
5454
- export CC=mpicc
5555
- export FC=mpif90
5656
# Work around OpenMPI attempting to create overly long temporary

0 commit comments

Comments
 (0)