CSC/ECE 506 Spring 2012/2a bm: Difference between revisions
Jump to navigation
Jump to search
(Created page with "test") |
No edit summary |
||
Line 1: | Line 1: | ||
== SAS programming on distributed-memory machines == | |||
'''Shared Address Space''' (SAS) programming on distributed memory machines is a programming abstraction that provides less development effort than that of the traditional method of '''Message Passing''' (MP) on distributed memory machines, such as clusters of servers. | |||
=== Implementations === | |||
There are | |||
=== Hardware === | |||
=== Algorithms === | |||
=== Evolution === | |||
==References== | |||
*Shan, H.; Singh, J.P.; Oliker, L.; Biswas, R.; , [http://escholarship.org/uc/item/76p9b40g#page-1 "Message passing vs. shared address space on a cluster of SMPs,"] Parallel and Distributed Processing Symposium., Proceedings 15th International , vol., no., pp.8 pp., Apr 2001 | |||
*Protic, J.; Tomasevic, M.; Milutinovic, V.; , [http://ieeexplore.ieee.org.prox.lib.ncsu.edu/stamp/stamp.jsp?tp=&arnumber=494605&isnumber=10721 "Distributed shared memory: concepts and systems,"] Parallel & Distributed Technology: Systems & Applications, IEEE , vol.4, no.2, pp.63-71, Summer 1996 | |||
*Chandola, V. , [http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.135.5206&rep=rep1&type=pdf "Design Issues in Implementation of Distributed Shared Memory in User Space,"] |
Revision as of 04:13, 26 January 2012
SAS programming on distributed-memory machines
Shared Address Space (SAS) programming on distributed memory machines is a programming abstraction that provides less development effort than that of the traditional method of Message Passing (MP) on distributed memory machines, such as clusters of servers.
Implementations
There are
Hardware
Algorithms
Evolution
References
- Shan, H.; Singh, J.P.; Oliker, L.; Biswas, R.; , "Message passing vs. shared address space on a cluster of SMPs," Parallel and Distributed Processing Symposium., Proceedings 15th International , vol., no., pp.8 pp., Apr 2001
- Protic, J.; Tomasevic, M.; Milutinovic, V.; , "Distributed shared memory: concepts and systems," Parallel & Distributed Technology: Systems & Applications, IEEE , vol.4, no.2, pp.63-71, Summer 1996
- Chandola, V. , "Design Issues in Implementation of Distributed Shared Memory in User Space,"