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

    r153 r156  
    130130 
    131131#==================================================== 
     132#- BIG_DIR : BIG_DIR to store files waiting for rebuild 
     133typeset -r BIG_DIR=${BIG_DIR:=${WORKDIR}} 
     134 
     135#==================================================== 
    132136#- HOST_MPIRUN_COMMAND 
    133137typeset -r HOST_MPIRUN_COMMAND=${HOST_MPIRUN_COMMAND:="time poe"} 
Note: See TracChangeset for help on using the changeset viewer.