Changes between Version 70 and Version 71 of Doc/gLite/TemplateCustomization
- Timestamp:
- Nov 23, 2007, 4:54:02 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Doc/gLite/TemplateCustomization
v70 v71 252 252 * `TORQUE_SUBMIT_FILTER` : this variable allow to redefine the script used as a Torque submit filter. A default filter is provided in standard templates. 253 253 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 254 256 * `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. 255 257 … … 467 469 * Resource BDII : used in replacement of Globus MDS on some resources (e.g. DPM). 468 470 471 Site (or subsite) BDII and a resource BDII can be combined on the same machine. 472 469 473 When 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. 471 475 * 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. 472 476 * 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.