You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .travis.yml
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -15,5 +15,8 @@ env:
15
15
before_install:
16
16
- sh ./conf/travis-install-mpi.sh $MPI_IMPL
17
17
- export PATH=$HOME/OpenMPI/bin:$PATH
18
+
# Work around OpenMPI attempting to create overly long temporary
19
+
# file names - and erroring as a result
20
+
- export TMPDIR=/tmp
18
21
after_success:
19
22
- if [ "$TRAVIS_JULIA_VERSION" = nightly ]; then julia -e 'cd(Pkg.dir("MPI")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder()); Codecov.submit(Coveralls.process_folder())'; fi
0 commit comments