Changes between Version 70 and Version 71 of Doc/gLite/TemplateCustomization


Ignore:
Timestamp:
Nov 23, 2007, 4:54:02 PM (18 years ago)
Author:
/C=FR/O=CNRS/OU=UMR8607/CN=Michel Jouvin/emailAddress=jouvin@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Doc/gLite/TemplateCustomization

    v70 v71  
    252252 * `TORQUE_SUBMIT_FILTER` : this variable allow to redefine the script used as a Torque submit filter. A default filter is provided in standard templates.
    253253
     254 * `TORQUE_TMPDIR` : normally defined to refer to the working area created by Torque for each job, on a local filesystem. Define as `null` if you don't want job current directory to be redefined to this directory.
     255
    254256 * `WN_ATTRS` : this variable is a nlist with one entry per worker node (key is the escaped node fullname). Each value is a set of PBS/Torque attribute to set on the node. Value value are any `key=value` supported by `qmgr set server` command. One useful value is `status=offline` to cause a specific node to drain or `status=online` to reenable the node. Just suppressing `status=offline` is not enough to reenable the node. One specific entry in `WN_ATTRS` is `DEFAULT` : this entry is applied to any node that doesn't have a specific entry.
    255257
     
    467469 * Resource BDII : used in replacement of Globus MDS on some resources (e.g. DPM).
    468470
     471Site (or subsite) BDII and a resource BDII can be combined on the same machine.
     472
    469473When configuring BDII on a machine, the following variables can be used (in the machine profile or in a site specific template) to tune the configuration :
    470  * BDII_TYPE : can be `resource`, `site`, `top`. `top` is the default, except if deprecated variable `SITE_BDII` is true.
     474 * BDII_TYPE : can be `resource`, `site`, `top` or `combined`. A `combined` BDII is a BDII configured both as a resource and a site BDII (this is the default on a LCG CE). `top` is the default, except if deprecated variable `SITE_BDII` is true.
    471475 * BDII_SUBSITE : name of the BDII sub-site. Ignored on any BDII except `site`. Must be empty for the main site BDII (default) or defined to the sub-site name if this is a subsite BDII.
    472476 * BDII_USE_FCR : set to false to disable use of FCR (Freedom of Choice) on top-level BDII or to true to force its use on other BDII types.