53
edits
| (10 intermediate revisions by the same user not shown) | |||
|
The nodes should be configured to run with the controller. You can see the information about available nodes using this command:
$ sinfo
[[File:Sinfo.png|left|alt=|frameless|
<br>
<br>
<br>
In case the nodes show up in STATE "down", run the following command to put them in idle state (then check again using sinfo command):
$ scontrol update nodename=pnode[01-64] state=idle
== 2. Running a Slurm Batch Job on Multiple Nodes ==
[[File:Slurm op.png|left|frameless|709x709px]]
<br>
[[File:Slrm.png|left|frameless|447x447px]]
[[File:Slurm output.png|left|frameless]]
<br>
<br>
<br>
<br>
For more information: [https://slurm.schedmd.com/ Slurm Documentation]
| |||
edits