
Originally Posted by
jabburne
Hi,
I'm running Lava 1.0, and I'm testing its job dependency capability.
Specifically, I want job B to depend on job A being done:
bsub -w A -J B /path/to/executable
Job B will run after job A finishes if instead of 'A' I type in the job_ID of job A. But when I try to use its job_name (as in the example), job B stays pending, and tells me "Dependency condition invalid or never satisfied;".
What should I do? Simply using job_ID instead of the job_name is not a useful solution, unfortunately.
Thanks!