-
Notifications
You must be signed in to change notification settings - Fork 61
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
Add slurm runner #799
Add slurm runner #799
Conversation
Hello @JayjeetAtGithub! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:
Comment last updated at 2020-04-01 15:30:26 UTC |
45fd329
to
ed5ffe4
Compare
6863b42
to
3434eda
Compare
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.
thanks a lot @JayjeetAtGithub, this is looking great! I think the only thing that would be missing would be to add tests.
Yeah. Would be pushing tests soon. |
Codecov Report
@@ Coverage Diff @@
## master #799 +/- ##
=======================================
Coverage 86.58% 86.58%
=======================================
Files 18 18
Lines 1699 1699
=======================================
Hits 1471 1471
Misses 228 228 Continue to review full report at Codecov.
|
3843980
to
a8b9094
Compare
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.
thanks a lot! please take a look at the comments
7180828
to
adbcd42
Compare
19d5a00
to
6d7ecbf
Compare
f42d0d0
to
aa42254
Compare
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.
excellent! I think we only need tests and this will be done. thanks a lot for all your patience @JayjeetAtGithub !
6888c36
to
18829ed
Compare
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.
thanks a lot!
- adds slurm runner, with an initial implementation for docker - refactors runner_host.DockerRunner so children classes can reuse most of the code - introduces a PopperConfig class that deals with configuration of Popper - adds tests for slurm runner on docker
- adds slurm runner, with an initial implementation for docker - refactors runner_host.DockerRunner so children classes can reuse most of the code - introduces a PopperConfig class that deals with configuration of Popper - adds tests for slurm runner on docker
- adds slurm runner, with an initial implementation for docker - refactors runner_host.DockerRunner so children classes can reuse most of the code - introduces a PopperConfig class that deals with configuration of Popper - adds tests for slurm runner on docker
- adds slurm runner, with an initial implementation for docker - refactors runner_host.DockerRunner so children classes can reuse most of the code - introduces a PopperConfig class that deals with configuration of Popper - adds tests for slurm runner on docker
Adds basic Slurm resource manager support