Proceedings of the 8th International Scientific and Practical Conference of Students, Post-Graduates and Young Scientists. Mode
DOI: 10.1109/pdcat.2003.1236348
|View full text |Cite
|
Sign up to set email alerts
|

A performance comparison of DSM, PVM, and MPI

Abstract: Abstract- I. INTRODUCTIONA number of computational problems cannot be solved in a reasonable time on currently available computers. Parallel computing provides a method to increase the performance of computationally intensive programs by distributing their execution across multiple processors. Traditionally this parallel processing was done on expensive purpose-built multiprocessor systems. An alternative which is becoming more popular is the use of multicomputer or cluster computer systems.A cluster computer … Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1

Citation Types

0
3
0

Publication Types

Select...
3
2

Relationship

1
4

Authors

Journals

citations
Cited by 11 publications
(3 citation statements)
references
References 7 publications
0
3
0
Order By: Relevance
“…However, if we compare the VOPP programs with the MPI programs, we find there are much more barriers in the VOPP programs [7]. Gauss calls 15998 barriers; IS calls 120 barriers; SOR calls 200 barriers; NN calls 2410 barriers; Water calls 72 barriers; TSP calls 3 barriers; Barnes-Hut calls 19 barriers; BT calls 2 barriers; CG calls 1186 barriers and MG calls 484 barriers.…”
Section: Factors Contributing To the Performance Of Voppmentioning
confidence: 95%
See 1 more Smart Citation
“…However, if we compare the VOPP programs with the MPI programs, we find there are much more barriers in the VOPP programs [7]. Gauss calls 15998 barriers; IS calls 120 barriers; SOR calls 200 barriers; NN calls 2410 barriers; Water calls 72 barriers; TSP calls 3 barriers; Barnes-Hut calls 19 barriers; BT calls 2 barriers; CG calls 1186 barriers and MG calls 484 barriers.…”
Section: Factors Contributing To the Performance Of Voppmentioning
confidence: 95%
“…Traditional DSM systems like TreadMarks [1] are far from efficient compared with Message Passing Interface [7]. The reason is that programs written in MPI can be finely tuned by reducing unnecessary message passing.…”
Section: Introductionmentioning
confidence: 99%
“…A Distributed Shared Memory (DSM) system can provide application programmers the illusion of shared memory on top of message-passing distributed systems, which facilitates the task of parallel programming in distributed systems. However, programs using DSM are normally not as efficient as those using the Message Passing Interface (MPI) [12]. The reason is that message passing is part of the design of a MPI program and the programmer can finely tune the performance of the program by reducing the unnecessary message passing.…”
Section: Introductionmentioning
confidence: 99%