Skip to content

Commit

Permalink
Use system module CMake also for gcc-cuda Jenkins configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikael Simberg committed Mar 24, 2022
1 parent db2e6f1 commit f3ae235
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .jenkins/cscs/env-gcc-cuda.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ module switch gcc gcc/9.3.0
module load cudatoolkit/21.5_11.3
module load Boost/1.78.0-CrayGNU-21.09
module load hwloc/2.4.1
spack load [email protected]
module load CMake
spack load [email protected]

export CXX=`which CC`
Expand Down

0 comments on commit f3ae235

Please sign in to comment.