Man page - sge_qstat(5)
Packages contains this manual
- sge_queue_conf(5)
- sge_pe(5)
- sge_resource_quota(5)
- sge_hostnameutils(1)
- remote_startup(5)
- sge_reporting(5)
- sge_schedule(5)
- sge_share_tree(5)
- sge_host_conf(5)
- sge_bootstrap(5)
- sge_access_list(5)
- sge_qstat(5)
- sge_request(5)
- sge_dl(8)
- sge_intro(1)
- sgepasswd(1)
- sge_status(5)
- sge_qtask(5)
- sge_aliases(5)
- sge_types(5)
- sge_priority(5)
- sge_sched_conf(5)
- sge_checkpoint(5)
- sge_project(5)
- sge_host_aliases(5)
- load_parameters(5)
- jsv_script_interface(3)
- sge_ckpt(5)
- sge_complex(5)
- sge_hostgroup(5)
- sgepasswd(5)
- sge-enable-disable(1)
- sge_ca(8)
- sge_calendar_conf(5)
- sge_accounting(5)
- sge_conf(5)
- sge_user(5)
apt-get install gridengine-common
Manual
SGE_QSTAT
NAMEDESCRIPTION
EXAMPLES
FILES
SEE ALSO
COPYRIGHT
NAME
sge_qstat - Grid Engine default qstat file format
DESCRIPTION
sge_qstat defines the command line switches that will be used by qstat by default. If available, the default sge_qstat file is read and processed by qstat (1).
There is a cluster global and a user private sge_qstat file. The user private file has the highest precedence and is followed by the cluster global sge_qstat file. Command line switches used with qstat (1) override all switches contained in the user private or cluster global sge_qstat file.
The format of the default files is:
|
• |
The default sge_qstat file may contain an arbitrary number of lines. Blank lines and lines with a ’#’ sign in the first column are skipped. Each line not to be skipped may contain any qstat (1) option. More than one option per line is allowed. |
EXAMPLES
The following is a simple example of a default sge_qstat file:
=====================================================
# Just show me my own running and suspended jobs
-s rs -u $user
=====================================================
Having defined a default sge_qstat file like this and using qstat as follows:
qstat
has the same effect as if qstat was executed with:
qstat -s rs -u
<current_user>
(Note that -u $user is now the default behaviour.)
FILES
<sge_root>/<cell>/common/sge_qstat
global defaults file
$HOME/.sge_qstat
user private defaults file
SEE ALSO
sge_intro (1), qstat (1)
COPYRIGHT
See sge_intro (1) for a full statement of rights and permissions.