Skip to content

Commit

Permalink
Use new "max_workers_per_node" setting in HTEX
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherwharrop-noaa committed Mar 20, 2024
1 parent fb6db94 commit a1c030d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/chiltepin/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ def factory(yaml_config={}):
label=pc["name"],
# address=address_by_hostname(),
cores_per_worker=1,
max_workers_per_node=pc["cores per node"],
provider=SlurmProvider(
channel=LocalChannel(),
exclusive=False,
Expand Down

0 comments on commit a1c030d

Please sign in to comment.