To Parallelize or Not to Parallelize, Speed Up Issue

Alaa Ismail Elnashar
DOI: https://doi.org/10.48550/arXiv.1103.5616
2011-03-29
Software Engineering
Abstract:Running parallel applications requires special and expensive processing resources to obtain the required results within a reasonable time. Before parallelizing serial applications, some analysis is recommended to be carried out to decide whether it will benefit from parallelization or not. In this paper we discuss the issue of speed up gained from parallelization using Message Passing Interface (MPI) to compromise between the overhead of parallelization cost and the gained parallel speed up. We also propose an experimental method to predict the speed up of MPI applications.
What problem does this paper attempt to address?