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

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



hi...

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...

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

thanks

bruce