1GE_QSTAT(5) Grid Engine File Formats GE_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 · The default sge_qstat file may contain an arbitrary number of lines.
22 Blank lines and lines with a '#' sign at the first column are
23 skipped. Each line not to be skipped may contain any qstat(1)
24 option as described in the Grid Engine Reference Manual. More than
25 one option per line is allowed.
26
28 The following is a simple example of a default sge_qstat file:
29
30 =====================================================
31 # Just show me my own running and suspended jobs
32 -s rs -u $user
33 =====================================================
34
35
36 Having defined a default sge_qstat file like this and using qstat as
37 follows:
38
39 qstat
40
41 has the same effect as if qstat was executed with:
42
43 qstat -s rs -u <current_user>
44
46 <ge_root>/<cell>/common/sge_qstat global defaults file
47 $HOME/.sge_qstatuser private defaults file
48
50 ge_intro(1), qstat(1), Grid Engine Installation and Administration
51 Guide
52
54 See ge_intro(1) for a full statement of rights and permissions.
55
56
57
58GE 6.2u5 $Date: 2007/03/23 09:41:42 $ GE_QSTAT(5)