Skip to content
/ slurm Public
forked from SchedMD/slurm

Slurm: A Highly Scalable Resource Manager

License

Unknown, Unknown licenses found

Licenses found

Unknown
COPYING
Unknown
LICENSE.OpenSSL
Notifications You must be signed in to change notification settings

Cray/slurm

This branch is 432 commits ahead of, 46698 commits behind SchedMD/slurm:master.

Folders and files

NameName
Last commit message
Last commit date
Dec 5, 2013
Dec 6, 2013
Dec 10, 2013
Oct 17, 2013
Dec 6, 2013
Dec 12, 2013
Dec 5, 2013
Aug 14, 2013
Jul 13, 2009
Sep 9, 2013
Jul 3, 2012
Mar 24, 2003
Apr 24, 2013
Apr 12, 2007
Sep 1, 2006
Nov 25, 2013
Sep 7, 2012
Dec 5, 2013
Dec 9, 2013
Apr 24, 2013
Nov 25, 2013
Sep 6, 2013
Jul 30, 2013
Nov 18, 2013
Sep 2, 2005
Dec 5, 2013
Nov 8, 2013
Dec 11, 2013
Aug 14, 2013
Dec 3, 2013

Repository files navigation

SLURM: the Simple Linux Utility for Resource Management

This is SLURM, the Simple Linux Utility for Resource Management. SLURM is an open-source cluster resource management and job scheduling system that strives to be simple, scalable, portable, fault-tolerant, and interconnect agnostic. SLURM currently has been tested only under Linux.

As a cluster resource manager, SLURM provides three key functions. First, it allocates exclusive and/or non-exclusive access to resources (compute nodes) to users for some duration of time so they can perform work. Second, it provides a framework for starting, executing, and monitoring work (normally a parallel job) on the set of allocated nodes. Finally, it arbitrates conflicting requests for resources by managing a queue of pending work.

SLURM is provided "as is" and with no warranty. This software is distributed under the GNU General Public License, please see the files COPYING, DISCLAIMER, and LICENSE.OpenSSL for details.

This README presents an introduction to compiling, installing, and using SLURM.

SOURCE DISTRIBUTION HIERARCHY

The top-level distribution directory contains this README as well as other high-level documentation files, and the scripts used to configure and build SLURM (see INSTALL). Subdirectories contain the source-code for SLURM as well as a DejaGNU test suite and further documentation. A quick description of the subdirectories of the SLURM distribution follows:

src/ [ SLURM source ]
SLURM source code is further organized into self explanatory subdirectories such as src/api, src/slurmctld, etc.
doc/ [ SLURM documentation ]
The documentation directory contains some latex, html, and ascii text papers, READMEs, and guides. Manual pages for the SLURM commands and configuration files are also under the doc/ directory.
etc/ [ SLURM configuration ]
The etc/ directory contains a sample config file, as well as some scripts useful for running SLURM.
slurm/ [ SLURM include files ]
This directory contains installed include files, such as slurm.h and slurm_errno.h, needed for compiling against the SLURM API.
testsuite/ [ SLURM test suite ]
The testsuite directory contains the framework for a set of DejaGNU and "make check" type tests for SLURM components. There is also an extensive collection of Expect scripts.
auxdir/ [ autotools directory ]
Directory for autotools scripts and files used to configure and build SLURM
contribs/ [ helpful tools outside of SLURM proper ]
Directory for anything that is outside of slurm proper such as a different api or such. To have this build you need to do a make contrib/install-contrib.

COMPILING AND INSTALLING THE DISTRIBUTION

Please see the instructions at
http://slurm.schedmd.com/quickstart_admin.html
Extensive documentation is available from our home page at
http://slurm.schedmd.com/slurm.html

PROBLEMS

If you experience problems compiling, installing, or running SLURM, see
http://slurm.schedmd.com/help.html

About

Slurm: A Highly Scalable Resource Manager

Resources

License

Unknown, Unknown licenses found

Licenses found

Unknown
COPYING
Unknown
LICENSE.OpenSSL

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 90.7%
  • TeX 2.6%
  • Shell 2.3%
  • C++ 2.0%
  • Perl 1.9%
  • PHP 0.1%
  • Other 0.4%