Changeset 458 for trunk/libIGCM


Ignore:
Timestamp:
04/14/11 15:54:06 (13 years ago)
Author:
sdipsl
Message:
  • On ulam : use the rebuild hosted by the common account.
  • Fix mail header on titane and mercurex8
Location:
trunk/libIGCM/libIGCM_sys
Files:
3 edited

Legend:

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

    r452 r458  
    255255 
    256256    if [ ! -z ${config_UserChoices_MailName} ] ; then 
    257        mailx -s "${config_UserChoices_JobName} completed" ${config_UserChoices_MailName} <  job_end.mail 
     257       mailx -s "${config_UserChoices_JobName} ${status}" ${config_UserChoices_MailName} <  job_end.mail 
    258258    elif [ -f ~/.forward ] ; then 
    259        mailx -s "${config_UserChoices_JobName} completed" $( cat ~/.forward ) < job_end.mail 
     259       mailx -s "${config_UserChoices_JobName} ${status}" $( cat ~/.forward ) < job_end.mail 
    260260    fi 
    261261 
  • trunk/libIGCM/libIGCM_sys/libIGCM_sys_titane.ksh

    r457 r458  
    308308 
    309309    if [ ! -z ${config_UserChoices_MailName} ] ; then 
    310         mailx -s "${config_UserChoices_JobName} completed" ${config_UserChoices_MailName} < job_end.mail 
     310        mailx -s "${config_UserChoices_JobName} ${status}" ${config_UserChoices_MailName} < job_end.mail 
    311311    elif [ -f ~/.forward ] ; then 
    312         mailx -s "${config_UserChoices_JobName} completed" $( cat ~/.forward ) < job_end.mail 
     312        mailx -s "${config_UserChoices_JobName} ${status}" $( cat ~/.forward ) < job_end.mail 
    313313    fi 
    314314 
  • trunk/libIGCM/libIGCM_sys/libIGCM_sys_ulam.ksh

    r453 r458  
    10291029        echo "IGCM_sys_rebuild :" $@ 
    10301030    fi 
    1031     /home/rech/ces/rces452/REBUILD/bin/rebuild -f -o $@ 
     1031    /home/rech/psl/rpsl035/bin/rebuild -f -o $@ 
    10321032    if [ $? -gt 0 ] ; then 
    10331033       echo "IGCM_sys_rebuild : erreur ${@}." 
Note: See TracChangeset for help on using the changeset viewer.