Content deleted Content added
Add image, add links |
m →Usage |
||
Line 98:
== Usage ==
[[File:EstadosTrabajosSLURM.jpg|thumb|Slurm distinguishes several stages for a job]]
The
* <code>slurmctld</code>, a central
* many computing nodes, each with one or more
* clients that connect to the manager node, often with [[Secure Shell|ssh]].
The clients can issue commands to the control daemon, which would accept and divide the workload to the computing daemons.
For clients, the main commands are
Jobs can be run in [[Batch processing|batch mode]] or [[Interactive computing|interactive mode]]. For interactive mode, a compute node would start a shell, connects the client into it, and run the job. From there the user may observe and interact with the job while it is running. Usually, interactive jobs are used for initial debugging, and after debugging, the same job would be submitted by
==See also==
|