Changes between Version 17 and Version 18 of Doc/LCG2/TemplateLayout
- Timestamp:
- Jul 11, 2006, 10:44:16 PM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Doc/LCG2/TemplateLayout
v17 v18 124 124 PBS/Torque related templates support the following variables : 125 125 126 * ` QUEUE_LIST` : a nlist with one entry per queue (key is the queue name). For each queue, the value itself is a nlist. One mandatory key is `attr` and defines the queue parameters (`qmgr set queue` options). Another optional key is `vos` and is used to explicitly define the VOs which have access to the queue (by default, only the VO with the same name as the queue has access). Look at [source:template/trunk/grid/lcg-2.7.0/site/pro_site_config_site.tpl pro_lcg2_config_site.tpl] example for an example on how to define one queue for each supported VO.126 * `CE_QUEUES` : a nlist with one entry per queue (key is the queue name). For each queue, the value itself is a nlist. One mandatory key is `attr` and defines the queue parameters (`qmgr set queue` options). Another optional key is `vos` and is used to explicitly define the VOs which have access to the queue (by default, only the VO with the same name as the queue has access). Look at [source:templates/trunk/grid/lcg-2.7.0/site/pro_site_config_site.tpl pro_lcg2_config_site.tpl] example for an example on how to define one queue for each supported VO. 127 127 128 128 * `CE_NFS_ENABLED` : this variable must be set to true if WN home directories are on a shared NFS file system (even if the server is not the CE, the variable name is kept for backward compatibility). When set to true, PBS/Torque client is configured to redirect {{{TMPDIR}}} and {{{EDG_WL_SCRATCH}}} to a local directory on the WN. … … 130 130 * `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. 131 131 132 * `WN_CPU _DEF` : default number of CPU per worker node.132 * `WN_CPUS_DEF` : default number of CPU per worker node. 133 133 134 134 * `WN_CPUS` : a nlist with one entry per worker node (key is the node fullname) having a number of CPUs different from the default. … … 138 138 MAUI related templates support the following variables : 139 139 140 * `MAUI_CFG` : the content of this variable must contain the full content of `maui.cfg` file. Look at [source:template /trunk/grid/lcg-2.7.0/site/pro_lcg2_config_site_maui.tpl pro_site_config_site_maui.tpl] example on how to define this variable from other configuration elements.140 * `MAUI_CFG` : the content of this variable must contain the full content of `maui.cfg` file. Look at [source:templates/trunk/grid/lcg-2.7.0/site/pro_lcg2_config_site_maui.tpl pro_site_config_site_maui.tpl] example on how to define this variable from other configuration elements. 141 141 142 142 * `MAUI_PART_DEF` : default node partition to use with worker nodes