Ignore:
Timestamp:
08/14/09 17:58:55 (15 years ago)
Author:
sdipsl
Message:
  • RebuildFromWorkdir? is back. Will use BIG_DIR as temp storage directory
    • ideally RUN_DIR_PATH and BIG_DIR are on the same filesystem (mv REBUILD_DIR BIG_DIR)
    • save lot of time between iteration for IO intensive simulation up to 3 minutes by iteration for CMIP5 like IO.
  • rebuild.ksh will be usable as it is (in case you need to run it by hand)
  • clean Up : if rebuild run smoothly we clean everything (either FromArchive? or FromWorkdir?)
  • Watch your quota on the BIG_DIR (SCRATCHDIR OR WORKDIR depending on machine) before you play with that.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/libIGCM_config/libIGCM_config.ksh

    r154 r157  
    197197        IGCM_sys_MkdirArchive ${REBUILD_DIR} 
    198198    else 
    199         REBUILD_DIR=${RUN_DIR} 
    200     fi 
    201  
    202     IGCM_debug_Print 1 "For now force RebuildFromArchive=true in libIGM_config" 
    203     config_Post_RebuildFromArchive=true 
    204     IGCM_debug_Print 3 "RebuildFromArchive : true" 
     199        REBUILD_DIR=${BIG_DIR}/${config_UserChoices_TagName}/${config_UserChoices_JobName} 
     200        IGCM_sys_MkdirWork ${REBUILD_DIR} 
     201    fi 
    205202 
    206203    #==================================================== 
Note: See TracChangeset for help on using the changeset viewer.