From 4c82596aa5f1b0c38184d478aff685120be142ae Mon Sep 17 00:00:00 2001 From: Noel Merket Date: Mon, 3 May 2021 14:54:43 -0600 Subject: [PATCH 1/2] adding default n_workers to docs --- docs/project_defn.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/project_defn.rst b/docs/project_defn.rst index 2e0f49f7..8e1b05c7 100644 --- a/docs/project_defn.rst +++ b/docs/project_defn.rst @@ -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. From 9ec372bb9fc5b21998d949e877f629570988eea7 Mon Sep 17 00:00:00 2001 From: Noel Merket Date: Mon, 3 May 2021 14:58:43 -0600 Subject: [PATCH 2/2] adding changelog entry --- docs/changelog/changelog_dev.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/changelog/changelog_dev.rst b/docs/changelog/changelog_dev.rst index 88d7d105..ee76791e 100644 --- a/docs/changelog/changelog_dev.rst +++ b/docs/changelog/changelog_dev.rst @@ -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. \ No newline at end of file