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

Re: [Condor-users] multiple files in a single submit file...




will the following work...

Executable = math.pl
Universe = vanilla
Output = math.out
Log = math.log
Error = math.err
TRANSFER_FILES = ALWAYS
Queue

Executable = math2.pl
Queue

Executable = math3.pl
Queue

Executable = math4.pl
Queue

i'm inclined to think that it should... but i haven't tested it yet...

Sure, it will work, but do you really want each job to write to the same file? If they run at the same time, they may interleave in the file.


is there a prefered way of running multiple files from a single submit file?

You've got the basics down. See:


http://www.cs.wisc.edu/condor/manual/v6.6/2_5Submitting_Job.html#SECTION00351200000000000000

-alain