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

Adding default n_workers to docs #229

Merged
merged 2 commits into from May 4, 2021
Merged
Show file tree
Hide file tree
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
8 changes: 8 additions & 0 deletions docs/changelog/changelog_dev.rst
Expand Up @@ -82,3 +82,11 @@ Development Changelog
:tickets:

Fix for create_eagle_env.sh not creating environment.

.. change:
:tags: documentation
:pullreq: 229
:tickets: 225

Modifies docs to specify that the ``eagle.postprocessing.n_workers`` key
is for how many Eagle nodes are used and indicates the default of 2.
2 changes: 1 addition & 1 deletion docs/project_defn.rst
Expand Up @@ -144,7 +144,7 @@ the Eagle supercomputer.
* ``postprocessing``: Eagle configuration for the postprocessing step

* ``time``: Maximum time in minutes to allocate postprocessing job
* ``n_workers``: Number of eagle workers to parallelize the postprocessing job into. Max supported is 32.
* ``n_workers``: Number of eagle nodes to parallelize the postprocessing job into. Max supported is 32. Default is 2.
* ``node_memory_mb``: The memory (in MB) to request for eagle node for postprocessing. The valid values are
85248, 180224 and 751616. Default is 85248.
* ``parquet_memory_mb``: The size (in MB) of the combined parquet file in memory. Default is 40000.
Expand Down