Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revisionBoth sides next revision
doku:job_arrays [2014/06/10 14:01] – [Job arrays with multiple task within one SGE task step] bhermanndoku:job_arrays [2014/06/12 14:47] ir
Line 1: Line 1:
 ====== Job arrays ====== ====== Job arrays ======
  
-Job arrays are sets of similar but **independent** jobs.  Submit sets of similar and independent “tasks”:+Job arrays are sets of similar but **independent** jobs that are submitted.
  
-''qsub -t 1-500:1 example_3.sge''  +=== Example=== 
-     *submits 500 instances of the same script+**B**asic **L**ocal **A**lignment **S**earch **T**ool (BLAST; an algorithm for comparing biological sequence information) 
 + 
 +     *submit 500 instances of the same script
      *each instance (“task”) is executed independently      *each instance (“task”) is executed independently
      *all instances subsumed with a single job ID      *all instances subsumed with a single job ID
Line 10: Line 12:
      *task numbering scheme: ''-t <first>-<last>:<stepsize>''      *task numbering scheme: ''-t <first>-<last>:<stepsize>''
      *related: ''$SGE_TASK_FIRST,$SGE_TASK_LAST,$SGE_TASK_STEPSIZE''      *related: ''$SGE_TASK_FIRST,$SGE_TASK_LAST,$SGE_TASK_STEPSIZE''
 +
 +''qsub example_3.sge'' 
      
-Example: 
 <code> <code>
 #$ -cwd #$ -cwd