1QSELECT(1) Grid Engine User Commands QSELECT(1)
2
3
4
6 qselect - select queues.
7
9 qselect [ -help ] [ -l resource=val,... ] [ -pe pe_name,... ] [ -q
10 wc_queue,... ] [ -s {r|p|s|z|hu|ho|hs|hj|ha|h}[+] ] [ -U user,... ]
11
13 qselect prints a list of Grid Engine queue names corresponding to
14 selection criteria specified in the qselect arguments described below.
15 The output of qselect can be fed into other Grid Engine commands to
16 apply actions on the selected queue sets. For example together with the
17 -mqattr option to qconf(1), qselect can be used to modify queue
18 attributes on a set of queues.
19
21 -help Prints a listing of all options.
22
23 -l resource[=value],...
24 Defines the resources to be granted by the queues which should
25 be included in the queue list output. Matching is performed on
26 queues based on non-mutable resource availability information
27 only. That means load values are always ignored except the so-
28 called static load values (i.e. "arch", "num_proc", "mem_total",
29 "swap_total" and "virtual_total") ones. Also consumable utiliza‐
30 tion is ignored.
31
32 -pe pe_name,...
33 Includes queues into the output which are attached to at least
34 one of the parallel environments listed in the comma separated
35 option argument.
36
37 -q wc_queue,...
38 Directly specifies the wildcard expression queue list to be
39 included in the output. This option usually is only meaningful
40 in conjunction with another qselect option to extract a subset
41 of queue names from a list given by -q. Description of wc_queue
42 can be found in sge_types(1).
43
44 -qs {a|c|d|o|s|u|A|C|D|E|S}
45 This option allows to filter for queue instances in certain
46 states.
47
48 -U user,...
49 Includes the queues to which the specified users have access in
50 the qselect output.
51
53 =====================================================
54
55 % qselect -l arch=linux
56 % qselect -l arch=linux -U andreas,shannon
57 % qconf -mattr queue h_vmem=1GB `qselect -l arch=linux`
58
59 =====================================================
60
61 The first example prints the names of those queues residing on Linux
62 machines. The second command in addition restricts the output to those
63 queues with access permission for the users andreas and shannon. The
64 third command changes the queue attribute h_vmem to 1 Gigabyte on
65 queues residing on Linux machines (see the qconf(1) manual page for
66 details on the -mattr option and the queue_conf(5) manual page on
67 details of queue configuration entries).
68
70 SGE_ROOT Specifies the location of the Grid Engine standard con‐
71 figuration files.
72
73 SGE_CELL If set, specifies the default Grid Engine cell. To
74 address a Grid Engine cell qselect uses (in the order of
75 precedence):
76
77 The name of the cell specified in the environment
78 variable SGE_CELL, if it is set.
79
80 The name of the default cell, i.e. default.
81
82
83 SGE_DEBUG_LEVEL
84 If set, specifies that debug information should be writ‐
85 ten to stderr. In addition the level of detail in which
86 debug information is generated is defined.
87
88 SGE_QMASTER_PORT
89 If set, specifies the tcp port on which sge_qmaster(8)
90 is expected to listen for communication requests. Most
91 installations will use a services map entry for the ser‐
92 vice "sge_qmaster" instead to define that port.
93
95 $SGE_ROOT/$SGE_CELL/common/act_qmaster
96 Grid Engine master host file
97
99 sge_intro(1), qconf(1), qmod(1), qstat(1), queue_conf(5),
100
102 See sge_intro(1) for a full statement of rights and permissions.
103
104
105
106GE 6.1 $Date: 2007/06/26 22:21:06 $ QSELECT(1)