Skip to content

Commit

Permalink
use cmake 3.18.6 for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
gardner48 committed Nov 27, 2023
1 parent cf80c3b commit 718caaa
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions test/env/default.sh
Original file line number Diff line number Diff line change
Expand Up @@ -104,11 +104,7 @@ spack load "${compiler}"
# make sure spack knows about the compiler
spack compiler find

if [ "$SUNDIALS_TPLS" == "ON" ]; then
spack load [email protected]
else
spack load [email protected]
fi
spack load [email protected]

# add CUDA
if [[ ":${PATH}:" != *":/usr/local/cuda-11.5/bin:"* ]]; then
Expand Down

0 comments on commit 718caaa

Please sign in to comment.