Skip to content

Commit

Permalink
Accommodate for CircleCI reduce available number of cores to two
Browse files Browse the repository at this point in the history
  • Loading branch information
hkaiser committed Nov 25, 2024
1 parent f711e41 commit 96b29e7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,8 @@ jobs:
-DCMAKE_EXPORT_COMPILE_COMMANDS=On \
-DHPX_WITH_DOCUMENTATION=On \
-DHPX_WITH_DOCUMENTATION_OUTPUT_FORMATS="${DOCUMENTATION_OUTPUT_FORMATS}" \
-DHPX_WITH_TESTS_COMMAND_LINE=--hpx:queuing=local-workrequesting-fifo
-DHPX_WITH_TESTS_COMMAND_LINE=--hpx:queuing=local-workrequesting-fifo \
-DHPX_WITH_TESTS_MAX_THREADS_PER_LOCALITY=2
- persist_to_workspace:
root: /hpx
paths:
Expand Down

0 comments on commit 96b29e7

Please sign in to comment.