Ticket 8107 - Epilog doesn't honor 'print' command
Summary: Epilog doesn't honor 'print' command
Status: RESOLVED INVALID
Alias: None
Product: Slurm
Classification: Unclassified
Component: slurmd (show other tickets)
Version: 19.05.3
Hardware: Linux Linux
: 6 - No support contract
Assignee: Jacob Jenson
QA Contact:
URL:
Depends on:
Blocks:
 
Reported: 2019-11-14 12:52 MST by Gordon Dexter
Modified: 2021-02-02 10:10 MST (History)
2 users (show)

See Also:
Site: -Other-
Alineos Sites: ---
Atos/Eviden Sites: ---
Confidential Site: ---
Coreweave sites: ---
Cray Sites: ---
DS9 clusters: ---
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:
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 Gordon Dexter 2019-11-14 12:52:20 MST
In the prolog, instead of piping stdout directly to the job output we need to preface it with the 'print' command as per https://slurm.schedmd.com/prolog_epilog.html.  This is awkward but fine.  However, we have a need to add statistics and feedback to the job output *after* the job is completed, and the epilog and/or task epilog seem to ignore the 'print' statements we've sent it.