1
1

Merging in the jjhursey-ft-cr-stable branch (r13912 : HEAD).

This merge adds Checkpoint/Restart support to Open MPI. The initial
frameworks and components support a LAM/MPI-like implementation.

This commit follows the risk assessment presented to the Open MPI core
development group on Feb. 22, 2007.

This commit closes trac:158

More details to follow.

This commit was SVN r14051.

The following SVN revisions from the original message are invalid or
inconsistent and therefore were not cross-referenced:
  r13912

The following Trac tickets were found above:
  Ticket 158 --> https://svn.open-mpi.org/trac/ompi/ticket/158
Этот коммит содержится в:
Josh Hursey
2007-03-16 23:11:45 +00:00
родитель 924cb0af11
Коммит dadca7da88
691 изменённых файлов: 30217 добавлений и 1182 удалений

Просмотреть файл

@ -1,5 +1,5 @@
/*
* Copyright (c) 2004-2005 The Trustees of Indiana University and Indiana
* Copyright (c) 2004-2007 The Trustees of Indiana University and Indiana
* University Research and Technology
* Corporation. All rights reserved.
* Copyright (c) 2004-2005 The University of Tennessee and The University
@ -43,7 +43,7 @@ const opal_timer_base_component_1_0_0_t mca_timer_solaris_component = {
/* Next the MCA v1.0.0 component meta data */
{
/* Whether the component is checkpointable or not */
true
/* The component is checkpoint ready */
MCA_BASE_METADATA_PARAM_CHECKPOINT
},
};