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

Re: [Condor-users] Better way to run a program



Hi Shruti,

On 10/21/2010 03:23 PM, Shruti Mudra wrote:
Is there any better way to
submit a single file to the condor instead of submitting 10 files, any
ideas on this are appreciated.

You can have multiple queue statements in one submit file. This make the jobs all part of the same cluster. Please take a look at Example 2 of the Condor Manual section 2.5.1.
http://www.cs.wisc.edu/condor/manual/v7.4/2_5Submitting_Job.html#SECTION00351200000000000000

Does that example solve your problem?

-Mick