Changes between Version 69 and Version 70 of WikiStart
- Timestamp:
- Nov 23, 2013, 11:03:59 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v69 v70 33 33 * 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]. 34 34 35 == Getting ALMOS==35 == Available User-land Libraries == 36 36 37 You can get ALMOS source code from its GIT repository:38 39 {{{40 git clone https://www-soc.lip6.fr/git/almos.git41 }}}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 ==46 37 ALMOS comes with the following user-land libraries: 47 38 * System … … 63 54 * A very small implementation of a subset of OpenGL for embedded systems or games [http://bellard.org/TinyGL TinyGL]. 64 55 56 65 57 == Running ALMOS on the TSAR Many-core == 66 58 67 59 For 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 63 You can get ALMOS source code from its GIT repository: 64 65 {{{ 66 git clone https://www-soc.lip6.fr/git/almos.git 67 }}} 68 69 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. 68 70 69 71 == History & Contributors ==