Skip to content
Snippets Groups Projects
Commit aa9438e6 authored by Moe Jette's avatar Moe Jette
Browse files

fix two typos

parent 3071094f
No related branches found
No related tags found
No related merge requests found
...@@ -17,7 +17,7 @@ interest are:</P> ...@@ -17,7 +17,7 @@ interest are:</P>
<UL> <UL>
<LI><B>GresTypes</B> a comma delimited list of generic resources to be <LI><B>GresTypes</B> a comma delimited list of generic resources to be
managed (e.g. <I>GresPlugins=gpus,nic</I>). This name may be that of an managed (e.g. <I>GresTypes=gpu,nic</I>). This name may be that of an
optional plugin providing additional control over the resources.</LI> optional plugin providing additional control over the resources.</LI>
<LI><B>Gres</B> the specific generic resource and their count associated with <LI><B>Gres</B> the specific generic resource and their count associated with
each node (e.g. <I>NodeName=linux[0-999] Gres=gpu:8,nic:2</I>).</LI> each node (e.g. <I>NodeName=linux[0-999] Gres=gpu:8,nic:2</I>).</LI>
...@@ -87,7 +87,7 @@ the <I>salloc</I>, <I>sbatch</I> and <I>srun</I> commands. The option ...@@ -87,7 +87,7 @@ the <I>salloc</I>, <I>sbatch</I> and <I>srun</I> commands. The option
requires an argument specifying which generic resources are required and requires an argument specifying which generic resources are required and
how many resources. The resource specification is of the form how many resources. The resource specification is of the form
<I>name[:count]</I>. The <I>name</I> is the same name as <I>name[:count]</I>. The <I>name</I> is the same name as
specified by the <I>GresPlugins</I> and <I>Gres</I> configuration parameters. specified by the <I>GresTypes</I> and <I>Gres</I> configuration parameters.
<I>count</I> specifies how many resources are required and has a default <I>count</I> specifies how many resources are required and has a default
value of 1. For example:<BR> value of 1. For example:<BR>
<I>sbatch --gres=gpu:2 ...</I>.</P> <I>sbatch --gres=gpu:2 ...</I>.</P>
...@@ -145,6 +145,6 @@ Linux <I>cgroups</I> in order to remove access to devices not allocated to ...@@ -145,6 +145,6 @@ Linux <I>cgroups</I> in order to remove access to devices not allocated to
a job or job step.</P> a job or job step.</P>
<!--------------------------------------------------------------------------> <!-------------------------------------------------------------------------->
<p style="text-align: center;">Last modified 29 August 2010</p> <p style="text-align: center;">Last modified 31 August 2010</p>
</body></html> </body></html>
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