File: share_tree.html

package info (click to toggle)
gridengine 6.2-4
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 51,532 kB
  • ctags: 51,172
  • sloc: ansic: 418,155; java: 37,080; sh: 22,593; jsp: 7,699; makefile: 5,292; csh: 4,244; xml: 2,901; cpp: 2,086; perl: 1,895; tcl: 1,188; lisp: 669; ruby: 642; yacc: 393; lex: 266
file content (116 lines) | stat: -rw-r--r-- 3,426 bytes parent folder | download
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
     share_tree - Grid Engine share tree file format

DESCRIPTION
     The share tree defines the long-term  resource  entitlements
     of  users/projects  and  of  a hierarchy of arbitrary groups
     thereof.

     The current share tree can be  displayed  via  the  <B><A HREF="../htmlman1/qconf.html">qconf(1)</A></B>
     -sstree  option.  The  output  follows the <I>share</I>_<I>tree</I> format
     description. A share tree can be created and an existing can
     be modified via the -astree and -mstree options to <B><A HREF="../htmlman1/qconf.html">qconf(1)</A></B>.
     Individual  share  tree  nodes  can  be  created,  modified,
     deleted,  or shown via the -astnode, -dstnode, -mstnode, and
     -sstnode options to <B><A HREF="../htmlman1/qconf.html">qconf(1)</A></B>.

FORMAT
     The format of a share tree file is defined as follows:

     <B>o</B>  A new node starts with the attribute id, and  equal  sign
        and  the  numeric  identification  number  of  the  node.
        Further attributes of that node follow until another  id-
        keyword is encountered.

     <B>o</B>  The attribute childnodes contains a comma separated  list
        of child nodes to this node.

     <B>o</B>  The parameter name refers to an arbitrary  name  for  the
        node  or to a corresponding user (see <B><A HREF="../htmlman5/user.html">user(5)</A></B>) or project
        (see <B><A HREF="../htmlman5/project.html">project(5)</A></B>) if the node is a leaf node of the  share
        tree. The name for the root node of the tree is "Root" by
        convention.

     <B>o</B>  The parameter shares defines the share of the node  among
        the nodes with the same parent node.

     <B>o</B>  A user leaf node named 'default' can be defined as a des-
        cendant  of  a  <B><A HREF="../htmlman5/project.html">project(5)</A></B>)  node  in the share tree. The
        default node defines the number of shares for users   who
        are  running  in  the project, but who do not have a user
        node defined under the project. The default user node  is
        a  convenient  way  of  specifying  a single node for all
        users which should receive an equal share of the  project
        resources. The default node may be specified by itself or
        with other <B><A HREF="../htmlman5/user.html">user(5)</A></B>) nodes at the same level below a  pro-
        ject.  All  users, whether explicitly specified as a user
        node or those which map to the 'default' user  node  must
        have  a corresponding <B><A HREF="../htmlman5/user.html">user(5)</A></B>) object defined in order to
        get shares. Do not  configure  a  <B><A HREF="../htmlman5/user.html">user(5)</A></B>)  object  named
        'default'.


SEE ALSO
     <B><A HREF="../htmlman1/sge_intro.html">sge_intro(1)</A></B>, <B><A HREF="../htmlman1/qconf.html">qconf(1)</A></B>, <B><A HREF="../htmlman5/project.html">project(5)</A></B>, <B><A HREF="../htmlman5/user.html">user(5)</A></B>.

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