Skip to content

Commit 042b0e1

Browse files
committed
Adjust -j values for gcc-openmpi AT2 job
Adjust the -j values for gcc-openmpi AT2 from 32 to 16 as we add more and more AT2 jobs to give the machine more space for other jobs. Story ref: TRILFRAME-629
1 parent 8552499 commit 042b0e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/AT2.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
bash -l -c "cmake -C PR-configuration.cmake -C package-enables.cmake ${GITHUB_WORKSPACE}"
7171
- name: build trilinos
7272
working-directory: /home/Trilinos/build
73-
run: bash -l -c "ninja -j36"
73+
run: bash -l -c "ninja -j16"
7474
- name: ctest
7575
working-directory: /home/Trilinos/build
76-
run: bash -l -c "ctest -j36"
76+
run: bash -l -c "ctest -j16"

0 commit comments

Comments
 (0)