Ticket 2151 - Job Report Option
Summary: Job Report Option
Status: RESOLVED FIXED
Alias: None
Product: Slurm
Classification: Unclassified
Component: Profiling (show other tickets)
Version: 15.08.4
Hardware: Linux Linux
: 5 - Enhancement
Assignee: David Bigagli
QA Contact:
URL:
Depends on:
Blocks:
 
Reported: 2015-11-17 02:15 MST by Paul Edmon
Modified: 2015-11-17 02:21 MST (History)
0 users

See Also:
Site: Harvard University
Slinky Site: ---
Alineos Sites: ---
Atos/Eviden Sites: ---
Confidential Site: ---
Coreweave sites: ---
Cray Sites: ---
DS9 clusters: ---
Google sites: ---
HPCnow Sites: ---
HPE Sites: ---
IBM Sites: ---
NOAA SIte: ---
NoveTech Sites: ---
Nvidia HWinf-CS Sites: ---
OCF Sites: ---
Recursion Pharma Sites: ---
SFW Sites: ---
SNIC sites: ---
Tzag Elita Sites: ---
Linux Distro: ---
Machine Name:
CLE Version:
Version Fixed: 16.05.0-pre1
Target Release: ---
DevPrio: ---
Emory-Cloud Sites: ---


Attachments

Note You need to log in before you can comment on or make changes to this ticket.
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.