| 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. |