Skip to content

Commit 61cba39

Browse files
grondomergify[bot]
authored andcommitted
doc: add norestrict option to flux-config-resource(5)
Problem: The 'norestrict' option in the [resource] table is undocumented. Document this option in flux-config-resource(5).
1 parent 40ad124 commit 61cba39

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

doc/man5/flux-config-resource.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,12 @@ exclude
3232
the scheduler, but will still be used to determine satisfiability of job
3333
requests until the instance is restarted.
3434

35+
norestrict
36+
(optional) Disable restricting of the loaded HWLOC topology XML to the
37+
current cpu affinity mask of the Flux broker. This option should be used
38+
when the Flux system instance is constrained to a subset of cores,
39+
but jobs run within this instance should have access to all cores.
40+
3541

3642
EXAMPLE
3743
=======
@@ -41,6 +47,7 @@ EXAMPLE
4147
[resource]
4248
path = "/etc/flux/system/R"
4349
exclude = "test[3,108]"
50+
norestrict = true
4451

4552

4653
RESOURCES

doc/test/spell.en.pws

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -634,3 +634,4 @@ pbatch
634634
pdebug
635635
parentof
636636
bg
637+
norestrict

0 commit comments

Comments
 (0)