Skip to content

Commit

Permalink
Parallel builds with 4 threads
Browse files Browse the repository at this point in the history
  • Loading branch information
tpadioleau committed Jan 4, 2025
1 parent 857ae37 commit 53659d2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ jobs:
export KokkosFFT_ROOT=$PWD/opt/kokkos-fft
export KokkosKernels_ROOT=$PWD/opt/kokkos-kernels
export CMAKE_BUILD_PARALLEL_LEVEL=2
export CMAKE_BUILD_PARALLEL_LEVEL=4
export CMAKE_BUILD_TYPE=${{matrix.cmake_build_type}}
export CC=${{matrix.backend.c_compiler}}
Expand Down Expand Up @@ -343,7 +343,7 @@ jobs:
set -xe
git config --global --add safe.directory '*'
export CMAKE_BUILD_PARALLEL_LEVEL=2
export CMAKE_BUILD_PARALLEL_LEVEL=4
export CMAKE_BUILD_TYPE=${{matrix.cmake_build_type}}
export CC=${{matrix.backend.c_compiler}}
Expand Down Expand Up @@ -422,7 +422,7 @@ jobs:
set -xe
git config --global --add safe.directory '*'
export CMAKE_BUILD_PARALLEL_LEVEL=2
export CMAKE_BUILD_PARALLEL_LEVEL=4
export CMAKE_BUILD_TYPE=${{matrix.cmake_build_type}}
export CC=${{matrix.backend.c_compiler}}
Expand Down

0 comments on commit 53659d2

Please sign in to comment.