Line 35:
Line 35:
To prepare the job execution space and inform Condor of the appropriate run environment, create a job description file (e.g. calcpi.condor)
To prepare the job execution space and inform Condor of the appropriate run environment, create a job description file (e.g. calcpi.condor)
−
<pre>Executable = calcpi<br>
+
<pre>Executable = calcpi
−
Requirements = ParallelSchedulingGroup == "stats group"<br>
+
Requirements = ParallelSchedulingGroup == "stats group"
−
Universe = vanilla<br>
+
Universe = vanilla
−
output = calcpi$(Process).out<br>
+
output = calcpi$(Process).out
−
error = calcpi$(Process).err<br>
+
error = calcpi$(Process).err
−
Log = calcpi.log<br>
+
Log = calcpi.log
−
Arguments = 100000000<br>
+
Arguments = 100000000
−
should_transfer_files = YES<br>
+
should_transfer_files = YES
−
when_to_transfer_output = ON_EXIT<br>
+
when_to_transfer_output = ON_EXIT
Queue 50</pre>
Queue 50</pre>