"Resume On Failed Dependencies" checkbox

Hi! Is it possible to check “Resume On Failed Dependencies” checkbox in “Job Dependencies” panel automatically depend on the name of my job? Can’t do it through the submission script because there is no such parameter there.

You would have to do it in the submission script by adding this setting to the job info file:

ResumeOnFailedDependencies=true

So you could check the job name in the submitter and set this value if necessary. For more information on the available job info file options, see this:
thinkboxsoftware.com/deadlin … _Info_File

Hope this helps!

  • Ryan

Got it! Thank you very much!