Skip to content

Commit

Permalink
feat: update metadata for cores per worker (#216)
Browse files Browse the repository at this point in the history
* Change  "CORES_PER_WORKER" to 1 from 2.
  • Loading branch information
rasmalais authored Apr 11, 2024
1 parent 6458376 commit 1d90717
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions analyses/cms-open-data-ttbar/utils/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
"AF_NAME": "coffea_casa",
# currently has no effect
"SYSTEMATICS": "all",
# does not do anything, only used for metric gathering (set to 2 for distributed coffea-casa)
"CORES_PER_WORKER": 2,
# does not do anything, only used for metric gathering (set to 1 for distributed coffea-casa)
"CORES_PER_WORKER": 1,
# scaling for local setups with FuturesExecutor
"NUM_CORES": 4,
# only I/O, all other processing disabled
Expand Down

0 comments on commit 1d90717

Please sign in to comment.