Changes

Jump to navigation Jump to search
439 bytes added ,  15:24, 22 March 2016
no edit summary
Line 45: Line 45:     
For optimal allocation of resources, <b><i>serial jobs ought to be submitted to Condor as well</i></b>. This is accomplished by omitting the number of job instances leaving only the directive <i>Queue</i> in the last line of the job description file outlined above. Obviously, <i>$(Process)</i> placeholder is no longer necessary since there will be no enumeration of output files.
 
For optimal allocation of resources, <b><i>serial jobs ought to be submitted to Condor as well</i></b>. This is accomplished by omitting the number of job instances leaving only the directive <i>Queue</i> in the last line of the job description file outlined above. Obviously, <i>$(Process)</i> placeholder is no longer necessary since there will be no enumeration of output files.
 +
 +
== Job policy ==
 +
The policy for standard jobs is to allow jobs to run a maximum of 24 hours. Long jobs are allowed to run for 48 hours before being killed but these jobs must have the following included in their submit file
 +
 +
<pre>
 +
+AccountingGroup = “group_statistics_longjob.prod”
 +
</pre>
 +
 +
Users are expected to adjust their jobs to meet these run time requirements. Jobs that go beyond these limits can be removed by administrators.
191

edits

Navigation menu