Changeset 775


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

Location:
trunk/libIGCM
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/AA_RunChecker

    r768 r775  
    273273#======================================================================# 
    274274 
    275 #D- Task type (computing or post-processing) 
    276 TaskType=post-processing 
     275#D- Task type (computing ,post-processing or checking) 
     276TaskType=checking 
    277277typeset -i Verbosity=0 
    278278 
  • 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.