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_platine.ksh

    r153 r156  
    146146 
    147147#==================================================== 
     148#- BIG_DIR : BIG_DIR to store files waiting for rebuild 
     149typeset -r BIG_DIR=${BIG_DIR:=${SCRATCHDIR}/REBUILD} 
     150 
     151#==================================================== 
    148152#- HOST_MPIRUN_COMMAND 
    149153typeset -r HOST_MPIRUN_COMMAND=${HOST_MPIRUN_COMMAND:="time srun"} 
Note: See TracChangeset for help on using the changeset viewer.