Ignore:
Timestamp:
04/14/15 17:00:21 (9 years ago)
Author:
sdipsl
Message:
  • Extend Big Brother scope to also watch post-processing jobs. Only the metrics LMDZ job for now. See #252
  • Some refactoring
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/AA_metrics_LMDZ

    r1184 r1189  
    118118IGCM_config_CommonConfiguration ${CARD_DIR}/config.card 
    119119 
     120# ------------------------------------------------------------------ 
     121# Activate BigBrother so as to supervise this job 
     122# ------------------------------------------------------------------ 
     123IGCM_debug_BigBro_Initialize 
     124 
    120125#================================== 
    121126# Then set up several directories 
     
    181186# Clean RUN_DIR_PATH (necessary for cesium and titane only) 
    182187IGCM_sys_RmRunDir -Rf ${RUN_DIR_PATH} 
     188 
     189# ------------------------------------------------------------------ 
     190# Finalize BigBrother to inform that the jobs end 
     191# ------------------------------------------------------------------ 
     192IGCM_debug_BigBro_Finalize 
Note: See TracChangeset for help on using the changeset viewer.