File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed
src/user-guide/writing-workflows Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -230,3 +230,20 @@ Example:
230
230
.. cylc-scope ::
231
231
232
232
For more information see: :cylc:conf: `global.cylc[scheduler][run hosts]ranking `.
233
+
234
+ Platform Configuration
235
+ ^^^^^^^^^^^^^^^^^^^^^^
236
+
237
+ From the perspective of a running :term: `scheduler ` ``localhost `` is the
238
+ scheduler host.
239
+
240
+ The ``localhost `` platform is configured by
241
+ :cylc:conf: `global.cylc[platforms][localhost] `.
242
+
243
+ It configures:
244
+
245
+ * Jobs that run on the ``localhost `` platform, i.e. any jobs which have
246
+ :cylc:conf: `[runtime][<namespace>]platform=localhost ` or which don't have a
247
+ platform configured.
248
+ * Connections to the scheduler hosts (e.g. the
249
+ :cylc:conf: `ssh command <global.cylc[platforms][<platform name>]ssh command> `).
You can’t perform that action at this time.
0 commit comments