File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 5353
5454 - name : build_and_install_kokkos
5555 working-directory : kokkos/build
56- run : make -j12 install
56+ run : make -j40 install
5757
5858 - name : configure_kokkos_kernels
5959 run : |
8282
8383 - name : build_kokkos_kernels
8484 working-directory : kokkos-kernels/build
85- run : make -j12 all
85+ run : make -j40 all
8686
8787 - name : test
8888 working-directory : kokkos-kernels/build
Original file line number Diff line number Diff line change 5858
5959 - name : build_and_install_kokkos
6060 working-directory : kokkos/build
61- run : make -j16 install
61+ run : make -j50 install
6262
6363 - name : configure_kokkos_kernels
6464 run : |
8888
8989 - name : build
9090 working-directory : kokkos-kernels/build
91- run : make -j12 all
91+ run : make -j50 all
9292
9393 - name : test
9494 working-directory : kokkos-kernels/build
@@ -137,7 +137,7 @@ jobs:
137137
138138 - name : build_and_install_kokkos
139139 working-directory : kokkos/build
140- run : make -j16 install
140+ run : make -j50 install
141141
142142 - name : configure_kokkos_kernels
143143 run : |
@@ -171,7 +171,7 @@ jobs:
171171
172172 - name : build
173173 working-directory : kokkos-kernels/build
174- run : make -j12 all
174+ run : make -j50 all
175175
176176 - name : test
177177 working-directory : kokkos-kernels/build
You can’t perform that action at this time.
0 commit comments