@inproceedings{17d68212685942d0a231d3f1c581ce27,
title = "Integrating software distributed shared memory and message passing programming",
abstract = "Software Distributed Shared Memory (SDSM) systems provide programmers with a shared memory programming environment across distributed memory architectures. In contrast to the message passing programming environment, the SDSM can resolve data dependencies within the application without the programmer having to explicitly specify communication. However, this service is provided at a cost to performance. Thus it makes sense to use message passing directly when data dependencies are easy to solve using message passing. For example, it is not complicated to specify data transfer for large contiguous regions of memory. This paper outlines how the Danui SDSM library has been extended to include support for message passing. Four different message passing transfers are identified depending on whether the data being sent/received resides in private or globally shared buffers. Transfers between globally shared buffers are further categorized as symmetrical or asymmetrical depending on whether they correspond to the same region of shared memory. The implication of each transfer type on the memory consistency of the global address space is discussed. Central to the Danui SDSM extension is the use of information provided and implied by message passing operations. The overhead of the implementation is analyzed.",
author = "Wong, \{H. J.\} and Rendell, \{A. P.\}",
year = "2009",
doi = "10.1109/CLUSTR.2009.5289176",
language = "English",
isbn = "9781424450121",
series = "Proceedings - IEEE International Conference on Cluster Computing, ICCC",
booktitle = "2009 IEEE International Conference on Cluster Computing and Workshops, CLUSTER '09",
note = "2009 IEEE International Conference on Cluster Computing and Workshops, CLUSTER '09 ; Conference date: 31-08-2009 Through 04-09-2009",
}