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-
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.