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

Re: [condor-users] wish list



> which sends an email when the whole cluster completes - even if it didn't
> contain lots of stats it would be much more useful to the end users I have
> (who can only do stuff whe the last job in a cluster is finished)

if you use DAGMan, it can watch a bunch of jobs and then mail you when they
are all complete.  it can also retry jobs that fail and throttle the number
of submitted jobs.

the problem is that DAGMan requires that you have only one job/cluster per
submit file, so you would need to re-work the way you submit jobs, then put
them all in a dag, and submit that with condor_submit_dag.

it's admittedly a bit of a hassle, but it would accomplish what you wanted.


cheers,
-zach

Condor Support Information:
http://www.cs.wisc.edu/condor/condor-support/
To Unsubscribe, send mail to majordomo@xxxxxxxxxxx with
unsubscribe condor-users <your_email_address>