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

Re: [HTCondor-users] finalize feature



Without DAGMan, is there a way to run POST after all jobs have been
completed? I would like to atleast send notification after all jobs
are completed.

If you don't want to manually add a node whose parents are the set of all otherwise-terminal nodes, you can use a FINAL node and the $(FAILED_COUNT) macro. See the following for details:

https://htcondor.readthedocs.io/en/latest/users-manual/dagman-applications.html#final-node

- ToddM