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

Re: [Condor-users] jobs submitting jobs?



On Tue, 29 Nov 2005, Peter Troeger wrote:

> As always, you can work with an indirect solution, and use DRMAA to
> submit a shell script, which itself calls condor_submit_dag. This is a hack.

You can run 'condor_submit_dag -no_submit ...' ahead of time to generate
a condor submit file that will run the DAGMan job.

Assume your dag file is foo.dag -- then do
'condor_submit_dag -no_submit foo.dag'; this will generate foo.condor.sub,
which is a Condor submit file.

Kent Wenger
Condor Team