Skip to content

Commit

Permalink
Update docs/endpoints/endpoints.rst
Browse files Browse the repository at this point in the history
Co-authored-by: LeiGlobus <[email protected]>
  • Loading branch information
khk-globus and LeiGlobus authored Oct 16, 2024
1 parent 3a2cf22 commit 03cadcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/endpoints/endpoints.rst
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ The *engine* pulls tasks from the incoming queue and conveys them to the *provid
execution. Globus Compute implements three engines: ``ThreadPoolEngine``,
``ProcessPoolEngine``, and ``GlobusComputeEngine``. The first two are Compute endpoint
wrappers of Python's |ThreadPoolExecutor|_ and |ProcessPoolExecutor|_. These engines are
most appropriate for single‑host (e.g., a personal workstation) installations. For
most appropriate for single‑host installations (e.g., a personal workstation). For
scheduler‑based clusters, |GlobusComputeEngine|_, as a wrapper over Parsl's
|HighThroughputExecutor|_, enables access to multiple computation nodes.

Expand Down

0 comments on commit 03cadcd

Please sign in to comment.