Skip to content
Snippets Groups Projects
Commit 35559534 authored by Marcin Stolarek's avatar Marcin Stolarek Committed by Tim Wickberg
Browse files

Docs - fix misspelled --gpus-per-* options

Man page are correct, HTML documentation was missing the plural 's'.

Bug 7903.
parent 18c4de85
No related branches found
No related tags found
No related merge requests found
......@@ -104,13 +104,13 @@ requested at job submit time using the options:</P>
<DL>
<DT><I>--gres</I></DT>
<DD>Generic resources required per node</DD>
<DT><I>--gpu</I></DT>
<DT><I>--gpus</I></DT>
<DD>GPUs required per job</DD>
<DT><I>--gpu-per-node</I></DT>
<DT><I>--gpus-per-node</I></DT>
<DD>GPUs required per node. Equivalent to the <I>--gres</I> option for GPUs.</DD>
<DT><I>--gpu-per-socket</I></DT>
<DT><I>--gpus-per-socket</I></DT>
<DD>GPUs required per socket. Requires the job to specify a task socket.</DD>
<DT><I>--gpu-per-task</I></DT>
<DT><I>--gpus-per-task</I></DT>
<DD>GPUs required per task. Requires the job to specify a task count.</DD>
</DL>
......
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