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 bdd7732 commit 8f76c4aCopy full SHA for 8f76c4a
.github/workflows/ci.yml
@@ -70,11 +70,11 @@ jobs:
70
run: |
71
module use /opt/nvidia/hpc_sdk/modulefiles/
72
module load nvhpc/22.11
73
- /bin/bash mfc.sh build -j $(nproc)
+ /bin/bash mfc.sh build -j 4
74
75
- name: Test Suite
76
77
78
79
- /bin/bash mfc.sh test -j $(nproc)
+ /bin/bash mfc.sh test -j 4
80
0 commit comments