-
Notifications
You must be signed in to change notification settings - Fork 59
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 support for OAR Scheduler #713
base: master
Are you sure you want to change the base?
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #713 +/- ##
==========================================
- Coverage 83.52% 81.86% -1.67%
==========================================
Files 23 23
Lines 4990 5101 +111
Branches 1429 1453 +24
==========================================
+ Hits 4168 4176 +8
- Misses 814 917 +103
Partials 8 8
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@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? |
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