DocumentCode
2605776
Title
Atomic page update methods for OpenMP-aware software DSM
Author
Yang-suk Kee ; Jin-Soo Kim ; Woo-Chul Jeun
Author_Institution
Inst. of Comput. Technol., Seoul Nat. Univ., South Korea
fYear
2004
fDate
11-13 Feb. 2004
Firstpage
144
Lastpage
151
Abstract
When software distributed shared memory (SDSM) is extended to utilize threads in support of OpenMP, a challenge is how to preserve memory consistency in a thread-safe way, which is known as "atomic page update problem". We show that this problem can be solved by creating two independent access paths to a physical page and by assigning different access permissions to them. Especially, we discuss three new methods using System V shared memory IPC, a new mdup() system call, and a fork() system call as well as a known method using file mapping. The main contribution is to introduce various solutions to the atomic page update problem and to compare their characteristics extensively. Experiments carried out on a Linux-based cluster of SMPs and an IBM SP Nighthawk system show that the proposed methods achieve better performance than the file mapping method and the method using the process creation mechanism is the best candidate for the IBM SP system.
Keywords
Unix; distributed shared memory systems; IBM SP Nighthawk system; Linux-based cluster; System V shared memory IPC; atomic page update method; file mapping; fork() system call; mdup() system call; process creation mechanism; software distributed shared memory; Application software; Computer architecture; Computer science; Costs; Distributed computing; Operating systems; Permission; Yarn;
fLanguage
English
Publisher
ieee
Conference_Titel
Parallel, Distributed and Network-Based Processing, 2004. Proceedings. 12th Euromicro Conference on
ISSN
1066-6192
Print_ISBN
0-7695-2083-9
Type
conf
DOI
10.1109/EMPDP.2004.1271439
Filename
1271439
Link To Document