Ignore:
Timestamp:
08/25/15 16:46:24 (9 years ago)
Author:
sdipsl
Message:
  • Any post-procesing errors will stop the computing jobs when SpaceName?=PROD. See #260
  • Feature was removed some years ago because postprocessing errors were legions. More robust now.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/libIGCM_debug/libIGCM_debug.ksh

    r1216 r1220  
    737737      # If SpaceName is PROD then we stop when post_processing failed 
    738738      if [ X${config_UserChoices_SpaceName} = XPROD ] ; then 
    739         echo "                        EXIT THE JOB." 
     739        echo "                        EXIT THE POST-PROCESSING JOB." 
    740740        echo 
    741741        IGCM_debug_CallStack 
     742 
     743        # Notify the computing job that something wrong happened. 
     744        IGCM_card_WriteOption ${SUBMIT_DIR}/run.card Configuration PeriodState "Fatal" 
    742745 
    743746        # Mail notification? 
Note: See TracChangeset for help on using the changeset viewer.