Ignore:
Timestamp:
05/22/15 15:40:47 (9 years ago)
Author:
sdipsl
Message:
  • Supervize post-processing jobs see #252
  • Homogenize post-processing jobs comments
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/AA_rebuild_fromWorkdir

    r1192 r1198  
    193193IGCM_config_CommonConfiguration ${CARD_DIR}/config.card 
    194194 
     195# ------------------------------------------------------------------ 
     196# Activate BigBrother so as to supervise this job 
     197# ------------------------------------------------------------------ 
     198IGCM_debug_BigBro_Initialize 
     199 
    195200# Directory list to work with 
    196201ListAllRebuildDir=$( IGCM_sys_RshMaster ls -d ${REBUILD_DIR}/REBUILD_* | grep -B $(( ${NbRebuildDir} -1 )) ${LastPeriodForRebuild} ) 
     
    219224IGCM_sys_RmRunDir -Rf ${RUN_DIR_PATH} 
    220225 
     226# ------------------------------------------------------------------ 
     227# Finalize BigBrother to inform that the jobs end 
     228# ------------------------------------------------------------------ 
     229IGCM_debug_BigBro_Finalize 
     230 
    221231date 
Note: See TracChangeset for help on using the changeset viewer.