Skip to content
Snippets Groups Projects
Commit f835d8b6 authored by Tim Wickberg's avatar Tim Wickberg
Browse files

Docs - fix two typos.

parent 1fe5c7cc
No related branches found
No related tags found
No related merge requests found
......@@ -91,7 +91,7 @@ the boot time.</p>
<h3>Sample Use Cases</h3>
<pre>
$ sbatch -C flat,a2a -N2 -gres=hbm:8g --exclusive my.script
$ sbatch -C flat,a2a -N2 --gres=hbm:8g --exclusive my.script
$ srun --constraint=hemi,cache -n36 a.out
$ srun --constraint=flat --gres=hbm:2g -n36 a.out
......
......@@ -2287,7 +2287,7 @@ Related configuration options include \fBResumeTimeout\fR, \fBResumeProgram\fR,
.TP
\fBResumeTimeout\fR
Maximum time permitted (in second) between when a node is resume request
Maximum time permitted (in second) between when a node resume request
is issued and when the node is actually available for use.
Nodes which fail to respond in this time frame may be marked DOWN and
the jobs scheduled on the node requeued.
......
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