Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/build_nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
- name: Build Kokkos
run: |
docker run -v ${{ github.workspace }}:/work ghcr.io/kokkos/kokkos-fft/base_${{ matrix.backend.image }}:latest \
cmake --build build_kokkos -j $(( $(nproc) * 2 + 1 ))
cmake --build build_kokkos -j 4

- name: Install Kokkos
run: |
Expand All @@ -147,4 +147,4 @@ jobs:
- name: Build
run: |
docker run -v ${{ github.workspace }}:/work ghcr.io/kokkos/kokkos-fft/base_${{ matrix.backend.image }}:latest \
cmake --build build -j $(( $(nproc) * 2 + 1 ))
cmake --build build -j 4
Loading