Skip to content

Commit

Permalink
Merge 3515c06 into 44ddb31
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrush committed Jun 29, 2019
2 parents 44ddb31 + 3515c06 commit 6a0ad55
Show file tree
Hide file tree
Showing 3 changed files with 495 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -169,6 +169,7 @@ script:
- export SPACK_SPEC="${SPACK_SPEC} ^cmake@${CMAKE_VERSION}"
- export SPACK_SPEC="${SPACK_SPEC} ^python@${PYTHON_VERSION}"
- if [ $ENABLE_SILO = 'ON' ]; then export SPACK_SPEC="${SPACK_SPEC} ^silo~mpi"; fi
- if [ $ENABLE_ADIOS = 'ON' ]; then export SPACK_SPEC="${SPACK_SPEC} ^adios~zfp"; fi
- echo $SPACK_SPEC
# Output something every 10 minutes or Travis kills the job
- while sleep 540; do echo "=====[ $SECONDS seconds still running ]====="; done &
Expand Down

0 comments on commit 6a0ad55

Please sign in to comment.