[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Condor-users] Single email notification after completion of DAG



On Thu, Jun 10, 2010 at 12:42 PM, Franco Rupcich <franco.rupcich@xxxxxxxxx> wrote:
Hello all,

This is a very simple question, but I couldn't find the answer in the DAG section of the online manual.

I'm wondering if there is a way to notify me via email after my entire DAG has completed without having an email sent after completion of every job/cluster of jobs.  I notice that the notification and notify_user commands are set in the individual submit description files rather than the DAG input file.  Does this mean I will receive emails after completion of each job (undesirable since it would lead to thousands of emails), or after all jobs defined by that particular submit description file have completed?  The latter is preferred, however, I'd still prefer a single email telling me when the entire DAG (however many thousands of jobs) have completed.

The simple approach would be add a final terminal node to your DAG that runs after all other nodes have completed. The node would send you an email to tell you the DAG was done.

- Ian