You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: