Specifying multiple executions

When you write a submit file, you define the execution parameters for your Condor cluster processes, and then you specify the Queue command. This command instructs the Condor software to create a job cluster and place that cluster in the queue for execution.

To instruct Condor to repeat the execution of a process, include the number of times you choose to repeat execution (the number of iterations) after the Queue command. Syntax for this command is Queue <integer>.

For example, to execute the program RanVal.R 10 times use the following attributes:

Executable = RanVal.R
Queue 10