Skip to content

Commit b02e712

Browse files
committed
HPC-CI: add matrix entries for openmp offload
1 parent f0fa09c commit b02e712

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build-hpc.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030

3131
matrix:
3232
cuda: [False, True]
33+
openmp: [False, True]
3334
name:
3435
- ac-gpu nvhpc
3536

@@ -60,12 +61,14 @@ jobs:
6061
- ninja
6162
- ecbuild
6263
- prgenv/nvidia
64+
- nvidia/24.5
6365
- python3
6466
cmake_options:
65-
- -DENABLE_ACC=ON
67+
- -DENABLE_OMP_OFFLOAD=${{ matrix.openmp }}
6668
- -DENABLE_CUDA=${{ matrix.cuda }}
6769
- -DENABLE_SINGLE_PRECISION=ON
6870
- -DENABLE_DOUBLE_PRECISION=ON
71+
- -DCMAKE_TOOLCHAIN_FILE=arch/ecmwf/hpc2020/nvhpc/24.5/toolchain.cmake
6972
dependencies:
7073
ecmwf/fckit:
7174
version: 0.13.0

0 commit comments

Comments
 (0)