| P-3PC: A Point-to-Point Communication Model for Automatic and Optimal Decomposition of Regular Domain Problems F. J. Seinstra, D. C. Koelma In IEEE Transactions on Parallel and Distributed Systems 2002.
[bibtex] [pdf] [url] |
One of the most fundamental problems automatic parallelization tools are confronted with is to find an optimal domain
decomposition for a given application. For regular domain problems (such as simple matrix manipulations), this task may seem trivial.
However, communication costs in message passing programs often significantly depend on the memory layout of data blocks to be
transmitted. As a consequence, straightforward domain decompositions may be nonoptimal. In this paper, we introduce a new point-topoint
communication model (called P-3PC, or the “Parameterized model based on the Three Paths of Communication”) that is
specifically designed to overcome this problem. In comparison with related models (e.g., LogGP) P-3PC is similar in complexity, but
more accurate in many situations. Although the model is aimed at MPI’s standard point-to-point operations, it is applicable to similar
message passing definitions as well. The effectiveness of the model is tested in a framework for automatic parallelization of low level
image processing applications. Experiments are performed on two Beowulf-type systems, each having a different interconnection
network, and a different MPI implementation. Results show that, where other models frequently fail, P-3PC correctly predicts the
communication costs related to any type of domain decomposition.
@Article{SeinstraTPDS2002,
author = "Seinstra, F. J. and Koelma, D. C.",
title = "P-3PC: A Point-to-Point Communication Model for Automatic and Optimal Decomposition of Regular Domain Problems",
journal = "IEEE Transactions on Parallel and Distributed Systems",
number = "7",
volume = "13",
pages = "758--768",
year = "2002",
url = "https://ivi.fnwi.uva.nl/isis/publications/2002/SeinstraTPDS2002",
pdf = "https://ivi.fnwi.uva.nl/isis/publications/2002/SeinstraTPDS2002/SeinstraTPDS2002.pdf",
has_image = 1
}