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_chains [2014/06/05 12:55] – [Solution II] irdoku:job_chains [2014/06/05 12:56] – [Solution II] ir
Line 34: Line 34:
 ./doJob1 ./doJob1
 </code> </code>
-The script of the interdependent second job is called Job2.sge:+The script of the interdependent second job is called //Job2.sge//:
 <code> <code>
-user@l01 $ cat Job2.sge 
 #$ -N Job2 #$ -N Job2
 #$ -hold_jid holdJob #$ -hold_jid holdJob
Line 42: Line 41:
 ./doJob2 ./doJob2
 </code> </code>
-...+job submission:
 <code> <code>
 user@l01 $ qsub holdJob.sge user@l01 $ qsub holdJob.sge