Slurm Workload Manager: Difference between revisions

Content deleted Content added
Importing Wikidata short description: "Free and open-source job scheduler for Linux and similar computers" (Shortdesc helper)
top: bold alt article name per MOS, there's sources out there so remove notability tag
Line 1:
{{short description|Free and open-source job scheduler for Linux and similar computers}}
{{Multiple issues|
{{primary sources|date=July 2010}}
{{Notability|date=July 2010}}
}}
{{Infobox software
| title = Slurm
Line 30 ⟶ 27:
}}
 
The '''Slurm Workload Manager''', (formerly known as '''Simple Linux Utility for Resource Management''' or ('''SLURM'''), or simply '''Slurm''', is a [[free and open-source]] [[job scheduler]] for [[Linux]] and [[Unix-like]] [[Kernelkernel (operating system)|kernels]], used by many of the world's [[supercomputer]]s and [[computer cluster]]s.
 
It provides three key functions:
* allocating exclusive and/or non-exclusive access to resources (computer nodes) to users for some duration of time so they can perform work,
* providing a framework for starting, executing, and monitoring work, (typically a parallel job such as [[Message Passing Interface|MPI]] (MPI) on a set of allocated nodes, and
* arbitrating contention for resources by managing a queue of pending jobs.