Prologue is a feature whereby I can run something after a single job. Is there a best practice for running a job after a set of jobs?
We submit a bunch of jobs to a bunch of nodes, and after all the jobs are done, we would like to submit a "utility job" on each node, but it has to be the last job. What would be the various ways to achieve this? Thanks David