Title: Coordinated checkpoint versus message log for fault tolerant MPI

Authors: Pierre Lemarinier, Aurelien Bouteiller, Geraud Krawezik, Franck Cappello

Addresses: LRI, Universite de Paris Sud, Orsay, France. ' LRI, Universite de Paris Sud, Orsay, France. ' LRI, Universite de Paris Sud, Orsay, France. ' LRI, Universite de Paris Sud, Orsay, France

Abstract: Large clusters, high availability clusters and grid deployments often suffer from network, node or operating system faults and thus require the use of fault tolerant programming models. MPI is one of the most widely adopted programming models for high performance computing. There are several approaches for fault tolerance in an MPI environment. The automatic and transparent ones are based on either coordinated or uncoordinated checkpoint associated with a message log strategy. There are many protocols and optimisations for these approaches and several implementations have been made. However, few results of comparison between them exist. Coordinated checkpoint has the advantage of a very low overhead as long as the execution stays fault free. In contrast, uncoordinated checkpoint must be complemented by a message log protocol which adds a significant penalty for all message transfers even for fault free executions. The drawbacks of coordinated checkpoint are the synchronisation cost before the checkpoint, the synchronised checkpoint cost and the restart cost after a fault. Message log does not suffer from these problems, as it processes checkpoint and restart independently. These differences suggest that the best approach depends on the fault frequency. This paper investigates this question from a fair experimental protocol: we implement and test two protocols (coordinated checkpoint and pessimistic message log) on the same system and we compare them on a cluster according to the frequency of faults that are generated artificially. The main conclusion is that uncoordinated checkpoint is relevant for a large scale cluster from one fault every hour for applications with large dataset.

Keywords: fault tolerant MPI; coordinated checkpoint; message log; high performance computing; cluster computing.

DOI: 10.1504/IJHPCN.2004.008899

International Journal of High Performance Computing and Networking, 2004 Vol.2 No.2/3/4, pp.146 - 155

Published online: 02 Feb 2006 *

Full-text access for editors Full-text access for subscribers Purchase this article Comment on this article