Skip to content

Commit 8f76c4a

Browse files
authored
Update ci.yml
1 parent bdd7732 commit 8f76c4a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,11 @@ jobs:
7070
run: |
7171
module use /opt/nvidia/hpc_sdk/modulefiles/
7272
module load nvhpc/22.11
73-
/bin/bash mfc.sh build -j $(nproc)
73+
/bin/bash mfc.sh build -j 4
7474
7575
- name: Test Suite
7676
run: |
7777
module use /opt/nvidia/hpc_sdk/modulefiles/
7878
module load nvhpc/22.11
79-
/bin/bash mfc.sh test -j $(nproc)
79+
/bin/bash mfc.sh test -j 4
8080

0 commit comments

Comments
 (0)