Changes between Version 71 and Version 72 of WikiStart
- Timestamp:
- Mar 12, 2015, 12:44:08 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v71 v72 3 3 [[PageOutline]] 4 4 5 The GIET_VM is a fully '''staticoperating system''' for shared address space, '''many-cores architectures'''. These architectures are generally NUMA (Non Uniform memory Acces), because the memory is logically shared, but physically distributed, and the main goal of the GIET_VM is to address these NUMA issues.5 The GIET_VM is a static '''operating system''' for shared address space, '''many-cores architectures'''. These architectures are generally NUMA (Non Uniform memory Acces), because the memory is logically shared, but physically distributed, and the main goal of the GIET_VM is to address these NUMA issues. 6 6 7 7 The GIET-VM assumes that the hardware architecture is structured as a 2D mesh of ''clusters''. There is one physical memory bank, and several processor cores per cluster. Each processor is identified by a composite index [x,y,p] where x, y are the cluster coordinates, and p is the local processor index.