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
Last revisionBoth sides next revision
doku:job_arrays [2014/06/10 14:24] – [Job arrays] irdoku:job_arrays [2014/06/12 14:48] 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 example_3.sge''  +=== Example: BLAST === 
-     *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