𝔖 Bobbio Scriptorium
✦   LIBER   ✦

An Overview of Synchronous Message-Passing and Topology

✍ Scribed by Maurice Herlihy; Sergio Rajsbaum; Mark R. Tuttle


Publisher
Elsevier Science
Year
2000
Tongue
English
Weight
265 KB
Volume
39
Category
Article
ISSN
1571-0661

No coin nor oath required. For personal study only.


πŸ“œ SIMILAR VOLUMES


Scalable timestamp synchronization for e
✍ Daniel Becker; Rolf Rabenseifner; Felix Wolf; John C. Linford πŸ“‚ Article πŸ“… 2009 πŸ› Elsevier Science 🌐 English βš– 553 KB

Event traces are helpful in understanding the performance behavior of message-passing applications since they allow the in-depth analysis of communication and synchronization patterns. However, the absence of synchronized clocks may render the analysis ineffective because inaccurate relative event t

An evaluation of Java implementations of
✍ Nenad Stankovic; Kang Zhang πŸ“‚ Article πŸ“… 2000 πŸ› John Wiley and Sons 🌐 English βš– 344 KB

As an objected-oriented programming language and a platform-independent environment, Java has been attracting much attention. However, the trade-off between portability and performance has not spared Java. The initial performance of Java programs has been poor, due to the interpretive nature of the

Parallelism and recursion in message pas
✍ RodrΓ­guez, C.; De Sande, F.; LeΓ³n, C.; GarcΓ­a, L. πŸ“‚ Article πŸ“… 1999 πŸ› John Wiley and Sons 🌐 English βš– 89 KB

Nested parallelism appears naturally in many applications. It is required whenever a function performing parallel statements needs to call a subroutine using parallelism. A particular case occurs when the function is recursive. Nested parallelism is to parallel programming as basic as nested loops t

Message-passing performance of various c
✍ Dongarra, Jack J.; Dunigan, Tom πŸ“‚ Article πŸ“… 1997 πŸ› John Wiley and Sons 🌐 English βš– 167 KB

This report compares the performance of different computer systems for basic message passing. Latency and bandwidth are measured on Convex, Cray, IBM, Intel, KSR, Meiko, nCUBE, NEC, SGI and TMC multiprocessors. Communication performance is contrasted with the computational power of each system. The

Message passing and shared address space
✍ Hongzhang Shan; Jaswinder P. Singh; Leonid Oliker; Rupak Biswas πŸ“‚ Article πŸ“… 2003 πŸ› Elsevier Science 🌐 English βš– 307 KB

Currently, message passing (MP) and shared address space (SAS) are the two leading parallel programming paradigms. MP has been standardized with MPI, and is the more common and mature approach; however, code development can be extremely difficult, especially for irregularly structured computations.