Skip to content

Commit

Permalink
Increasing large_mem cores from 8 to 32.
Browse files Browse the repository at this point in the history
  • Loading branch information
drewoldag committed Aug 1, 2024
1 parent 01bd1b7 commit 861f2f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/kbmod_wf/resource_configs/klone_configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def klone_resource_config():
init_blocks=0,
parallelism=1,
nodes_per_block=1,
cores_per_node=8,
cores_per_node=32,
mem_per_node=512,
exclusive=False,
walltime=walltimes["large_mem"],
Expand Down

0 comments on commit 861f2f4

Please sign in to comment.