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.
1 parent 98c00e0 commit bdd7732Copy full SHA for bdd7732
.github/workflows/ci.yml
@@ -70,13 +70,11 @@ jobs:
70
run: |
71
module use /opt/nvidia/hpc_sdk/modulefiles/
72
module load nvhpc/22.11
73
- export PATH=$PATH:"/opt/nvidia/hpc_sdk/Linux_x86_64/22.5/compilers/bin"
74
/bin/bash mfc.sh build -j $(nproc)
75
76
- name: Test Suite
77
78
79
80
81
/bin/bash mfc.sh test -j $(nproc)
82
0 commit comments