Changes between Version 16 and Version 17 of Osaka


Ignore:
Timestamp:
Aug 19, 2008, 3:26:05 PM (16 years ago)
Author:
rock
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Osaka

    v16 v17  
    4747[[BR]]
    4848== 5.Kerrighed modules - Source Code Structure Analysis ==
    49 === 5.1 Totally 7 modules ===
     49=== 5.1 Kerrighed 0.70 Totally 7 Modules ===
    5050 * Kerrighed extension of Linux Kernel
    5151   * Process & load balancing - '''Aragorn'''
     
    103103}}}
    104104
    105 === 5.2 Private Variables ===
     105=== 5.2 Kerrighed 2.3.0 Totally 14 Modules ===
     106
     107
     108=== 5.3 Private Variables ===
    106109 * '''mmap''' (map pages of memory - by adding a MAP_LOCAL flag)
    107110   * /kerrighed-2.3.0/libs/include/kerrighed_tools.h
     
    115118}}}
    116119
    117 === 5.3 OpenMP on Kerrighed ===
     120=== 5.4 OpenMP on Kerrighed ===
    118121 * Standard '''Pthread''' library replaced by '''krgthread''' library proving the Posix interface on Kerrighed Clusters.
    119122 * Containers to support shared variables in the cluster.