We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fd13064 + dbd4e00 commit 21156b6Copy full SHA for 21156b6
.github/workflows/c-cpp.yml
@@ -57,8 +57,9 @@ jobs:
57
- name: make test
58
run: make BACKEND=${{ matrix.backend }} OMPFLAGS= FPTYPE=${{ matrix.precision }} -C ${{ matrix.folder }} -f cudacpp.mk test
59
GPU:
60
- runs-on: madgraph5-h100
61
- container: registry.cern.ch/ngt/lxplus-like:9
+ runs-on: self-hosted
+ # runs-on: madgraph5-h100
62
+ # container: registry.cern.ch/ngt/lxplus-like:9
63
env:
64
CUDA_HOME: /usr/local/cuda/
65
FC: gfortran
0 commit comments