diff options
author | B. Watson | 2016-11-11 21:25:24 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo | 2016-11-12 00:58:01 +0100 |
commit | 4c527a21c045d157b3f75788dd602079f1e401dc (patch) | |
tree | fac5cd50d232cc1cf1ab5b3c6eb9c67c7b5e9fa7 /network/slurm/README | |
parent | fa93e5ab5fa6b8515d8c4d7e891b4cbea159ec10 (diff) | |
download | slackbuilds-4c527a21c045d157b3f75788dd602079f1e401dc.tar.gz |
network/slurm: Update README.
Diffstat (limited to 'network/slurm/README')
-rw-r--r-- | network/slurm/README | 24 |
1 files changed, 13 insertions, 11 deletions
diff --git a/network/slurm/README b/network/slurm/README index 3aa4f86a18..faf584c30c 100644 --- a/network/slurm/README +++ b/network/slurm/README @@ -1,20 +1,22 @@ -Slurm Workload Manager +slurm (workload manager) -Slurm is an open-source workload manager designed for Linux clusters of all sizes. -It provides three key functions. First it allocates exclusive and/or non-exclusive -access to resources (computer nodes) to users for some duration of time so they can -perform work. Second, it provides a framework for starting, executing, and monitoring -work (typically a parallel job) on a set of allocated nodes. Finally, it arbitrates -contention for resources by managing a queue of pending work. +Slurm is an open-source workload manager designed for Linux clusters +of all sizes. It provides three key functions. First it allocates +exclusive and/or non-exclusive access to resources (computer nodes) +to users for some duration of time so they can perform work. Second, +it provides a framework for starting, executing, and monitoring work +(typically a parallel job) on a set of allocated nodes. Finally, it +arbitrates contention for resources by managing a queue of pending work. -The SLURM controller (slurmctld) can run without elevated privileges, -so it is recommended that a user "slurm" be created for it before Slurm is executed. +The SLURM controller (slurmctld) can run without elevated privileges, +so it is recommended that a user "slurm" be created for it before Slurm +is executed. # groupadd -g 311 slurm # useradd -u 311 -d /var/lib/slurm -s /bin/false -g slurm slurm -Next, a configuration file can be build using your favorite web browser and the -file /usr/doc/slurm-14.11.8/html/configurator.html. +Next, a configuration file can be build using your favorite web browser +and the file /usr/doc/slurm-14.11.8/html/configurator.html. Optional dependencies: HWLOC=yes|no (default: no), requires hwloc |