Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Condor-users] calling condor_submit from script
- Date: Thu, 7 Sep 2006 10:52:56 +0100
- From: "Kewley, J \(John\)" <j.kewley@xxxxxxxx>
- Subject: Re: [Condor-users] calling condor_submit from script
Could
you use condor_submit and then condor_wait ?
JK
On multiple occasions I have wished for an option to call condor_submit
synchronously in a script. Here by "synchronously", I simply mean that
condor_submit would not exit until all the Condor jobs it spawns are finished
running. I know I could probably use DAGman to achieve a similar effect.
But, I've found DAGman to be somewhat difficult to use for a few reasons
that I won't bother getting into here. Is there such a synchronous way
to call condor_submit?
Thanks.