24 #ifndef MCA_CRS_BLCR_EXPORT_H
25 #define MCA_CRS_BLCR_EXPORT_H
27 #include "opal_config.h"
32 #include "opal/mca/base/base.h"
50 extern bool opal_crs_blcr_dev_null;
55 int opal_crs_blcr_module_init(
void);
56 int opal_crs_blcr_module_finalize(
void);
61 int opal_crs_blcr_checkpoint( pid_t pid,
70 int opal_crs_blcr_disable_checkpoint(
void);
71 int opal_crs_blcr_enable_checkpoint(
void);
73 int opal_crs_blcr_prelaunch(int32_t rank,
74 char *base_snapshot_dir,
80 int opal_crs_blcr_reg_thread(
void);
Common type for all MCA modules.
Definition: mca.h:100
Top-level interface for all MCA components.
opal_crs_base_component_t super
Base CRS component.
Definition: crs_blcr.h:43
Definition: crs_blcr.h:41
Structure for Single process snapshot Each component is assumed to have extened this definition in th...
Definition: crs.h:107
Structure for CRS components.
Definition: crs.h:248
Checkpoint and Restart Service (CRS) Interface.
opal_crs_state_type_t
States of the module.
Definition: crs.h:60