File: sge_request.html

package info (click to toggle)
gridengine 6.2u5-7.1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 57,216 kB
  • sloc: ansic: 438,030; java: 66,252; sh: 36,399; jsp: 7,757; xml: 5,850; makefile: 5,520; csh: 4,571; cpp: 2,848; perl: 2,401; tcl: 692; lisp: 669; yacc: 668; ruby: 642; lex: 344
file content (116 lines) | stat: -rw-r--r-- 4,086 bytes parent folder | download | duplicates (2)
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
<HTML>
<BODY BGCOLOR=white>
<PRE>
<!-- Manpage converted by man2html 3.0.1 -->
NAME
     sge_request - Sun Grid  Engine  default  request  definition
     file format

DESCRIPTION
     <I>sge</I>_<I>request</I> reflects the  format  of  the  files  to  define
     default  request  profiles.  If  available,  default request
     files are read and processed during  job  submission  before
     any submit options embedded in the job script and before any
     options in the  <B><A HREF="../htmlman1/qsub.html?pathrev=V62u5_TAG">qsub(1)</A></B>  or  <B><A HREF="../htmlman1/qsh.html?pathrev=V62u5_TAG">qsh(1)</A></B>  command-line  are  con-
     sidered.  Thus, the command-line and embedded script options
     may overwrite the settings in the default request files (see
     <B><A HREF="../htmlman1/qsub.html?pathrev=V62u5_TAG">qsub(1)</A></B> or <B><A HREF="../htmlman1/qsh.html?pathrev=V62u5_TAG">qsh(1)</A></B> for details).

     There is a cluster global, a  user  private  and  a  working
     directory local default request definition file. The working
     directory local default request file has  the  highest  pre-
     cedence  and  is  followed  by the user private and then the
     cluster global default request file.

     Note, that the -<I>clear</I> option to <B><A HREF="../htmlman1/qsub.html?pathrev=V62u5_TAG">qsub(1)</A></B>  or  <B><A HREF="../htmlman1/qsh.html?pathrev=V62u5_TAG">qsh(1)</A></B>  can  be
     used  to  discard  any  previous  settings  at any time in a
     default request file, in the embedded script flags or  in  a
     <B><A HREF="../htmlman1/qsub.html?pathrev=V62u5_TAG">qsub(1)</A></B> or <B><A HREF="../htmlman1/qsh.html?pathrev=V62u5_TAG">qsh(1)</A></B> command-line option.

     The format of the default request definition files is:

     <B>o</B>  The default request files may contain an arbitrary number
        of  lines.   Blank lines and lines with a '#' sign in the
        first column are skipped.

     <B>o</B>  Each line not to  be  skipped  may  contain  any  <B><A HREF="../htmlman1/qsub.html?pathrev=V62u5_TAG">qsub(1)</A></B>
        option  as  described  in  the  Sun Grid Engine Reference
        Manual. More than one option per  line  is  allowed.  The
        batch  script  file  and  argument  options  to the batch
        script are not considered as <B><A HREF="../htmlman1/qsub.html?pathrev=V62u5_TAG">qsub(1)</A></B> options and thus are
        not allowed in a default request file.

EXAMPLES
     The following is a  simple  example  of  a  default  request
     definition file:

     =====================================================
     # Default Requests File

     # request group to be sun4 and a CPU-time of 5hr
     -l arch=sun4,s_cpu=5:0:0

     # don't restart the job in case of system crashes
     -r n
     =====================================================

     Having defined a default request definition file  like  this
     and submitting a job as follows:

     qsub test.sh

     would have precisely the same effect as if the job was  sub-
     mitted with:

     qsub -l arch=sun4,s_cpu=5:0:0 -r n test.sh

FILES
     &lt;<I>sge</I>_<I>root</I>&gt;/&lt;<I>cell</I>&gt;/<I>common</I>/<I>sge</I>_<I>request</I>
                   global defaults file
     $<I>HOME</I>/.<I>sge</I>_<I>request</I>   user private defaults file
     $<I>cwd</I>/.<I>sge</I>_<I>request</I>    cwd directory defaults file

SEE ALSO
     <B><A HREF="../htmlman1/sge_intro.html?pathrev=V62u5_TAG">sge_intro(1)</A></B>, <B><A HREF="../htmlman1/qsh.html?pathrev=V62u5_TAG">qsh(1)</A></B>, <B><A HREF="../htmlman1/qsub.html?pathrev=V62u5_TAG">qsub(1)</A></B>, <I>Sun</I> <I>Grid</I> <I>Engine</I>  <I>Installation</I>
     <I>and</I> <I>Administration</I>

COPYRIGHT
     See <B><A HREF="../htmlman1/sge_intro.html?pathrev=V62u5_TAG">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>