Changeset 391 for trunk


Ignore:
Timestamp:
11/30/10 15:22:05 (13 years ago)
Author:
mafoipsl
Message:

On mercure (front-end), let use $CSCRATCHDIR as TMPDIR to avoid quotas excedeed on /scratch/tmpdir.
By default, you have 520GB quota on /cscratch, please ask the hotline to increase your quota (max. 1.5TB).
Don't forget to rmdir old directory when required.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/libIGCM_sys/libIGCM_sys_mercure.ksh

    r387 r391  
    123123#==================================================== 
    124124#- RUN_DIR_PATH : Temporary working directory (=> TMP) 
    125 typeset -r RUN_DIR_PATH=${RUN_DIR_PATH:=${TMPDIR}} 
     125typeset -r RUN_DIR_PATH=${RUN_DIR_PATH:=${CSCRATCHDIR}/TMPDIR_IGCM/tmp$$} 
    126126 
    127127#==================================================== 
Note: See TracChangeset for help on using the changeset viewer.