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_pack_output

    r1192 r1198  
    159159IGCM_config_CommonConfiguration ${CARD_DIR}/config.card 
    160160 
     161# ------------------------------------------------------------------ 
     162# Activate BigBrother so as to supervise this job 
     163# ------------------------------------------------------------------ 
     164IGCM_debug_BigBro_Initialize 
     165 
    161166#================================== 
    162167# Read ListOfComponents section 
    163168# to drive the loop over find 
    164169IGCM_card_DefineArrayFromSection ${CARD_DIR}/config.card ListOfComponents 
    165 # 
     170 
     171#================================== 
     172# Test and set up directories 
     173#================================== 
    166174IGCM_sys_TestDirArchive ${R_SAVE} 
    167175[ $? != 0 ] && IGCM_debug_Exit "IGCM_sys_TestDirArchive" 
     
    288296IGCM_sys_RmRunDir -Rf ${RUN_DIR_PATH} 
    289297 
     298# ------------------------------------------------------------------ 
     299# Finalize BigBrother to inform that the jobs end 
     300# ------------------------------------------------------------------ 
     301IGCM_debug_BigBro_Finalize 
     302 
    290303date 
Note: See TracChangeset for help on using the changeset viewer.