[torquedev] new feature in trunk: qsub -t
Craig Macdonald
craigm at dcs.gla.ac.uk
Mon Feb 5 04:52:14 MST 2007
> Is it possible to add dependencies between the jobs? I.e so that -1 is
> not started before -0 is finished?
>
Or the converse: Say that I dont want a job to start till then entire
job array has finished
successfully. So in your example:
qsub -t 5 job_script
> 1098.hostname
>
> qstat
> 1098-0.hostname ...
> 1098-1.hostname ...
> 1098-2.hostname ...
> 1098-3.hostname ...
> 1098-4.hostname ...
>
>
>
qsub -W depend:afterok:1098 would give the correct dependancy on the
successful completion of all jobs in the array?
Craig
More information about the torquedev
mailing list