OpenMPI  0.1.1
orte_cr.c File Reference

ORTE Layer Checkpoint/Restart Runtime functions. More...

#include "orte_config.h"
#include "orte/constants.h"
#include <errno.h>
#include "opal/util/opal_environ.h"
#include "opal/util/output.h"
#include "opal/util/basename.h"
#include "opal/mca/event/event.h"
#include "opal/mca/crs/crs.h"
#include "opal/mca/crs/base/base.h"
#include "opal/runtime/opal_cr.h"
#include "orte/runtime/orte_cr.h"
#include "orte/util/proc_info.h"
#include "orte/runtime/orte_globals.h"
#include "orte/mca/plm/base/base.h"
#include "orte/mca/ess/ess.h"
#include "orte/mca/ess/base/base.h"
#include "orte/mca/routed/base/base.h"
#include "orte/mca/routed/routed.h"
#include "orte/mca/rml/base/base.h"
#include "orte/mca/iof/base/base.h"
#include "orte/mca/snapc/snapc.h"
#include "orte/mca/snapc/base/base.h"
#include "orte/mca/filem/base/base.h"

Functions

static int orte_cr_coord_pre_ckpt (void)
 
static int orte_cr_coord_pre_restart (void)
 
static int orte_cr_coord_pre_continue (void)
 
static int orte_cr_coord_post_ckpt (void)
 
static int orte_cr_coord_post_restart (void)
 
static int orte_cr_coord_post_continue (void)
 
int orte_cr_init (void)
 
int orte_cr_finalize (void)
 
int orte_cr_coord (int state)
 
int orte_cr_entry_point_init (void)
 
int orte_cr_entry_point_finalize (void)
 

Variables

bool orte_cr_continue_like_restart = false
 
bool orte_cr_flush_restart_files = true
 
static opal_cr_coord_callback_fn_t prev_coord_callback = NULL
 
static int orte_cr_output = -1
 

Detailed Description

ORTE Layer Checkpoint/Restart Runtime functions.