Changes between Version 31 and Version 32 of WikiStart
- Timestamp:
- Aug 9, 2012, 2:43:35 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v31 v32 17 17 18 18 The 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. ALMOS threading model is compatible with PThreads standard and it allows the kernel to provides a native support to PGAS (Partitioned Global Address Space) programming model found in HPC oriented languages like UPC (Unified Parallel C). 19 19 20 20 21 == Publications == … … 39 40 }}} 40 41 42 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. 41 43 44 == Running ALMOS on TSAR == 45 42 46 '''PROJECT WEBSITE IS UNDER CONSTRUCTION '''