1SGE_QSTAT(5) Grid Engine File Formats SGE_QSTAT(5)
2
3
4
6 sge_qstat - Grid Engine default qstat file format
7
9 sge_qstat defines the command line switches that will be used by qstat
10 by default. If available, the default sge_qstat file is read and pro‐
11 cessed by qstat(1).
12
13 There is a cluster global and a user private sge_qstat file. The user
14 private file has the highest precedence and is followed by the cluster
15 global sge_qstat file. Command line switches used with qstat(1) over‐
16 ride all switches contained in the user private or cluster global
17 sge_qstat file.
18
19 The format of the default files is:
20
21 · Each line has to contain any qstat(1) option as described in the
22 Grid Engine Reference Manual. More than one option per line is
23 allowed.
24
26 The following is a simple example of a default sge_qstat file:
27
28 =====================================================
29 -s rs -u $user
30 =====================================================
31
32
33 Having defined a default sge_qstat file like this and using qstat as
34 follows:
35
36 qstat
37
38 has the same effect as if qstat was executed with:
39
40 qstat -s rs -u <current_user>
41
43 $SGE_ROOT/$SGE_CELL/common/sge_qstat global defaults file
44 $HOME/.sge_qstatuser private defaults file
45
47 sge_intro(1), qstat(1), Grid Engine Installation and Administration
48 Guide
49
51 See sge_intro(1) for a full statement of rights and permissions.
52
53
54
55GE 6.1 $Date: 2007/06/26 22:21:12 $ SGE_QSTAT(5)