Skip to content
Snippets Groups Projects
Commit e8fc6667 authored by Morris Jette's avatar Morris Jette
Browse files

Clarify --mem-per-cpu option better

parent 79f53494
No related branches found
No related tags found
No related merge requests found
...@@ -693,6 +693,9 @@ value will equal the original \fB\-\-mem\-per\-cpu\fR value specified by ...@@ -693,6 +693,9 @@ value will equal the original \fB\-\-mem\-per\-cpu\fR value specified by
the user. the user.
This parameter would generally be used if individual processors This parameter would generally be used if individual processors
are allocated to jobs (\fBSelectType=select/cons_res\fR). are allocated to jobs (\fBSelectType=select/cons_res\fR).
If resources are allocated by the core, socket or whole nodes; the number
of CPUs allocated to a job may be higher than the task count and the value
of \fB\-\-mem\-per\-cpu\fR should be adjusted accordingly.
Also see \fB\-\-mem\fR. Also see \fB\-\-mem\fR.
\fB\-\-mem\fR and \fB\-\-mem\-per\-cpu\fR are mutually exclusive. \fB\-\-mem\fR and \fB\-\-mem\-per\-cpu\fR are mutually exclusive.
......
...@@ -780,6 +780,9 @@ value will equal the original \fB\-\-mem\-per\-cpu\fR value specified by ...@@ -780,6 +780,9 @@ value will equal the original \fB\-\-mem\-per\-cpu\fR value specified by
the user. the user.
This parameter would generally be used if individual processors This parameter would generally be used if individual processors
are allocated to jobs (\fBSelectType=select/cons_res\fR). are allocated to jobs (\fBSelectType=select/cons_res\fR).
If resources are allocated by the core, socket or whole nodes; the number
of CPUs allocated to a job may be higher than the task count and the value
of \fB\-\-mem\-per\-cpu\fR should be adjusted accordingly.
Also see \fB\-\-mem\fR. Also see \fB\-\-mem\fR.
\fB\-\-mem\fR and \fB\-\-mem\-per\-cpu\fR are mutually exclusive. \fB\-\-mem\fR and \fB\-\-mem\-per\-cpu\fR are mutually exclusive.
......
...@@ -827,6 +827,9 @@ value will equal the original \fB\-\-mem\-per\-cpu\fR value specified by ...@@ -827,6 +827,9 @@ value will equal the original \fB\-\-mem\-per\-cpu\fR value specified by
the user. the user.
This parameter would generally be used if individual processors This parameter would generally be used if individual processors
are allocated to jobs (\fBSelectType=select/cons_res\fR). are allocated to jobs (\fBSelectType=select/cons_res\fR).
If resources are allocated by the core, socket or whole nodes; the number
of CPUs allocated to a job may be higher than the task count and the value
of \fB\-\-mem\-per\-cpu\fR should be adjusted accordingly.
Specifying a memory limit of zero for a job step will restrict the job step Specifying a memory limit of zero for a job step will restrict the job step
to the amount of memory allocated to the job, but not remove any of the job's to the amount of memory allocated to the job, but not remove any of the job's
memory allocation from being available to other job steps. memory allocation from being available to other job steps.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment