Changes between Version 15 and Version 16 of WikiStart


Ignore:
Timestamp:
Aug 6, 2012, 6:31:04 PM (13 years ago)
Author:
almaless
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v15 v16  
    1616The kernel of ALMOS replicates its code in each cluster by creating a per-cluster kernel-process. The threads of a cluster-manager are attached to its local kernel-process. The kernel of ALMOS has a hybrid notion of threads which is based on a new organization of processes virtual address space. This new organization enables the kernel to replicate both the pages-tables and the application 's code and therefore enforcing the locality of the per-core TLBs and I-cache misses.
    1717
     18== Publications ==
     19
     20 * Ghassan Almaless and Franck Wajsbürt. On The Scalability of Image and Signal Processing Parallel Applications on Emerging cc-NUMA Many-cores. In ''Proceedings of the international conference on the Design and Architectures for Signal and Image Processing'', Karlsruhe, Germany, IEEE, 2012.
     21
     22 * Ghassan Almaless and Franck Wajsbürt. On the Impact of Many-Cores Small Caches on the Scalability of Shared-Memory Highly Multi-Threaded Single-Applications". In ''Posters of the 3rd Asia-Pacific Workshop on Systems'', Seoul, South Korea, July 2012.
     23
     24 * Ghassan Almaless and Franck Wajsbürt. Does Shared-Memory, Highly Multi-Threaded, Single-Application Scale on Many-Cores? In ''Proceedings of the 4th USENIX Workshop on Hot Topics in Parallelism'', Berkeley, CA, USENIX, 2012.
     25
     26 * Ghassan Almaless. ALMOS : un système d'exploitation pour manycores en mémoire partagée cohérente. In ''Proceedings of the 8th French conference on Operating Systems (CFSE)'', the French chapter of ACM-SIGOPS, GDR ARP, Saint-Malo, France, 2011.
     27
     28 * Ghassan Almaless, 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.
     29
    1830'''PROJECT WEBSITE IS UNDER CONSTRUCTION '''