-
Notifications
You must be signed in to change notification settings - Fork 59
Add support for OAR Scheduler #713
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
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #713 +/- ##
==========================================
- Coverage 88.75% 88.11% -0.64%
==========================================
Files 84 85 +1
Lines 17891 18062 +171
Branches 3487 3525 +38
==========================================
+ Hits 15879 15916 +37
- Misses 1642 1774 +132
- Partials 370 372 +2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
@ychiat35 - thank you for adding this worker. Would it be possible to test it within a container? |
ea8a805
to
f7d9e79
Compare
6856bfb
to
e54491c
Compare
e54491c
to
3cadef2
Compare
Hi, I'm trying to use oar-docker to do that. It is still WIP (I have to find more time doing that) but I noticed that the oar-docker solution requires cgroup v1, so I have to run on ubuntu-20.04 but not ubuntu-latest. Is this a problem for you? |
Did you ever get this working? Should I try to port it to the new structure |
for more information, see https://pre-commit.ci
Types of changes
Summary
The Oar scheduler is widely used in France, including mesocentre supercomputers (e.g., GRICAD), INRIA supercomputers, Grid5000 testbed and other platforms.
This PR adds support for the OAR Scheduler, following the implementation made for Slurm.
Checklist