-
Notifications
You must be signed in to change notification settings - Fork 8
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
Allow for job dependencies #132
Conversation
Only real implementation for slurm
ping @jan-janssen |
Introduce and use Base SchedulerCommands class
Merge with master
@@ -83,6 +85,11 @@ def command_line(argv): | |||
mode_status = True | |||
elif opt in ("-l", "--list"): | |||
mode_list = True | |||
elif opt in ("-b", "--dependency"): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am not sure if -b
is the best choice for dependencies. But as I do not have a better suggestion either as -d
is already in use for delete, I am fine with this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me
I am sorry for the delay, somehow this slipped through. |
Nevermind, this was not pressing for me :) |
Momentan 'nur' für slurm