Skip to content

Commit c97d2a8

Browse files
authored
self-hosted ci: more cores for omegah build
1 parent 91ff7c2 commit c97d2a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr_comment_trigger_self_hosted.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
-DCMAKE_CUDA_ARCHITECTURES="80" \
9494
-DKokkos_PREFIX=$kkbdir/install \
9595
-DBUILD_SHARED_LIBS=on
96-
cmake --build $ohbdir -j 4 --target install
96+
cmake --build $ohbdir -j 6 --target install
9797
9898
#meshfields
9999
mfbdir=${workDir}/build-meshfields

0 commit comments

Comments
 (0)