Changes between Version 1 and Version 2 of krg_progamming


Ignore:
Timestamp:
Apr 7, 2008, 12:08:30 PM (16 years ago)
Author:
rock
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • krg_progamming

    v1 v2  
    11= Programming for Kerrighed =
    22 * OpenMP
    3    * OpenMP compiler must arrange data layout to be compatible with usage in a DSM.
     3   * OpenMP compiler can arrange data layout to be compatible with usage in a DSM.
    44 * Programming using shared memory
    55   * It's possible to use shared memory without using threads using system V IPC shared memory segment as on classic unixes. The memory segment are shared across all nodes of the clyuster.