This is an old revision of the document!
Status: alpha-dev7
Released date: Apr 5, 2022
OAR 3 a new version with better code architecture and new internal structure for scheduling.
Note: Delays in previous roadmap are due to works around Batsim a simulator of infrastructures.
Test Alpha version uses Oardocker
pip install oar-docker
mkdir oar3 && cd oar3 oardocker init -e buster build git clone --depth 1 --branch 3.0.0.dev4 https://github.com/oar-team/oar3.git oardocker install ./oar3
oardocker start -n 3 oardocker connect frontend oarsub -I
Only for development and the use of Sqlite by default (no need of PostgreSQL), you can follow the following steps:
git clone https://github.com/oar-team/oar3.git
virtualenv -p python3.7 env3.7 source env3.7/bin/activate
cd oar3 pip install -e '.[dev]'
pytest --cov-report=html --cov-report term --cov=oar