File: qselect.html

package info (click to toggle)
gridengine 6.2-4
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 51,532 kB
  • ctags: 51,172
  • sloc: ansic: 418,155; java: 37,080; sh: 22,593; jsp: 7,699; makefile: 5,292; csh: 4,244; xml: 2,901; cpp: 2,086; perl: 1,895; tcl: 1,188; lisp: 669; ruby: 642; yacc: 393; lex: 266
file content (168 lines) | stat: -rw-r--r-- 5,231 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
<HTML>
<BODY BGCOLOR=white>
<PRE>
<!-- Manpage converted by man2html 3.0.1 -->
NAME
     qselect - select queues.

SYNTAX
     qselect [ -help ] [ -l resource=val,... ] [ -pe  pe_name,...
     ] [ -q wc_queue,... ] [ -s {r|p|s|z|hu|ho|hs|hj|ha|h}[+] ] [
     -U user,... ]

DESCRIPTION
     <I>qselect</I> prints a list of Grid Engine queue names correspond-
     ing to selection criteria specified in the <I>qselect</I> arguments
     described below. The output of <I>qselect</I> can be fed into other
     Grid  Engine commands to apply actions on the selected queue
     sets. For  example  together  with  the  -<I>mqattr</I>  option  to
     <B><A HREF="../htmlman1/qconf.html">qconf(1)</A></B>,  <I>qselect</I> can be used to modify queue attributes on
     a set of queues.

OPTIONS
     -help
          Prints a listing of all options.

     -l resource[=value],...
          Defines the resources to be granted by the queues which
          should  be  included in the queue list output. Matching
          is performed on queues based  on  non-mutable  resource
          availability  information  only. That means load values
          are always ignored except  the  so-called  static  load
          values    (i.e.    "arch",   "num_proc",   "mem_total",
          "swap_total" and "virtual_total") ones. Also consumable
          utilization is ignored.

     -pe pe_name,...
          Includes queues into the output which are  attached  to
          at  least  one of the parallel environments enlisted in
          the comma separated option argument.

     -q wc_queue,...
          Directly specifies the wildcard expression  queue  list
          to  be  included  in the output. This option usually is
          only meaningful in  conjunction  with  another  <I>qselect</I>
          option  to  extract a subset of queue names from a list
          given by -q.  Description of <I>wc</I>_<I>queue</I> can be  found  in
          <B><A HREF="../htmlman1/sge_types.html">sge_types(1)</A></B>.

     -qs {a|c|d|o|s|u|A|C|D|E|S}
          This option allows to filter  for  queue  instances  in
          certain states.

     -U user,...
          Includes the queues to which the specified  users  have
          access in the <I>qselect</I> output.

EXAMPLES
     =====================================================

     % qselect -l arch=linux
     % qselect -l arch=linux -U andreas,shannon
     % qconf -mattr queue h_vmem=1GB `qselect -l arch=linux`

     =====================================================

     The first example prints the names of those queues  residing
     on  Linux machines. The second command in addition restricts
     the output to those queues with access  permission  for  the
     users  <I>andreas</I>  and  <I>shannon</I>.  The third command changes the
     queue attribute <I>h</I>_<I>vmem</I> to 1 Gigabyte on queues  residing  on
     Linux  machines (see the <B><A HREF="../htmlman1/qconf.html">qconf(1)</A></B> manual page for details on
     the -<I>mattr</I> option  and  the  <B><A HREF="../htmlman5/queue_conf.html">queue_conf(5)</A></B>  manual  page  on
     details of queue configuration entries).

ENVIRONMENTAL VARIABLES
     SGE_ROOT       Specifies the location  of  the  Grid  Engine
                    standard configuration files.

     SGE_CELL       If set, specifies  the  default  Grid  Engine
                    cell.  To  address a Grid Engine cell <I>qselect</I>
                    uses (in the order of precedence):

                         The name of the cell  specified  in  the
                         environment  variable SGE_CELL, if it is
                         set.

                         The  name  of  the  default  cell,  i.e.
                         default.


     SGE_DEBUG_LEVEL
                    If  set,  specifies  that  debug  information
                    should  be written to stderr. In addition the
                    level of detail in which debug information is
                    generated is defined.

     SGE_QMASTER_PORT
                    If set,  specifies  the  tcp  port  on  which
                    <B><A HREF="../htmlman8/sge_qmaster.html">sge_qmaster(8)</A></B> is expected to listen for com-
                    munication requests.  Most installations will
                    use  a  services  map  entry  for the service
                    "sge_qmaster" instead to define that port.

FILES
     &lt;<I>sge</I>_<I>root</I>&gt;/&lt;<I>cell</I>&gt;/<I>common</I>/<I>act</I>_<I>qmaster</I>
                     Grid Engine master host file


SEE ALSO
     <B><A HREF="../htmlman1/sge_intro.html">sge_intro(1)</A></B>, <B><A HREF="../htmlman1/qconf.html">qconf(1)</A></B>, <B><A HREF="../htmlman1/qmod.html">qmod(1)</A></B>, <B><A HREF="../htmlman1/qstat.html">qstat(1)</A></B>, <B><A HREF="../htmlman5/queue_conf.html">queue_conf(5)</A></B>,

COPYRIGHT
     See <B><A HREF="../htmlman1/sge_intro.html">sge_intro(1)</A></B> for a full statement of rights and  permis-
     sions.














































</PRE>
<HR>
<ADDRESS>
Man(1) output converted with
<a href="http://www.oac.uci.edu/indiv/ehood/man2html.html">man2html</a>
</ADDRESS>
</BODY>
</HTML>