Changes between Version 18 and Version 19 of Osaka


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

--

Legend:

Unmodified
Added
Removed
Modified
  • Osaka

    v18 v19  
    103103}}}
    104104
     105[[BR]]
    105106=== 5.2 Kerrighed 2.3.0 Totally 14 Modules ===
    106  * [[Image(KerrighedArch.png)]]
    107  * RPC
    108  * Hotplug
    109  * KDDM
    110  * Capability
    111  * ProcFS
    112  * Sync
    113  * IPC
    114  * FS
    115  * MM
    116  * Dynamic Streams
    117  * Ghost
    118  * Proc
    119  * EPM
    120  * Global Scheduler
     107[[Image(KerrighedArch.png)]]
     108|| RPC               ||               ||
     109|| Hotplug           ||               ||
     110|| KDDM              ||               ||
     111|| Capability        ||               ||
     112|| ProcFS            ||               ||
     113|| Sync              ||               ||
     114|| IPC               ||               ||
     115|| FS                ||               ||
     116|| MM                ||               ||
     117|| Dynamic Streams   ||               ||
     118|| Ghost             ||               ||
     119|| Proc              ||               ||
     120|| EPM               ||               ||
     121|| Global Scheduler  ||               ||
     122 * Load Kerrighed Moudles Messages
     123{{{
     124$ dmesg
     125Start loading Kerrighed...
     126Init Kerrighed worker(s)...Init Kerrighed low-level framework...
     127Init kerrighed syscall mechanism
     128Kerrighed tools - init module
     129TIPC: Started in network mode
     130TIPC: Own node address <1.1.2>, network identity 1
     131Try to enable bearer on lo:<5>TIPC: Enabled bearer <eth:lo>, discovery domain <1.1.0>, priority 10
     132ok
     133Try to enable bearer on eth0:<5>TIPC: Enabled bearer <eth:eth0>, discovery domain <1.1.0>, priority 10
     134ok
     135Try to enable bearer on eth1:<4>TIPC: Bearer <eth:eth1> priority adjustment required 10->9
     136TIPC: Enabled bearer <eth:eth1>, discovery domain <1.1.0>, priority 9
     137ok
     138RPC initialisation done
     139Init Kerrighed low-level framework (nodeid 1) : done
     140Init Kerrighed distributed services...
     141KDDM initialisation : start
     142KDDM set init
     143KDDM set init : done
     144KDDM initialisation done
     145KerMM initialisation : start
     146KerMM initialisation done
     147DVFS initialisation : start
     148FAF: initialisation : start
     149FAF: initialisation : done
     150DVFS initialisation done
     151KerIPC initialisation : start
     152KerIPC initialisation done
     153Proc initialisation: start
     154Proc initialisation: done
     155EPM initialisation: start
     156EPM initialisation: done
     157Init Kerrighed distributed services: done
     158Kerrighed... loaded!
     159TIPC: Established link <1.1.2:eth0-1.1.3:eth0> on network plane B
     160Kerrighed is running on 2 nodes
    121161
     162}}}
     163[[BR]]
    122164=== 5.3 Private Variables ===
    123165 * '''mmap''' (map pages of memory - by adding a MAP_LOCAL flag)
     
    132174}}}
    133175
     176[[BR]]
    134177=== 5.4 OpenMP on Kerrighed ===
    135178 * Standard '''Pthread''' library replaced by '''krgthread''' library proving the Posix interface on Kerrighed Clusters.