Skip to content

Commit

Permalink
Merge pull request #229 from NREL/n_workers_docs
Browse files Browse the repository at this point in the history
Adding default n_workers to docs
  • Loading branch information
nmerket committed May 4, 2021
2 parents 288f563 + 9ec372b commit ed88ce7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
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

0 comments on commit ed88ce7

Please sign in to comment.