Changes between Version 1 and Version 2 of krg_progamming
- Timestamp:
- Apr 7, 2008, 12:08:30 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
krg_progamming
v1 v2 1 1 = Programming for Kerrighed = 2 2 * OpenMP 3 * OpenMP compiler mustarrange 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. 4 4 * Programming using shared memory 5 5 * 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.