Changes between Version 24 and Version 25 of Doc/gLite/TemplateCustomization
- Timestamp:
- Feb 1, 2007, 12:31:11 AM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Doc/gLite/TemplateCustomization
v24 v25 240 240 The main requirement is to appropriatly size `/var` on the WNs as jobs sometimes require an important scratch area. On the other hand, `/home` is not required to be very large, as it should not store very large file for a long period. It is strongly recommended to use shared home directories, served through NFS or another distributed file system, as it optimizes `/home` usage and allows to dedicate local disk space on WNs to `/var`. 241 241 242 If your configuration cannot be set as recommended or if you current configuration has a large space in /home and a limited space in /var, you can define the following property in your WN profiles :243 {{{ 244 "/software/components/pbsclient/tmpdir"= /home/pbs/tmpdir";242 If your configuration cannot be set as recommended or if you current configuration has a large space in /home and a limited space in /var, you can define the following property in your WN profiles before including `machine-types/wn` : 243 {{{ 244 variable TORQUE_TMPDIR = /home/pbs/tmpdir"; 245 245 }}} 246 246