Skip to content

Commit

Permalink
Temporary disable hpc-ci until GPU offload is reenabled for versions …
Browse files Browse the repository at this point in the history
…1.5.x
  • Loading branch information
awnawab committed Feb 6, 2025
1 parent 5ac3383 commit 1d195ff
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions .github/workflows/build-hpc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,29 +28,29 @@ jobs:

matrix:
name:
- ac-gpu nvhpc sp
# - ac-gpu nvhpc sp
- ac-cpu intel sp

include:
- name: ac-gpu nvhpc sp
site: ac-batch
sbatch_options: |
#SBATCH --time=00:20:00
#SBATCH --nodes=1
#SBATCH --ntasks=4
#SBATCH --cpus-per-task=32
#SBATCH --gpus-per-task=1
#SBATCH --mem=0
#SBATCH --qos=dg
modules:
- cmake
- fcm
- ninja
- ecbuild
- prgenv/nvidia
- hpcx-openmpi/2.14.0-cuda
- python3
gpu: 1
# - name: ac-gpu nvhpc sp
# site: ac-batch
# sbatch_options: |
# #SBATCH --time=00:20:00
# #SBATCH --nodes=1
# #SBATCH --ntasks=4
# #SBATCH --cpus-per-task=32
# #SBATCH --gpus-per-task=1
# #SBATCH --mem=0
# #SBATCH --qos=dg
# modules:
# - cmake
# - fcm
# - ninja
# - ecbuild
# - prgenv/nvidia
# - hpcx-openmpi/2.14.0-cuda
# - python3
# gpu: 1

- name: ac-cpu intel sp
site: ac-batch
Expand Down

0 comments on commit 1d195ff

Please sign in to comment.