File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed
Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -79,6 +79,21 @@ rediscover
7979 (optional) If true, force rediscovery of resources using HWLOC, rather
8080 then using the R and HWLOC XML from the enclosing instance.
8181
82+ reserve
83+ (optional) A string value that defines cores to reserve for the OS
84+ and the broker ranks on which to reserve them. The argument is specified
85+ as::
86+
87+ cores[@ranks] [cores[@ranks]]...
88+
89+ where cores is an RFC 22 idset specifying the cores to reserve, and
90+ the optional ranks is an RFC 22 idset specifying the ranks on which to
91+ reserve them. If ``@ranks `` is not supplied, then cores will be reserved
92+ on all ranks. Multiple instances of ``cores[@ranks] `` may be specified
93+ (separated by whitespace) to reserve a different set of cores on different
94+ ranks. For example, ``0-3@0 0 `` would reserve cores 0-3 on rank 0 and
95+ core 0 on all other ranks.
96+
8297Note that updates to the resource table are ignored until the next Flux
8398restart.
8499
You can’t perform that action at this time.
0 commit comments