Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
oar_3 [2019/12/11 13:11] – [Roadmap] augusteoar_3 [2020/03/09 20:54] – [Demonstration Version] auguste
Line 1: Line 1:
 ====== OAR 3 ====== ====== OAR 3 ======
-Status: [[https://github.com/oar-team/oar3/releases/tag/3.0.0.dev3|pre-alpha v3 (demo version)]]+Status: [[https://github.com/oar-team/oar3/releases/tag/3.0.0.dev4|alpha-dev4]]
  
-Released date:  Mar 29th 2018+Released date:  Mar 9th 2020
  
-**OAR 3** is next OAR version. It'near complete rewritten version of OAR 2.+**OAR 3** a new version with better code architecture and new internal structure for scheduling.
  
 ===== Main changes and features ===== ===== Main changes and features =====
Line 15: Line 15:
 ===== Roadmap ===== ===== Roadmap =====
  
 +   * Alpha version (3.0.0dev4): Mar 9th 2020 
    * Pre-Alpha version (3.0.0dev3): Nov 12th 2018    * Pre-Alpha version (3.0.0dev3): Nov 12th 2018
      * Version to evaluate robustness of core functions      * Version to evaluate robustness of core functions
      * UI needs some cleaning      * UI needs some cleaning
-   Alpha version: **1Q20** **(current target)** +   Beta version: **2Q20** **(current target)**
-   * Beta version: **2Q20**+
    * Production version (3.0.x): **2020**    * Production version (3.0.x): **2020**
 **Note:** Delays in previous roadmap are due to works around [[https://batsim.readthedocs.io/en/latest/|Batsim]] a simulator of infrastructures. **Note:** Delays in previous roadmap are due to works around [[https://batsim.readthedocs.io/en/latest/|Batsim]] a simulator of infrastructures.
-===== Demonstration Version =====+===== Test Alpha Version =====
  
-Demo version uses [[https://github.com/oar-team/oar-docker|Oardocker]] +Test Alpha version uses [[https://github.com/oar-team/oar-docker|Oardocker]] 
-  * First we need to use **dev** branch of oardocker+  * Install oardocker
 <code> <code>
- git clone https://github.com/oar-team/oar-docker.git + pip install oar-docker
- cd oar-docker +
- git checkout dev +
- git pull -r +
- pip install .+
 </code> </code>
  
-  * Second create Debian based images and install **3.0.0.dev3** version oar.+  * Second create Debian 10 based images and install **3.0.0.dev4** version oar.
 <code> <code>
- mkdir oar3-stretch && cd oar3-stretch + mkdir oar3 && cd oar3 
- oardocker init -e stretch build + oardocker init -e buster build 
- git clone --depth 1 --branch 3.0.0.dev3 https://github.com/oar-team/oar3.git  + git clone --depth 1 --branch 3.0.0.dev4 https://github.com/oar-team/oar3.git 
- oardocker install ./oar3   + oardocker install ./oar3
 </code> </code>
  
oar_3.txt · Last modified: 2023/11/29 17:01 by auguste
Recent changes RSS feed GNU Free Documentation License 1.3 Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki