File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments