Ticket 2151

Summary: Job Report Option
Product: Slurm Reporter: Paul Edmon <pedmon>
Component: ProfilingAssignee: David Bigagli <david>
Status: RESOLVED FIXED QA Contact:
Severity: 5 - Enhancement    
Priority: ---    
Version: 15.08.4   
Hardware: Linux   
OS: Linux   
Site: Harvard University Alineos Sites: ---
Atos/Eviden Sites: --- Confidential Site: ---
Coreweave sites: --- Cray Sites: ---
DS9 clusters: --- HPCnow Sites: ---
HPE Sites: --- IBM Sites: ---
NOAA SIte: --- OCF Sites: ---
Recursion Pharma Sites: --- SFW Sites: ---
SNIC sites: --- Linux Distro: ---
Machine Name: CLE Version:
Version Fixed: 16.05.0-pre1 Target Release: ---
DevPrio: --- Emory-Cloud Sites: ---

Description Paul Edmon 2015-11-17 02:15:51 MST
Add a --jobreport option that will send a short job report to the user via e-mail that includes all the end states, RAM usage, CPU usage, Status code, Time, Number of Requeues, Submit, Start and End Time's.  If this could be appended to the end of the output log that would be great as well.

-Paul Edmon-
Comment 1 Moe Jette 2015-11-17 02:21:44 MST
In v16.05 (or get patch from bug 1611), we've got an email wrapper that does this when someone uses the "--mail-type=end,fail" option. It is committed here:
https://github.com/SchedMD/slurm/commit/93d9189c35be9d603cfedb09b55c4110a9b5779a

It's can't be appended to the job output as the information might not be available until well after the batch script ends.