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

Support PBS schedulers #37

Open
SvenMarcus opened this issue May 24, 2022 · 1 comment
Open

Support PBS schedulers #37

SvenMarcus opened this issue May 24, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@SvenMarcus
Copy link
Owner

In order to be useful on more HPC systems we should support PBS based schedulers besides Slurm.
This requires additional options in the configuration file as well as the addition of a new PBSController equivalent to the SlurmController.

@SvenMarcus
Copy link
Owner Author

Considerations for testing: currently we have a single assertion making sure that a job was started for slurm. Since the test cases stay the same for PBS based systems, but only the assertion step changes, we need to either introduce an assertion strategy or mocks that can assert the correct behavior themselves.

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

No branches or pull requests

1 participant