We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 23791a4 + d9222f9 commit f7159a7Copy full SHA for f7159a7
.github/workflows/c-cpp.yml
@@ -5,6 +5,7 @@ on:
5
branches: [ master ]
6
pull_request:
7
8
+ workflow_dispatch:
9
10
jobs:
11
debug_builds:
@@ -56,7 +57,8 @@ jobs:
56
57
- name: make test
58
run: make BACKEND=${{ matrix.backend }} OMPFLAGS= FPTYPE=${{ matrix.precision }} -C ${{ matrix.folder }} -f cudacpp.mk test
59
GPU:
- runs-on: self-hosted
60
+ runs-on: madgraph5-h100
61
+ container: registry.cern.ch/ngt/lxplus-like:9
62
env:
63
CUDA_HOME: /usr/local/cuda/
64
FC: gfortran
0 commit comments