19 #ifndef MCA_CRS_NONE_EXPORT_H
20 #define MCA_CRS_NONE_EXPORT_H
22 #include "opal_config.h"
45 int opal_crs_none_module_init(
void);
46 int opal_crs_none_module_finalize(
void);
51 int opal_crs_none_checkpoint( pid_t pid,
58 int opal_crs_none_disable_checkpoint(
void);
59 int opal_crs_none_enable_checkpoint(
void);
61 int opal_crs_none_prelaunch(int32_t rank,
62 char *base_snapshot_dir,
68 int opal_crs_none_reg_thread(
void);
70 extern bool opal_crs_none_select_warning;
Definition: crs_none.h:33
Common type for all MCA modules.
Definition: mca.h:100
Top-level interface for all MCA components.
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