Releases: oar-team/oar3
Releases · oar-team/oar3
3.0.1
Version 3.0.1
Released on Nov 26, 2025
- Added ALL, BEST, HALF_BEST as resquestable number of resource (#57)
- Fixes and enhancements of the scheduling #104 #105
- Fixed major bug in
oarnodesetting -m off#109 - Kamelot set as default scheduler
- Fixed
oarstat -g#110 - Fixed possible bibpib crash (jobs stuck in the Launching state) #113
- Fixed resubmit_job_id value of jobs #114
- Added missing oarcgdev binary for GPU confinement #112
3.0.0
V3 initial release!
The current status of the project has been approved by GRICAD,
with more than successful 400k jobs already executed by OAR3
on the "Kraken" platform (10k cores and 28 GPUS)
CHANGES since previous published version:
Version 3.0.0
-------------
Released on Jul 21, 2025
- Initial OAR v3 release!
Version 3.0.0.dev19
-------------------
Released on Jul 21, 2025
- A call from admission rules:
`estimated_resources = estimate_job_nb_resources(session, config, resource_request, properties)`
allows to re-use the `estimated_resources` data structure and prevents the scheduler from
computing this several times (#96)
- oarstat and oarapi prints 'actual_resources' (#99)
Version 3.0.0.dev18
-------------------
Released on Jul 7, 2025
- oarstat and oarapi now print correctly std[err,out] filenames (#97)
Version 3.0.0.dev17
-------------------
Released on Jul 4, 2025
- Fixed several database performance issues (#84)
- Fixed a bug with oarsub -S and properties (#85)
- Fixed a bug with Suspended state
- Removed verbose debug of the API
- Fixed job_manager_systemd suspecting nodes in some cases (#81)
- Fixed oarsub -S "./script with args"
- Oarsub prints human dates (#93)
- Fixed 'oarnodes -p' for 0 values not being printed (#92)
- Fixed job dependency to an interactive job (#90)
- Fixed a timing issue into almighty (could prevent Leon from working under heavy load) (#83)
3.0.0.dev18
Maybe the latest RC before 3.0.0...
Version 3.0.0.dev18
Released on Jul 7, 2025
- oarstat and oarapi now print correctly std[err,out] filenames #97
- Fixed several database performance issues (#84)
- Fixed a bug with oarsub -S and properties (#85)
- Fixed a bug with Suspended state
- Removed verbose debug of the API
- Fixed job_manager_systemd suspecting nodes in some cases (#81)
- Fixed oarsub -S "./script with args"
- Oarsub prints human dates (#93)
- Fixed 'oarnodes -p' for 0 values not being printed (#92)
- Fixed job dependency to an interactive job (#90)
- Fixed a timing issue into almighty (could prevent Leon from working under heavy load) (#83)
3.0.0dev16
(Corresponding Debian packages: 3.0.0~rc5)
WARNING:
- no more compatible with oar-node v2! You must now install oar-node from oar3 and use the
job_resource_manager_systemd.pljob resources manager! - no more need for cgroupv1 configuration of the nodes at boot (remove
systemd.unified_cgroup_hierarchy=falsefrom grub config)
CHANGES:
- Fixed oarapi installation issue
- Oarnodes now prints standby state
- Added misssing "types" array from /jobs/{id} (issue #43)
- Oarstat did not display some jobs (issue #48)
- Performance fix (#63)
- Karma is now recorded and printed by oarstat and oarapi (#65)
- Null valued fields are removed from the /jobs api output
- Added /get_new_token API entry to re-generate JWT
- Added cgroup-v2 support through systemd
- Fixed a bug with oarsub -S and array-param-file
3.0.0dev15
Changes:
- Fixed API launcher bug introduced into 3.0.0.dev13
- Added 'exit_status_code' job information (converted as exit status or kill signal, like bash exit status)
- Tests fixed
- Fixed user signal sending into oardel
- oar.conf minor changes (cleaning, added greta vars)
3.0.0dev14
- Fixed performance issues when database is growing
- Start/stop for oar-server now from systemd (this fixes issues with processes still running after a stop)
(manual release)
3.0.0.dev13
3.0.0.dev12
Bump version to 3.0.0.dev12
3.0.0.dev11
bump to 3.0.0.dev11
3.0.0.dev10
[version] bump to 3.0.0.dev10 - Update debian package generation - Add unspecified dependencies (in base) - Update documentation