Ignore:
Timestamp:
12/21/12 09:37:49 (12 years ago)
Author:
mafoipsl
Message:
  • Consolidation of AA_pack_debug and AA_pack_restart : don't delete pre-packed files if Put_Out doesn't work.
  • On curie : add information about file before Put_Out.
  • Change comments into libIGCM_debug. Thanks to Masa :-)
File:
1 edited

Legend:

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

    r734 r765  
    197197    # Plan to send an email here with IGCM_sys_SendMail 
    198198    IGCM_card_WriteOption ${SUBMIT_DIR}/run.card Configuration PeriodState "Fatal" 
    199     echo "IGCM_debug_Verif_Exit : Something wrong append." 
     199    echo "IGCM_debug_Verif_Exit : Something wrong happened." 
    200200    echo "                        EXIT THE JOB." 
    201201    echo 
     
    220220function IGCM_debug_Verif_Exit_Post { 
    221221  if ( ${ExitFlag} ) ; then 
    222     echo "IGCM_debug_Verif_Exit_Post : Something wrong append." 
     222    echo "IGCM_debug_Verif_Exit_Post : Something wrong happened." 
    223223    # If SpaceName is PROD then we stop if post_processing fails 
    224224    # Plan to send an email here with IGCM_sys_SendMail 
     
    237237    else 
    238238      echo "Either inside config.card the variable SpaceName is not in PROD" 
    239       echo "or insinde the main Job the variable JobType is not in RUN mode" 
     239      echo "or inside the main Job the variable JobType is not in RUN mode" 
    240240      echo "              SO WE DO NOT EXIT THE JOB." 
    241241      echo 
Note: See TracChangeset for help on using the changeset viewer.