Changes between Version 69 and Version 70 of WikiStart


Ignore:
Timestamp:
Nov 23, 2013, 11:03:59 AM (12 years ago)
Author:
almaless
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v69 v70  
    3333 * Ghassan Almaless and Franck Wajsburt. ALMOS: Advanced Locality Management Operating System for cc-NUMA Many-Cores”. In ''Proceedings of the 5th national seminar of GDR SoC-SIP'', Lyon, France, 2011. [http://www2.lirmm.fr/~w3mic/SOCSIP/images/stories/ALMOS_Advanced_Locality_Management_Operating_System.pdf Paper].
    3434
    35 == Getting ALMOS ==
     35== Available User-land Libraries ==
    3636
    37 You can get ALMOS source code from its GIT repository:
    38 
    39 {{{
    40 git clone https://www-soc.lip6.fr/git/almos.git
    41 }}}
    42 
    43 The current code hosted by this repository runs only on the TSAR simulator. The available version of ALMOS provides multi-processes and multi-threads support. The latest version of ALMOS will be soon tracked by this repository.
    44 
    45 == Available User-land Libraries ==
    4637ALMOS comes with the following user-land libraries: 
    4738 * System
     
    6354   * A very small implementation of a subset of OpenGL for embedded systems or games [http://bellard.org/TinyGL TinyGL].
    6455
     56
    6557== Running ALMOS on the TSAR Many-core ==
    6658
    6759For convenient reasons, a stand-alone and ready-to-use distribution of ALMOS targeting the TSAR virtual prototype is available. Please refer to this [wiki:almosOnTsarDoc Tutorial] page to get started and to run your applications on ALMOS/TSAR target.
     60
     61== Getting ALMOS ==
     62
     63You can get ALMOS source code from its GIT repository:
     64
     65{{{
     66git clone https://www-soc.lip6.fr/git/almos.git
     67}}}
     68
     69The current code hosted by this repository runs only on the TSAR simulator. The available version of ALMOS provides multi-processes and multi-threads support. The latest version of ALMOS will be soon tracked by this repository.
    6870
    6971== History & Contributors ==