From 3944b28f5568e5f8d726852e120b454f2bb5d692 Mon Sep 17 00:00:00 2001 From: Balthasar Reuter Date: Mon, 9 Dec 2024 20:38:33 +0100 Subject: [PATCH] ci-hpc: Add lumi to matrix --- .github/workflows/build-hpc.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/.github/workflows/build-hpc.yml b/.github/workflows/build-hpc.yml index 375ea6ee..b7b40b11 100644 --- a/.github/workflows/build-hpc.yml +++ b/.github/workflows/build-hpc.yml @@ -32,6 +32,7 @@ jobs: matrix: name: - ac-gpu nvhpc + - lumi-g cce include: - name: ac-gpu nvhpc @@ -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 }}