Skip to content

Commit a78dc0a

Browse files
authored
Merge pull request #535 from oliver-sanders/rose-ana-fix
remote-install: document ana/ directory
2 parents 53ba700 + 8ecd6fc commit a78dc0a

File tree

2 files changed

+13
-6
lines changed

2 files changed

+13
-6
lines changed

src/7-to-8/major-changes/cylc-install.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,9 @@ the :term:`run directory` to the install target.
9393

9494
If you have used Rose 2019, you may be used to all files and directories in
9595
the run directory being included.
96-
However, Cylc 8 will only copy the ``app``, ``bin``, ``etc`` and ``lib``
97-
directories by default (in addition to authentication files in ``.service``).
96+
However, Cylc 8 will only copy the ``ana``, ``app``, ``bin``, ``etc`` and
97+
``lib`` directories by default (in addition to authentication files in
98+
``.service``).
9899
If you want to include custom files and directories in remote installation,
99100
use :cylc:conf:`flow.cylc[scheduler]install`.
100101

src/user-guide/running-workflows/scheduler-start-up.rst

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -169,10 +169,16 @@ files and directories required to run jobs, including authentication keys
169169

170170
The default directories included in the remote install are:
171171

172-
* ``app/``
173-
* ``bin/``
174-
* ``etc/``
175-
* ``lib/``
172+
``ana/``
173+
For workflow-level :ref:`builtin.rose_ana` analysis modules.
174+
``app/``
175+
For :ref:`Rose Applications`.
176+
``bin/``
177+
For scripts and executables to be run by tasks.
178+
``etc/``
179+
For miscellaneous resources.
180+
``lib/``
181+
For shared libraries e.g. :ref:`CustomJinja2Filters`.
176182

177183
These will be transferred from the workflow run directory on the
178184
:term:`scheduler` host to the remote host.

0 commit comments

Comments
 (0)