-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
afterany dependency support #120
Milestone
Comments
Does SGE have an equivalent? Andrew asked about this in his initial review |
A quick glance at the grid engine man pages doesn't show anything like |
SLURM offers a number of options:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently
--depend
sets up dependencies so that all jobs must succeed before the submitted job runs (in PBS this is theafterok
dependency), but sometimes you may want your final job to run regardless of success or failure (afterany
).If there's interest in supporting this kind of dependency, what about adding
--afterok
(which is aliased as--depend
), and--afterany
options.The text was updated successfully, but these errors were encountered: