Changes between Version 24 and Version 25 of Doc/gLite/TemplateCustomization


Ignore:
Timestamp:
Feb 1, 2007, 12:31:11 AM (19 years ago)
Author:
/C=FR/O=CNRS/OU=UMR8607/CN=Michel Jouvin/emailAddress=jouvin@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Doc/gLite/TemplateCustomization

    v24 v25  
    240240The 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`.
    241241
    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";
     242If 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{{{
     244variable TORQUE_TMPDIR = /home/pbs/tmpdir";
    245245}}}
    246246