Changes

Jump to navigation Jump to search
343 bytes removed ,  15:08, 20 January 2017
no edit summary
Line 219: Line 219:  
By this time, only 6 jobs are left on the cluster, all with status 'R' - running. Various statistics are given including a job ID number. This handle is useful if intervention is required like manual removal of frozen job instances from the cluster. A command condor_rm 7.28 would remove just that instance, whereas condor_rm 7 will remove this entire job.  
 
By this time, only 6 jobs are left on the cluster, all with status 'R' - running. Various statistics are given including a job ID number. This handle is useful if intervention is required like manual removal of frozen job instances from the cluster. A command condor_rm 7.28 would remove just that instance, whereas condor_rm 7 will remove this entire job.  
   −
== Long job submit files ==
  −
In order to submit a long job on the cluster the following line needs to be added to the submit file
  −
<pre>
  −
+AccountingGroup = “group_statistics_longjob.prod”
  −
</pre>
  −
Please note that long jobs have a maximum of 48 hours before they may be killed. The cluster is optimal for many small jobs, not a few long jobs.
   
== Acknowledgement ==
 
== Acknowledgement ==
 
Examples provided by Igor Senderovich, Alex Barnes, Yang Liu
 
Examples provided by Igor Senderovich, Alex Barnes, Yang Liu
191

edits

Navigation menu