Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
Line: 6 to 6 | ||||||||
To update the status of one node (more info about scontrol command: https://slurm.schedmd.com/scontrol.html![]() # scontrol update nodename=compute003 state=idle | ||||||||
Deleted: | ||||||||
< < | -- AntonioPerezFernandez - 23 Jan 2017 | |||||||
\ No newline at end of file | ||||||||
Added: | ||||||||
> > | SLURM submit script
-- Last updated by AlexeyLyapin - 16 Oct 2017
|
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
# sacct (displays job accounting information about active or completed jobs) # salloc (allocates resources for a job in real time) # sbatch (submits a job script for execution) # scancel (cancels a pending or running job) # sinfo -N -l (reports the state of partitions and nodes) # squeue (reports the state of jobs) # srun (submits a job for real time execution e.g. for interactive jobs) # scontrol (For viewing and modifying Slurm configuration and states) | ||||||||
Added: | ||||||||
> > | To update the status of one node (more info about scontrol command: https://slurm.schedmd.com/scontrol.html![]() # scontrol update nodename=compute003 state=idle | |||||||
-- AntonioPerezFernandez - 23 Jan 2017 \ No newline at end of file |
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
Changed: | ||||||||
< < |
| |||||||
> > | The cluster is running SLURM job scheduler, responsible for allocating the resources requested for batch or jobs. A list of commands that can be used: # sacct (displays job accounting information about active or completed jobs) # salloc (allocates resources for a job in real time) # sbatch (submits a job script for execution) # scancel (cancels a pending or running job) # sinfo -N -l (reports the state of partitions and nodes) # squeue (reports the state of jobs) # srun (submits a job for real time execution e.g. for interactive jobs) # scontrol (For viewing and modifying Slurm configuration and states) | |||||||
Deleted: | ||||||||
< < | -- StewartBoogert - 19 Jan 2017 | |||||||
\ No newline at end of file | ||||||||
Added: | ||||||||
> > | -- AntonioPerezFernandez - 23 Jan 2017 | |||||||
\ No newline at end of file |
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Added: | ||||||||
> > |
|