Ignore:
Timestamp:
10/18/12 09:13:37 (12 years ago)
Author:
sdipsl
Message:
  • prepare sys lib to be able to run/store on scratchdir when running TEST simulation
  • bugfix : rebuild can't overwrite existing files neither write things in a tmp file before moving it to a final file. So we need to clean things up for him
  • cosmetics
File:
1 edited

Legend:

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

    r717 r725  
    113113 
    114114#==================================================== 
     115#- IN 
     116typeset -r R_IN=${R_IN:=/home/${LOGIN}/IGCM} 
     117 
     118#==================================================== 
    115119#- ARCHIVE (dedicated to large files) 
    116120typeset -r ARCHIVE=/home/${LOGIN} 
    117121 
    118 #- ARCHIVE (dedicated to small/medium files) 
     122#==================================================== 
     123#- STORAGE (dedicated to small/medium files) 
    119124typeset -r STORAGE=${ARCHIVE} 
    120  
    121 #==================================================== 
    122 #- IN 
    123 typeset -r R_IN=${R_IN:=${ARCHIVE}/IGCM} 
    124125 
    125126#==================================================== 
     
    173174(( DEFAULT_NUM_PROC_ATM = BATCH_NUM_PROC_TOT - DEFAULT_NUM_PROC_OCE - DEFAULT_NUM_PROC_CPL )) 
    174175DEFAULT_NUM_PROC_TOTAL=${BATCH_NUM_PROC_TOT} 
     176 
     177#D-#================================================== 
     178#D-function IGCM_sys_ChangeArchive 
     179#D-* Purpose: Just a dummy call on this machine 
     180#D-* Examples: 
     181#D- 
     182function IGCM_sys_ChangeArchive { 
     183 
     184  IGCM_debug_Print 1 " dummy function : IGCM_sys_ChangeArchive " 
     185 
     186} 
    175187 
    176188#D-#================================================== 
Note: See TracChangeset for help on using the changeset viewer.