Skip to content

Commit

Permalink
Add CLOUDSC (GPU) mix variant to CI (build the CUDA ACC variant)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelSt98 committed Nov 6, 2024
1 parent a6b5832 commit 434f1c3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ jobs:
- arch: nvhpc/21.9
nvhpc_version: 21.9
io_library_flag: ''
build_flags: '--with-gpu --with-loki --with-cuda'
ctest_exclude_pattern: '-gpu-|-scc-|-loki-c|-cuda-' # GPU variants don't work on CPU runners, loki-c variant causes SIGFPE
build_flags: '--with-gpu --with-loki --with-cuda --with-mix --cloudsc-gpu-offload ACC --cloudsc-gpu-lang CUDA'
ctest_exclude_pattern: '-gpu-|-scc-|-loki-c|-cuda-|-mix' # GPU variants don't work on CPU runners, loki-c variant causes SIGFPE
- arch: nvhpc/21.9
nvhpc_version: 21.9
io_library_flag: ''
Expand Down Expand Up @@ -102,8 +102,8 @@ jobs:
- arch: nvhpc/23.5
nvhpc_version: 23.5
io_library_flag: ''
build_flags: '--with-gpu --with-loki --with-cuda'
ctest_exclude_pattern: '-gpu-|-scc-|-loki-c|-loki-sca|-cuda-' # GPU variants don't work on CPU runners, loki-c and loki-sca variant causes SIGFPE
build_flags: '--with-gpu --with-loki --with-cuda --cloudsc-gpu-offload ACC --cloudsc-gpu-lang CUDA'
ctest_exclude_pattern: '-gpu-|-scc-|-loki-c|-loki-sca|-cuda-|-mix' # GPU variants don't work on CPU runners, loki-c and loki-sca variant causes SIGFPE
- arch: nvhpc/23.5
nvhpc_version: 23.5
io_library_flag: ''
Expand Down

0 comments on commit 434f1c3

Please sign in to comment.