Changeset 157 for trunk/libIGCM/AA_job


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/AA_job

    r154 r157  
    132132#SUBMIT_DIR=$( pwd ) 
    133133 
     134#D- Define BIG_DIR directory 
     135#D- Default=(strongly machine dependant/see libIGCM_sys for details) 
     136#BIG_DIR=/somewhere/with/lot/of/space/scratchdir/may/be 
     137 
    134138#D- Turn in dry run mode ? (0,1,2,3) 
    135139#D- Default=0 
Note: See TracChangeset for help on using the changeset viewer.