Changeset 46


Ignore:
Timestamp:
12/16/08 17:43:32 (15 years ago)
Author:
sdipsl
Message:

SD : With post processing job they are only signalling issue, we do not stop the job

File:
1 edited

Legend:

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

    r44 r46  
    205205function IGCM_debug_Verif_Exit_Post { 
    206206    if ( ${ExitFlag} ) ; then 
    207         #if [ ${StandAlone} = true ] ; then 
    208         #    IGCM_card_WriteOption ${SUBMIT_DIR}/run.card PostProcessing PostState "Fatal" 
    209         #    IGCM_sys_Cp stack ${SUBMIT_DIR}/stack_error 
    210         #else 
    211         #    IGCM_sys_RshMaster IGCM_card_WriteOption ${SUBMIT_DIR}/run.card PostProcessing PostState "Fatal" 
    212         #fi 
    213207        echo "IGCM_debug_Verif_Exit_Post : Something wrong append." 
    214         echo "                        EXIT THE JOB." 
    215         #echo "         BUT WE DO NOT EXIT THE JOB." 
     208        #echo "                        EXIT THE JOB." 
     209        echo "         BUT WE DO NOT EXIT THE JOB." 
    216210        echo 
    217211        date 
    218         exit 1 
     212        #exit 1 
    219213    fi 
    220214} 
Note: See TracChangeset for help on using the changeset viewer.