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

Fix typos

parent 7ed5a0c8
No related branches found
No related tags found
No related merge requests found
...@@ -446,7 +446,7 @@ Slurm (without jobs). The procedure is as follows:</p> ...@@ -446,7 +446,7 @@ Slurm (without jobs). The procedure is as follows:</p>
<li>Cancel all jobs.</li> <li>Cancel all jobs.</li>
<li>Change the dynamic window count on the compute nodes.</li> <li>Change the dynamic window count on the compute nodes.</li>
<li>Restart Slurm daemons without preserving state <li>Restart Slurm daemons without preserving state
(e.g. "/etc/init.d/slurm/startclean" or initiate the daemons using the (e.g. "/etc/init.d/slurm startclean" or initiate the daemons using the
"-c" option).</li> "-c" option).</li>
</ol> </ol>
...@@ -487,10 +487,10 @@ These function provide sufficient information to release all resources ...@@ -487,10 +487,10 @@ These function provide sufficient information to release all resources
In order to release CAU, it is necessary to cold start the Protocol Network In order to release CAU, it is necessary to cold start the Protocol Network
Services Daemon (PNSD) on compute nodes following the sequence shown below.</p> Services Daemon (PNSD) on compute nodes following the sequence shown below.</p>
<pre> <pre>
Stop Slurm daemons: /etc/init.d/rc slurm stop Stop Slurm daemons: /etc/init.d/slurm stop
Stop PNSD: stopsrc -s pnsd Stop PNSD: stopsrc -s pnsd
Start PNSD clean: startsrc -s pnsd -a -c Start PNSD clean: startsrc -s pnsd -a -c
Start Slurm daemons clean: /etc/init.d/rc slurm startclean Start Slurm daemons clean: /etc/init.d/slurm startclean
</pre> </pre>
<h3>Design Notes</h3> <h3>Design Notes</h3>
......
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