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_restart

    r1197 r1198  
    181181#================================== 
    182182IGCM_config_CommonConfiguration ${CARD_DIR}/config.card 
    183 # 
     183 
     184# ------------------------------------------------------------------ 
     185# Activate BigBrother so as to supervise this job 
     186# ------------------------------------------------------------------ 
     187IGCM_debug_BigBro_Initialize 
     188 
     189#================================== 
     190# Test and set up directories 
     191#================================== 
    184192IGCM_sys_TestDirArchive ${R_SAVE} 
    185193[ $? != 0 ] && IGCM_debug_Exit "IGCM_sys_TestDirArchive" 
     
    273281IGCM_sys_RmRunDir -Rf ${RUN_DIR_PATH} 
    274282 
     283# ------------------------------------------------------------------ 
     284# Finalize BigBrother to inform that the jobs end 
     285# ------------------------------------------------------------------ 
     286IGCM_debug_BigBro_Finalize 
     287 
    275288date 
Note: See TracChangeset for help on using the changeset viewer.