Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

a few more small changes in conf docs #990

Merged
merged 6 commits into from Jun 12, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
10 changes: 5 additions & 5 deletions docs/userguide/configuring.rst
Expand Up @@ -5,13 +5,13 @@ Configuration

Parsl workflows are developed completely independently from their execution environment.
There are very many different execution environments in which Parsl programs and their apps can run, and
many of these environments have multiple options of how those programs and apps run, which makes
many of these environments have multiple options of how those Parsl programs and apps run, which makes
configuration somewhat complex, and also makes determining how to set up Parsl's configuration
for a particular set of choices fairly complex, though we think the actual configuration
itself is reasonable simple.

Parsl offers an extensible configuration model through which the execution environment and
communication with that environment is configured. Parsl is configured
communication within that environment is configured. Parsl is configured
danielskatz marked this conversation as resolved.
Show resolved Hide resolved
using :class:`~parsl.config.Config` object. For more information, see
the :class:`~parsl.config.Config` class documentation. The following shows how the
configuration can be specified.
Expand All @@ -34,7 +34,7 @@ configuration can be specified.
Please note that all configuration examples below require customization for your account,
allocation, Python environment, etc.

How-to Configure
How to Configure
----------------

The configuration provided to Parsl tells Parsl what resources to use to run the Parsl
Expand Down Expand Up @@ -110,8 +110,8 @@ In addition, examples for some specific configurations follow.
.. [*] We assume that each node has 32 workers. If there are fewer workers launched
per node, a higher number of nodes could be supported.

.. [*] 8000 nodes with 32 workers each totalling 256000 workers is the maximum scale that
we've tested the `ExtremeScaleExecutor` at.
.. [*] 8000 nodes with 32 workers each totalling 256000 workers is the maximum scale at which
we've tested the `ExtremeScaleExecutor`.

.. warning:: `IPyParallelExecutor` will be deprecated as of Parsl v0.8.0, with `HighThroughputExecutor`
as the recommended replacement.
Expand Down