Hello,
In the docs (thinkboxsoftware.com/deadlin … o_Deadline) it is mentioned that:
“JobDependencies=<jobID,jobID,jobID> : Specifies what jobs must finish before this job will resume (default = blank). These dependency jobs must be identified using their unique job ID, which is outputted after the job is submitted, and can be found in the Monitor in the “Directory” column. When using this option, set the Initial Status option to Suspended.”
I.e. is looks like the dependent jobs should be submitted as “Suspended” as if they are to resume when the “master” job is finished. But in fact they will be never automatically activted. I.e. this seems somewhat misleading as dependent jobs submitted with an “Active” initial status work just fine without any additional steps.
Is this jsut me misinterpreting the documentation?