Ignore:
Timestamp:
04/06/11 17:16:38 (13 years ago)
Author:
sdipsl
Message:

Send mail notification when computing job stops
It could be that we send a notification if a post-processing job stops in PROD mode ---> need some refactoring and caution...

File:
1 edited

Legend:

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

    r409 r437  
    207207            echo 
    208208        fi 
     209        # Mail notification 
     210        IGCM_sys_SendMail 
     211        # And Good Bye 
    209212        date 
    210213        exit 1 
     
    228231                echo 
    229232            fi 
     233            # Mail notification 
     234            #IGCM_sys_SendMail 
     235            # And Good Bye 
    230236            date 
    231237            exit 1 
Note: See TracChangeset for help on using the changeset viewer.