~ubuntu-branches/ubuntu/vivid/slurm-llnl/vivid

« back to all changes in this revision

Viewing changes to doc/man/man1/smap.1

  • Committer: Bazaar Package Importer
  • Author(s): Gennaro Oliva
  • Date: 2009-09-24 23:28:15 UTC
  • mfrom: (1.1.11 upstream) (3.2.4 sid)
  • Revision ID: james.westby@ubuntu.com-20090924232815-enh65jn32q1ebg07
Tags: 2.0.5-1
* New upstream release 
* Changed dependecy from lib-mysqlclient15 to lib-mysqlclient 
* Added Default-Start for runlevel 2 and 4 and $remote_fs requirement in
  init.d scripts (Closes: #541252)
* Postinst checks for wrong runlevels 2 and 4 links
* Upgraded to standard version 3.8.3
* Add lintian overrides for missing slurm-llnl-configurator.html in doc
  base registration
* modified postrm scripts to ignore pkill return value in order to avoid
  postrm failure when no slurm process is running
* Checking for slurmctld.pid before cancelling running and pending
  jobs during package removal 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.TH SMAP "1" "May 2007" "smap 1.3" "Slurm components"
 
1
.TH SMAP "1" "April 2009" "smap 2.0" "Slurm components"
2
2
 
3
3
.SH "NAME"
4
4
smap \- graphically view information about SLURM jobs, partitions, and set 
30
30
DOWN, DRAINED or FAIL state by a '#'.
31
31
.RS
32
32
.TP 15
 
33
.I "b"
 
34
Displays information about BlueGene partitions on the system
 
35
.TP
 
36
.I "c"
 
37
Displays current BlueGene node states and allows users to configure the system.
 
38
.TP
33
39
.I "j"
34
40
Displays information about jobs running on system.
 
41
.TP
 
42
.I "r"
 
43
Display information about advanced reservations. 
 
44
While all current and future reservations will be listed, 
 
45
only currently active reservations will appear on the node map.
35
46
.TP 
36
47
.I "s"
37
48
Displays information about slurm partitions on the system
38
 
.TP
39
 
.I "b"
40
 
Displays information about BG partitions on the system
41
 
.TP
42
 
.I "c"
43
 
Displays current node states and allows users to configure the system.
44
49
.RE
45
50
 
46
51
.TP
90
95
 
91
96
.SH "OUTPUT FIELD DESCRIPTIONS"
92
97
.TP
 
98
\fBACCESS_CONTROL\fR
 
99
Identifies the users or bank accounts which can use this advanced reservation.
 
100
A prefix of "A:" indicates that the following account names may use this reservation.
 
101
A prefix of "U:" indicates that the following user names may use this reservation.
 
102
.TP
93
103
\fBAVAIL\fR
94
104
Partition state: \fBup\fR or \fBdown\fR.
95
105
.TP
99
109
\fBCONN\fR
100
110
Connection Type: \fBTORUS\fR or \fBMESH\fR or \fBSMALL\fR (for small blocks).
101
111
.TP
 
112
\fBEND_TIME\fR
 
113
The time when an advanced reservation ended.
 
114
.TP
102
115
\fBID\fR
103
116
Key to identify the nodes associated with this entity in the node chart.
104
117
.TP
106
119
Mode Type: \fBCOPROCESS\fR or \fBVIRTUAL\fR.
107
120
.TP
108
121
\fBNAME\fR
109
 
Name of the job.
 
122
Name of the job or advanced reservation.
110
123
.TP
111
124
\fBNODELIST\fR or \fBBP_LIST\fR
112
 
Names of nodes or base partitions associated with this configuration/partition.
 
125
Names of nodes or base partitions associated with this configuration, 
 
126
partition or reservation.
113
127
.TP
114
128
\fBNODES\fR
115
129
Count of nodes or base partitions with this particular configuration.
125
139
F (failed), TO (timeout), and NF (node failure). See 
126
140
\fBJOB STATE CODES\fR section below for more information.
127
141
.TP
 
142
\fBSTART_TIME\fR
 
143
The time when an advanced reservation started.
 
144
.TP
128
145
\fBSTATE\fR
129
146
State of the nodes. 
130
147
Possible states include: allocated, completing, down, 
388
405
\fBIDLE\fR
389
406
The node is not allocated to any jobs and is available for use.
390
407
.TP
 
408
\fBMAINT\fR
 
409
The node is currently in a reservation with a flag value of "maintainence".
 
410
.TP
391
411
\fBUNKNOWN\fR
392
412
The SLURM controller has just started and the node's state
393
413
has not yet been determined.
436
456
 
437
457
.SH "COPYING"
438
458
Copyright (C) 2004\-2007 The Regents of the University of California.
 
459
Copyright (C) 2008\-2009 Lawrence Livermore National Security.
439
460
Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER).
440
 
LLNL\-CODE\-402394.
 
461
CODE\-OCEC\-09\-009. All rights reserved.
441
462
.LP
442
463
This file is part of SLURM, a resource management program.
443
464
For details, see <https://computing.llnl.gov/linux/slurm/>.