Changes between Version 16 and Version 17 of Osaka
- Timestamp:
- Aug 19, 2008, 3:26:05 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Osaka
v16 v17 47 47 [[BR]] 48 48 == 5.Kerrighed modules - Source Code Structure Analysis == 49 === 5.1 Totally 7 modules ===49 === 5.1 Kerrighed 0.70 Totally 7 Modules === 50 50 * Kerrighed extension of Linux Kernel 51 51 * Process & load balancing - '''Aragorn''' … … 103 103 }}} 104 104 105 === 5.2 Private Variables === 105 === 5.2 Kerrighed 2.3.0 Totally 14 Modules === 106 107 108 === 5.3 Private Variables === 106 109 * '''mmap''' (map pages of memory - by adding a MAP_LOCAL flag) 107 110 * /kerrighed-2.3.0/libs/include/kerrighed_tools.h … … 115 118 }}} 116 119 117 === 5. 3OpenMP on Kerrighed ===120 === 5.4 OpenMP on Kerrighed === 118 121 * Standard '''Pthread''' library replaced by '''krgthread''' library proving the Posix interface on Kerrighed Clusters. 119 122 * Containers to support shared variables in the cluster.