Ignore:
Timestamp:
08/14/09 17:48:30 (15 years ago)
Author:
sdipsl
Message:
  • Define BIG_DIR : where files will be store waiting for patch or rebuild if rebuildFromArchive=false

-- > typically somewhere on the scratch or on the work

File:
1 edited

Legend:

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

    r153 r156  
    127127 
    128128#==================================================== 
     129#- BIG_DIR : BIG_DIR to store files waiting for rebuild 
     130typeset -r BIG_DIR=${BIG_DIR:=${SCRATCHDIR}/REBUILD} 
     131 
     132#==================================================== 
    129133#- HOST_MPIRUN_COMMAND 
    130134typeset -r HOST_MPIRUN_COMMAND=${HOST_MPIRUN_COMMAND:="time mpirun"} 
Note: See TracChangeset for help on using the changeset viewer.