hi
i have been using LSF job dependency but i have a problem when submitting lots of jobs that need to be done one after the other. I have up to 10 jobs that are dependent on the one above finishing.
job1
job2 (dep on job1)
job3 (dep on job2)
job4 (dep on job3)
. . .
however, my jobs are always pending on the 2nd dependency (job 3 NEVER starts). Am I missing something? Any help would be much appreciated. Thanks.
fyi: my command is #BSUB -w "done (job2)"