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 [2018/06/02 08:23] augusteoar_3 [2018/11/26 21:58] – [Demonstration Version] neyron
Line 1: Line 1:
 ====== OAR 3 ====== ====== OAR 3 ======
-Status: [[https://github.com/oar-team/oar3/releases/tag/3.0.0.dev1|pre-alpha (demo version)]]+Status: [[https://github.com/oar-team/oar3/releases/tag/3.0.0.dev3|pre-alpha v3 (demo version)]]
  
 Released date:  Mar 29th 2018 Released date:  Mar 29th 2018
Line 16: Line 16:
  
    * Pre-Alpha version (3.0.0dev1): Mar 29th 2018    * Pre-Alpha version (3.0.0dev1): Mar 29th 2018
-   * Alpha version: **3Q18** **(current target)** +   * Alpha version: **4Q18** **(current target)** 
-   * Beta version: **4Q18**+   * Beta version: **1Q19**
    * Production version (3.0.x): **2019**    * Production version (3.0.x): **2019**
  
Line 25: Line 25:
   * First we need to use **dev** branch of oardocker   * First we need to use **dev** branch of oardocker
 <code> <code>
-git clone https://github.com/oar-team/oar-docker.git + git clone https://github.com/oar-team/oar-docker.git 
-cd oar-docker + cd oar-docker 
-git checkout dev + git checkout dev 
-pip install .+ git pull -r 
 + pip install .
 </code> </code>
  
-  * Second we need a debian9 OAR2 version+  * Second create Debian 9 based images and install **3.0.0.dev3** version oar.
 <code> <code>
- cd oar2-stretch + mkdir oar3-stretch && cd oar3-stretch 
- oadocker init -e stretch build + oardocker init -e stretch build 
- oardocker install http://oar-ftp.imag.fr/oar/2.5/sources/testing/oar-2.5.8+rc5.tar.gz      + git clone --depth 1 --branch 3.0.0.dev3 https://github.com/oar-team/oar3.git  
 + oardocker install ./oar3   
 </code> </code>
  
-  * Third we can build a OAR3 pre-alpha version+  * Third launch containers, connect and submit an interactive job
 <code> <code>
- cd oar3-dev 
- oardocker init -e oar3-dev build 
  oardocker start -n 3  oardocker start -n 3
 + oardocker connect frontend
 + oarsub -I
 </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