Skip to content

Commit f7159a7

Browse files
authored
Merge pull request #1031 from madgraph5/ci-ngt
Update c-cpp.yml workflow to run on NGT runners
2 parents 23791a4 + d9222f9 commit f7159a7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/c-cpp.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
branches: [ master ]
66
pull_request:
77
branches: [ master ]
8+
workflow_dispatch:
89

910
jobs:
1011
debug_builds:
@@ -56,7 +57,8 @@ jobs:
5657
- name: make test
5758
run: make BACKEND=${{ matrix.backend }} OMPFLAGS= FPTYPE=${{ matrix.precision }} -C ${{ matrix.folder }} -f cudacpp.mk test
5859
GPU:
59-
runs-on: self-hosted
60+
runs-on: madgraph5-h100
61+
container: registry.cern.ch/ngt/lxplus-like:9
6062
env:
6163
CUDA_HOME: /usr/local/cuda/
6264
FC: gfortran

0 commit comments

Comments
 (0)