Ignore:
Timestamp:
01/26/13 22:24:46 (11 years ago)
Author:
sdipsl
Message:

Don't write Fatal in run.card for job like this TaskType?=checking

File:
1 edited

Legend:

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

    r772 r775  
    196196  if ( ${ExitFlag} ) ; then 
    197197    # Plan to send an email here with IGCM_sys_SendMail 
    198     IGCM_card_WriteOption ${SUBMIT_DIR}/run.card Configuration PeriodState "Fatal" 
    199     echo "IGCM_debug_Verif_Exit : Something wrong happened." 
    200     echo "                        EXIT THE JOB." 
    201     echo 
     198    if [ X${TaskType} != Xchecking ] ; then 
     199      IGCM_card_WriteOption ${SUBMIT_DIR}/run.card Configuration PeriodState "Fatal" 
     200      echo "IGCM_debug_Verif_Exit : Something wrong happened." 
     201      echo "                        EXIT THE JOB." 
     202      echo 
     203    fi 
    202204    if ( $DEBUG_debug ) ; then 
    203205      IGCM_sys_Cp stack ${SUBMIT_DIR}/stack_error 
Note: See TracChangeset for help on using the changeset viewer.