Changes between Version 46 and Version 47 of WikiStart
- Timestamp:
- Aug 23, 2012, 5:55:11 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v46 v47 31 31 * 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]. 32 32 33 34 33 == Getting ALMOS == 35 34 … … 42 41 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. 43 42 44 == Running ALMOS on the TSAR many-core == 43 == Available User-land Libraries == 44 ALMOS comes with the following user-land libraries: 45 * System 46 * C library based on [http://www.fefe.de/dietlibc dietlibc]. 47 * PThreads support library 48 * Parallel Programming Runtimes 49 * GNU OpenMP [http://gcc.gnu.org/onlinedocs/libgomp libgomp]. 50 * Standford Map&Reduce [http://mapreduce.stanford.edu Phoenix]. 51 * Math & Compression 52 * Sun Microsystems standard math library [http://www.netlib.org/fdlibm fdlibm]. 53 * General purpose compression library [http://zlib.net zlib]. 54 * Cryptography ''[experimental]'' 55 * Some cryptography functions from the OpenSSL project [http://www.openssl.org/docs/crypto/crypto.html libcrypto]. 56 * Graphics 57 * A very small implementation of a subset of OpenGL for embedded systems or games [http://bellard.org/TinyGL TinyGL]. 58 59 60 == Running ALMOS on the TSAR Many-core == 45 61 46 62 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 DOCUMENTATION] page to get started and to run your applications on ALMOS/TSAR target. 47 63 48 == Contact ==64 == Contact Information == 49 65 50 You may want to subscribe to the [https://www-soc.lip6.fr/wws/info/almos-users almos-users] mailing list. If you have any idea or proposal about the deployment of ALMOS or a potential joint work, please feel free to write to Ghassan Almaless (first.last@lip6.fr) the designer of ALMOS and the project manager. 66 You may want to subscribe to the [https://www-soc.lip6.fr/wws/info/almos-users almos-users] mailing list. If you have any idea or proposal about the deployment of ALMOS or a potential joint work, please feel free to write to Ghassan Almaless (first.last@lip6.fr) the designer of ALMOS and the project manager.