Skip to content

Commit

Permalink
Use code-style formatting for link
Browse files Browse the repository at this point in the history
  • Loading branch information
khk-globus committed Oct 10, 2024
1 parent c6ffb24 commit 563c3ae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,5 @@ 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
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
2 changes: 2 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2473,3 +2473,5 @@ New Functionality
.. _MPIExecutor: https://parsl.readthedocs.io/en/stable/stubs/parsl.executors.MPIExecutor.html
.. |HighThroughputExecutor| replace:: ``HighThroughputExecutor``
.. _HighThroughputExecutor: https://parsl.readthedocs.io/en/stable/stubs/parsl.executors.HighThroughputExecutor.html
.. |LocalProvider| replace:: ``LocalProvider``
.. _LocalProvider: https://parsl.readthedocs.io/en/stable/stubs/parsl.providers.LocalProvider.html

0 comments on commit 563c3ae

Please sign in to comment.