| 237 | === Restarting LRMS Client === |
| 238 | |
| 239 | It is possible to force a restart of LRMS (batch system) client on all WNs by defining variable `LRMS_CLIENT_RESTART`. This variable, if present, must be a nlist with one entry per WN to restart (key is the WN name) or 'DEFAULT' for all WNS without a specific entry. When the value is changed (or first defined), this triggers a LRMS client restart. The value itself is not relevant but it is advised to use a timestamp for better tracking of forced restart. |
| 240 | |
| 241 | A good place to define this variable is template `pro_site_cluster_info` in cluster `site` directory. |
| 242 | |
| 243 | '''Note : this feature is currently implemented only for Torque v2 client.''' |
| 244 | |