Skip to content

Commit

Permalink
add the TMPDIR workaround for OMPI yet again
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffhammond committed Mar 30, 2017
1 parent e428eba commit 5909f06
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions travis/build-run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ case "$MPI_IMPL" in
# this is missing with Mac build it seems
#ompi_info --arch --config
mpicc --showme:command
# see https://github.com/open-mpi/ompi/issues/2956
export TMPDIR=/tmp
;;
esac

Expand Down

0 comments on commit 5909f06

Please sign in to comment.