Changeset 20531


Ignore:
Timestamp:
04/21/16 17:59:57 (9 years ago)
Author:
schlegel
Message:

CHG: minor update to email when job ends

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/classes/clusters/lonestar.m

    r20524 r20531  
    144144                         if length(find(cluster.email=='@'))>0
    145145                                 fprintf(fid,'\n');
    146                                  fprintf(fid,'ssh login1 "mail -s ''SLURM Jobid=${SLURM_JOBID} Name=${SLURM_JOB_NAME} Ended on Lonestar 5.'' %s <<< ''Job Started'' " \n\n',cluster.email);
     146                                 fprintf(fid,'ssh login1 "mail -s ''SLURM Jobid=${SLURM_JOBID} Name=${SLURM_JOB_NAME} Ended on Lonestar 5.'' %s <<< ''Job Ended'' " \n\n',cluster.email);
    147147                         end
    148148                         fclose(fid);
Note: See TracChangeset for help on using the changeset viewer.