Skip to content

Commit 999efbf

Browse files
committed
doc: document hwloc.xmlfile job shell option
Problem: The hwloc.xmlfile job shell option is undocumented. Add it to flux-shell(1) as well as the common job shell options shared by submission command man pages. Update spelling dictionary.
1 parent e54712a commit 999efbf

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

doc/man1/common/job-shell-options.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,6 @@
3636
* - :option:`exit-on-error`
3737
- Raise a fatal job exception immediately if first task exits with
3838
nonzero exit code.
39+
40+
* - :option:`hwloc.xmlfile`
41+
- Write hwloc XML gathered by job to a file and set ``HWLOC_XMLFILE``

doc/man1/flux-shell.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -438,6 +438,10 @@ plugins include:
438438

439439
Send signal :option:`signal.signum` *TIME* seconds before job expiration.
440440

441+
.. option:: hwloc.xmlfile
442+
443+
Write the job shell's copy of hwloc XML to a file and set ``HWLOC_XMLFILE``.
444+
441445
.. warning::
442446
The directory referenced by :envvar:`FLUX_JOB_TMPDIR` is cleaned up when the
443447
job ends, is guaranteed to be unique, and is generally on fast local storage

doc/test/spell.en.pws

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -823,3 +823,4 @@ aspirational
823823
infeasible
824824
login
825825
workflow
826+
xmlfile

0 commit comments

Comments
 (0)