Skip to content

Commit

Permalink
ci-hpc: Add lumi to matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
reuterbal committed Dec 9, 2024
1 parent 5aa27e6 commit 3944b28
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/build-hpc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
matrix:
name:
- ac-gpu nvhpc
- lumi-g cce

include:
- name: ac-gpu nvhpc
Expand All @@ -51,6 +52,24 @@ jobs:
- hpcx-openmpi/2.14.0-cuda
- fftw

- name: lumi-g cce
site: lumi
sbatch_options: |
#SBATCH --time=00:20:00
#SBATCH --nodes=1
#SBATCH --ntasks-per-node=8
#SBATCH --gpus-per-task=1
#SBATCH --account=project_465000454
#SBATCH --partition=small-g
modules:
- CrayEnv
- PrgEnv-cray
- cce/17.0.1
- craype-accel-amd-gfx90a
- rocm/6.0.3
- cray-fftw
- buildtools

runs-on: [self-hosted, linux, hpc]
env:
GH_TOKEN: ${{ github.token }}
Expand Down

0 comments on commit 3944b28

Please sign in to comment.