Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

slurm-llnl(1) [debian man page]

SLURM(1)							   Slurm system 							  SLURM(1)

NAME
slurm - SLURM system overview. DESCRIPTION
The Simple Linux Utility for Resource Management (SLURM) is an open source, fault-tolerant, and highly scalable cluster management and job scheduling system for large and small Linux clusters. SLURM requires no kernel modifications for its operation and is relatively self-con- tained. As a cluster resource manager, SLURM has 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, exe- cuting, and monitoring work (normally a parallel job) on the set of allocated nodes. Finally, it arbitrates contention for resources by managing a queue of pending work. Optional plugins can be used for accounting, advanced reservation, gang scheduling (time sharing for parallel jobs), backfill scheduling, resource limits by user or bank account, and sophisticated multifactor job prioritization algorithms. SLURM has a centralized manager, slurmctld, to monitor resources and work. There may also be a backup manager to assume those responsibili- ties in the event of failure. Each compute server (node) has a slurmd daemon, which can be compared to a remote shell: it waits for work, executes that work, returns status, and waits for more work. An optional slurmDBD (SLURM DataBase Daemon) can be used for accounting pur- poses and to maintain resource limit information. Basic user tools include srun to initiate jobs, scancel to terminate queued or running jobs, sinfo to report system status, and squeue to report the status of jobs. There is also an administrative tool scontrol available to monitor and/or modify configuration and state infor- mation. APIs are available for all functions. SLURM configuration is maintained in the slurm.conf file. Man pages are available for all SLURM commands, daemons, APIs, plus the slurm.conf file. Extensive documenation is also available on the internet at <http://www.schedmd.com/slurmdocs/>. COPYING
Copyright (C) 2005-2007 The Regents of the University of California. Copyright (C) 2008-2009 Lawrence Livermore National Security. Pro- duced at Lawrence Livermore National Laboratory (cf, DISCLAIMER). CODE-OCEC-09-009. All rights reserved. This file is part of SLURM, a resource management program. For details, see <http://www.schedmd.com/slurmdocs/>. SLURM is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. SLURM is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. SEE ALSO
sacct(1), sacctmgr(1), salloc(1), sattach(1), sbatch(1), sbcast(1), scancel(1), scontrol(1), sinfo(1), smap(1), squeue(1), sreport(1), srun(1), sshare(1), sstate(1), strigger(1), sview(1), bluegene.conf(5), slurm.conf(5), slurmdbd.conf(5), wiki.conf(5), slurmctld(8), slurmd(8), slurmdbd(8), slurmstepd(8), spank(8) slurm 2.0 March 2009 SLURM(1)

Check Out this Related Man Page

sview(1)							  SLURM Commands							  sview(1)

NAME
sview - graphical user interface to view and modify SLURM state. SYNOPSIS
sview DESCRIPTION
sview can be used to view SLURM configuration, job, step, node and partitions state information. Authorized users can also modify select information. The primary display modes are Jobs and Partitions, each with a selection tab. There is also an optional map of the nodes on the left side of the window which will show the nodes associated with each job or partition. Left-click on the tab of the display you would like to see. Right-click on the tab in order to control which fields will be displayed. Within the display window, left-click on the header to control the sort order of entries (e.g. increasing or decreasing) in the display. You can also left-click and drag the headers to move them right or left in the display. If a JobID has an arrow next to it, click on that arrow to display or hide information about that job's steps. Right-click on a line of the display to get more information about the record. There is an Admin Mode option which permits the user root to modify many of the fields displayed, such as node state or job time limit. In the mode, a SLURM Reconfigure Action is also available. It is recommended that Admin Mode be used only while modifications are actively being made. Disable Admin Mode immediately after the changes to avoid possibly making unintended changes. NOTES
The sview command can only be build if gtk+-2.0 is installed. Systems lacking these libraries will have SLURM installed without the sview command. At least some gtk themes are unable to display large numbers of lines (jobs, nodes, etc). The information is still in gtk's internal data structures, but not visible by scrolling down the window. COPYING
Copyright (C) 2006-2007 The Regents of the University of California. Copyright (C) 2008-2011 Lawrence Livermore National Security. Pro- duced at Lawrence Livermore National Laboratory (cf, DISCLAIMER). CODE-OCEC-09-009. All rights reserved. This file is part of SLURM, a resource management program. For details, see <http://www.schedmd.com/slurmdocs/>. SLURM is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. SLURM is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. SEE ALSO
sinfo(1), squeue(1), scontrol(1), slurm.conf(5), sched_setaffinity (2), numa (3) February 2011 SLURM 2.3 sview(1)
Man Page