Skip to content

Commit b5fd492

Browse files
authored
Update ci.yml
1 parent 7997a7e commit b5fd492

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,13 +70,13 @@ jobs:
7070
run: |
7171
module use /opt/nvidia/hpc_sdk/modulefiles/
7272
module load nvhpc
73-
/bin/bash mfc.sh build -j 4
73+
/bin/bash mfc.sh build -j 8
7474
7575
- name: Test Suite
7676
run: |
7777
module use /opt/nvidia/hpc_sdk/modulefiles/
7878
module load nvhpc
79-
/bin/bash mfc.sh test -j 4 -a
79+
/bin/bash mfc.sh test -j 8 -a
8080
8181
self-gpu:
8282
name: (Self) Test Suite - GPU
@@ -97,13 +97,13 @@ jobs:
9797
run: |
9898
module use /opt/nvidia/hpc_sdk/modulefiles/
9999
module load nvhpc
100-
/bin/bash mfc.sh build -j 4 --gpu
100+
/bin/bash mfc.sh build -j 8 --gpu
101101
102102
- name: Test Suite
103103
run: |
104104
module use /opt/nvidia/hpc_sdk/modulefiles/
105105
module load nvhpc
106-
/bin/bash mfc.sh test -b mpirun --gpu -a
106+
/bin/bash mfc.sh test -j 8 -b mpirun --gpu -a
107107
108108
# ice-gpu:
109109
# name: (COC-ICE) Test Suite - GPU

0 commit comments

Comments
 (0)