Skip to content
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

jobtronaut cli batch submit #26

Open
rkoschmitzky opened this issue Apr 8, 2021 · 1 comment
Open

jobtronaut cli batch submit #26

rkoschmitzky opened this issue Apr 8, 2021 · 1 comment

Comments

@rkoschmitzky
Copy link
Contributor

Goal

Make it possible to batch submit multiple jobs in the jobtronaut commandline interface.

Motivation

The current jobtronaut cli is missing the option that we have in the API to submit multiple jobs at once. Although it is possible via a shell script to create a simple batch submission, merging multiple jobs sharing the same root task with different arguments sets can only be done via python yet.
Especially in combination with the --expandchunk flag a new option for handling this would be very powerful and make porting new subhierchies to jobtronaut even more attractive.

Difficulties

In Python we can express the task/job dependencies via a list vs. tuple syntax. How can we do this in the cli though?

@rkoschmitzky
Copy link
Contributor Author

@dennisalbus

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant