Skip to content

Commit

Permalink
Revert last two commits
Browse files Browse the repository at this point in the history
this passes
  • Loading branch information
samhatfield committed Jan 9, 2025
1 parent ac82691 commit 2050676
Showing 1 changed file with 1 addition and 26 deletions.
27 changes: 1 addition & 26 deletions .github/workflows/build-hpc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,10 @@ jobs:
matrix:
name:
- ac-gpu nvhpc
- lumi-g cce

include:
- name: ac-gpu nvhpc
site: ac-batch
troika_user_secret: HPC_CI_SSH_USER
sbatch_options: |
#SBATCH --time=00:20:00
#SBATCH --nodes=1
Expand All @@ -52,27 +50,6 @@ jobs:
- prgenv/nvidia
- hpcx-openmpi/2.14.0-cuda
- fftw
workdir: "$TMPDIR"

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

runs-on: [self-hosted, linux, hpc]
env:
Expand All @@ -81,10 +58,8 @@ jobs:
- uses: ecmwf-actions/reusable-workflows/ci-hpc-generic@v2
with:
site: ${{ matrix.site }}
troika_user: ${{ secrets[matrix.troika_user_secret] }}
troika_user: ${{ secrets.HPC_CI_SSH_USER }}
sbatch_options: ${{ matrix.sbatch_options }}
workdir: ${{ matrix.workdir }}
output_dir: .
template_data: |
cmake_options:
- -DENABLE_MPI=ON
Expand Down

0 comments on commit 2050676

Please sign in to comment.