Microsoft HPC Pack 2019 - job dependency - how to run the main job anyway even the dependent jobs fail?
Meng Yao
0
Reputation points
I'm using Microsoft HPC pack to submit MATLAB jobs.
I know that I can define job dependency relation so that a job will run after all its dependent jobs finish.
However if the dependent jobs failed, the main job will stay queued and never get to run. How can I get the main job to run as long as the dependent jobs finish (no matter success or fail)?
I have tried to define 'Success exit codes' in New job - Advanced, but it didn't work.
Sign in to answer