Skip to content

Commit

Permalink
Set max_workers_per_node to 1 in default config
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanchard authored and khk-globus committed Oct 10, 2024
1 parent 35ddd3e commit c6ffb24
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Changed
^^^^^^^

- Prevent unintended hogging of resources (e.g., login nodes) by setting the default
endpoint configuration (which uses `LocalProvider`_) to only use a single worker
(``max_workers_per_node=1``).

.. _LocalProvider: https://parsl.readthedocs.io/en/stable/stubs/parsl.providers.LocalProvider.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
display_name: null
engine:
type: GlobusComputeEngine
max_workers_per_node: 1
provider:
type: LocalProvider
init_blocks: 1
Expand Down

0 comments on commit c6ffb24

Please sign in to comment.