Changes between Version 22 and Version 23 of Doc/LCG2/TemplateLayout


Ignore:
Timestamp:
Jul 13, 2006, 10:07:57 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

    v22 v23  
    111111);
    112112}}}
     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.
    113114
    114115For compatibility reason, if variable {{{CE_NFS_ENABLED}}} is defined, the default value for {{{WN_NFS_AREAS}}} is :
     
    151152CE related templates support the following variables :
    152153
    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 :
    154155   * `Production` : this is the normal state. CE receives and processes jobs.
    155156   * `Draining` : CE doesn't accept new jobs but continues to execute jobs queued (as long as they are WNs available to execute them).