Changes between Version 22 and Version 23 of Doc/LCG2/TemplateLayout
- Timestamp:
- Jul 13, 2006, 10:07:57 PM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Doc/LCG2/TemplateLayout
v22 v23 111 111 ); 112 112 }}} 113 * `WN_NFS_WL_SCRATCH` : when definined to true, this variable prevents definition of EDG_WL_SCRATCH environment variable to a local directory when /home is NFS mounted. It is strongly advised to keep this variable to false, as having EDG_WL_SCRATCH on a NFS area with a large number of workers (50+ CPUs) can result in significant performance penalty on both WNs and NFS server. 113 114 114 115 For compatibility reason, if variable {{{CE_NFS_ENABLED}}} is defined, the default value for {{{WN_NFS_AREAS}}} is : … … 151 152 CE related templates support the following variables : 152 153 153 * `CE_STATUS` : indicate the desired status of the CE. Can be `Production`, `Queuing`, `Draining` and `Closed`. All the necessary actions are taken to set the CE in the requested status. Default status (if variable is not specified) is `Production`. This variable can be used in conjunction to [ WN_ATTRS] to drain queues and/or nodes. The meaning of each state is :154 * `CE_STATUS` : indicate the desired status of the CE. Can be `Production`, `Queuing`, `Draining` and `Closed`. All the necessary actions are taken to set the CE in the requested status. Default status (if variable is not specified) is `Production`. This variable can be used in conjunction to [wiki:Doc/LCG2/TemplateLayout#PBSTorque WN_ATTRS] to drain queues and/or nodes. The meaning of each state is : 154 155 * `Production` : this is the normal state. CE receives and processes jobs. 155 156 * `Draining` : CE doesn't accept new jobs but continues to execute jobs queued (as long as they are WNs available to execute them).