MPIRace-Check V 1.0: A Tool for Detecting Message Races in MPI Parallel Programs


The KIPS Transactions:PartA, Vol. 15, No. 2, pp. 87-100, Apr. 2008
10.3745/KIPSTA.2008.15.2.87,   PDF Download:

Abstract

Message races should be detected for debugging effectively message-passing programs because they can cause non-deterministic executions of a program. Previous tools for detecting message races report that message races occur in every receive operation which is expected to receive any messages. However message races might not occur in the receive operation if each of messages is transmitted through a different logical communication channel so that their incorrect detection makes it a difficult task for programmers to debug programs. In this paper we suggest a tool, MPIRace-Check, which can exactly detect message races by checking the concurrency between send/receive operations, and by inspecting the logical communication channels of the messages. To detect message races, this tool uses the vector timestamp to check if send and receive operations are concurrent during an execution of a program and it also uses the message envelop to inspect if the logical communication channels of transmitted messages are the same. In our experiment, we show that our tool can exactly detect message races with efficiency using MPI_RTED and a benchmark program. By detecting message races exactly, therefore, our tool enables programmers to develop reliable parallel programs reducing the burden of debugging.


Statistics
Show / Hide Statistics

Statistics (Cumulative Counts from September 1st, 2017)
Multiple requests among the same browser session are counted as one view.
If you mouse over a chart, the values of data points will be shown.


Cite this article
[IEEE Style]
M. Y. Park and S. H. Chung, "MPIRace-Check V 1.0: A Tool for Detecting Message Races in MPI Parallel Programs," The KIPS Transactions:PartA, vol. 15, no. 2, pp. 87-100, 2008. DOI: 10.3745/KIPSTA.2008.15.2.87.

[ACM Style]
Mi Young Park and Sang Hwa Chung. 2008. MPIRace-Check V 1.0: A Tool for Detecting Message Races in MPI Parallel Programs. The KIPS Transactions:PartA, 15, 2, (2008), 87-100. DOI: 10.3745/KIPSTA.2008.15.2.87.