Changes between Version 14 and Version 15 of Doc/LCG2/TemplateLayout


Ignore:
Timestamp:
Jul 11, 2006, 6:42:28 PM (19 years ago)
Author:
/C=FR/O=CNRS/OU=UMR8607/CN=Michel Jouvin/emailAddress=jouvin@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Doc/LCG2/TemplateLayout

    v14 v15  
    122122=== PBS/Torque ===
    123123
    124  * 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.
     124PBS/Torque related templates support the following variables :
    125125
     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 [pro_site_config_site.tpl] example for an example on how to define one queue for each supported VO.
     127
     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.
     129
     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
     132 * `WN_CPU_DEF` : default number of CPU per worker node.
     133
     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.
    126135
    127136=== MAUI ===
    128137
     138MAUI related templates support the following variables :
     139
     140 * `MAUI_CFG` : the content of this variable must contain the full content of `maui.cfg` file. Look at [pro_site_config_site_maui.tpl] example on how to define this variable from other configuration elements.
     141
     142 * `MAUI_PART_DEF` : default node partition to use with worker nodes
     143
     144 * `WN_PARTS` : a nlist with one entry per worker node (key is node fullname). The value is the name of the MAUI partition where to place the specific worker node.
     145
     146
    129147=== CE ===
     148