Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

sview(1) [debian 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)

Check Out this Related Man Page

topology.conf(5)					     Slurm configuration file						  topology.conf(5)

NAME
topology.conf - Slurm configuration file for defining the network topology DESCRIPTION
topology.conf is an ASCII file which describes the cluster's network topology for optimized job resource allocation. The file location can be modified at system build time using the DEFAULT_SLURM_CONF parameter or at execution time by setting the SLURM_CONF environment vari- able. The file will always be located in the same directory as the slurm.conf file. Parameter names are case insensitive. Any text following a "#" in the configuration file is treated as a comment through the end of that line. The size of each line in the file is limited to 1024 characters. Changes to the configuration file take effect upon restart of SLURM daemons, daemon receipt of the SIGHUP signal, or execution of the command "scontrol reconfigure" unless otherwise noted. The network topology configuration one one line defining a switch name and its children, either node names or switch names. SLURM's hostlist expression parser is used, so the node and switch names need not be consecutive (e.g. "Nodes=tux[0-3,12,18-20]" and "Switches=s[0-2,4-8,12]" will parse fine). An optional link speed may also be specified. The overall configuration parameters available include: SwitchName The name of a switch. This name is internal to SLURM and arbitrary. Each switch should have a unique name. This field must be specified. Switches Child switches of the named switch. Either this option or the Nodes option must be specified. Nodes Child Nodes of the named leaf switch. Either this option or the Switches option must be specified. LinkSpeed An optional value specifying the performance of this communication link. The units used are arbitrary and this information is cur- rently not used. It may be used in the future to optimize resource allocations. EXAMPLE
################################################################## # SLURM's network topology configuration file for use with the # topology/tree plugin ################################################################## SwitchName=s0 Nodes=dev[0-5] SwitchName=s1 Nodes=dev[6-11] SwitchName=s2 Nodes=dev[12-17] SwitchName=s3 Switches=s[0-2] COPYING
Copyright (C) 2009 Lawrence Livermore National Security. Produced 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
slurm.conf(5) topology.conf 2.0 March 2009 topology.conf(5)
Man Page