Skip to content

Commit

Permalink
Adapt the MAX_CPU_COUNT to the number of cores on rosa
Browse files Browse the repository at this point in the history
  • Loading branch information
aurianer committed Oct 12, 2023
1 parent 00cb978 commit 2a4d161
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ gcc11_debug_build:
- echo -e "PERSIST_IMAGE_NAME=$PERSIST_IMAGE_NAME" > build.env
variables:
DOCKERFILE: .gitlab/docker/Dockerfile.spack_build
CMAKE_FLAGS: "-DCMAKE_BUILD_TYPE=$BUILD_TYPE -DPIKA_WITH_CXX_STANDARD=$CXXSTD -DPIKA_WITH_MAX_CPU_COUNT=128 -DPIKA_WITH_MALLOC=system -DPIKA_WITH_SPINLOCK_DEADLOCK_DETECTION=ON"
CMAKE_FLAGS: "-DCMAKE_BUILD_TYPE=$BUILD_TYPE -DPIKA_WITH_CXX_STANDARD=$CXXSTD -DPIKA_WITH_MAX_CPU_COUNT=256 -DPIKA_WITH_MALLOC=system -DPIKA_WITH_SPINLOCK_DEADLOCK_DETECTION=ON"
DOCKER_BUILD_ARGS: '["BASE_IMAGE","CMAKE_COMMON_FLAGS","CMAKE_FLAGS"]'
artifacts:
reports:
Expand Down

0 comments on commit 2a4d161

Please sign in to comment.