Ignore:
Timestamp:
05/05/10 10:10:42 (14 years ago)
Author:
mafoipsl
Message:

Update libIGCM_sys_vargs to send a email at the end of simulation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/libIGCM_sys/libIGCM_sys_vargas.ksh

    r257 r266  
    197197    elif [ -f ~/.forward ] ; then 
    198198        mailx -s "${config_UserChoices_JobName} completed" $( cat ~/.forward ) < job_end.mail 
     199    else 
     200        mailx -s "${config_UserChoices_JobName} completed" ${USER} < job_end.mail 
    199201    fi 
    200202 
Note: See TracChangeset for help on using the changeset viewer.