Skip to content

Commit

Permalink
try to re-activate CUDA CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacques Xing committed Oct 4, 2024
1 parent c4aa7c3 commit 45a413b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,8 @@ stages:
- gcc --version
- echo "Display nvcc version number"
- module avail
#- module load cuda
#- nvcc --version
- echo $(ls /apps/)
- module load cuda
- nvcc --version
- echo "Configure Debug build"
- FC=mpif90 cmake -S . -B build -DCMAKE_BUILD_TYPE=Debug
- echo "Build with Debug (strict) flags"
Expand Down

0 comments on commit 45a413b

Please sign in to comment.