Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [HTCondor-users] Determine when all jobs in a cluster have finished?
- Date: Tue, 29 Jan 2013 23:04:23 +0000
- From: Brian Candler <B.Candler@xxxxxxxxx>
- Subject: Re: [HTCondor-users] Determine when all jobs in a cluster have finished?
On Tue, Jan 29, 2013 at 03:48:41PM -0700, Mike Fienen wrote:
> I ran into a similar issue recently. One option is to use DAGMan with a
> single node representing your job. DAGMan will monitor the job for you
> and report completion.
Of course, if the post-processing can be written in the form of a condor
job, then you can get DAGman to run it for you once the precursor jobs have
completed. This is basically what DAGman was designed for :-)