Skip to content

add email notification arg to condor submit files

Avi Vajpeyi requested to merge add_email_notification into master

By default condor emails the owner of the job if notification=Always. This MR allows condor to email the email specified to bilby_pipe (bilby_pipe gets the user's email but only uses it for PE Summary jobs atm).

Notes on notify_user:

notify_user = $<$email-address$>$
Used to specify the e-mail address to use when Condor sends e-mail about a job. If not specified, Condor defaults to using the e-mail address defined by
job-owner@UID_DOMAIN
where the configuration variable UID_DOMAIN is specified by the Condor site administrator. If UID_DOMAIN has not been specified, Condor sends the e-mail to:
job-owner@submit-machine-name

So by default jobs on CIT (eg pcdev5) have emails sent to albert.einstein@ldas-pcdev5.ligo.caltech.edu which is not accessible.

Merge request reports