28 #include "ompi_config.h"
29 #if !ORTE_DISABLE_FULL_SUPPORT
38 OMPI_DECLSPEC
int ompi_cr_init(
void);
43 OMPI_DECLSPEC
int ompi_cr_finalize(
void);
48 OMPI_DECLSPEC
int ompi_cr_coord(
int state);
53 OMPI_DECLSPEC
extern int ompi_cr_output;
55 #if OPAL_ENABLE_CRDEBUG == 1
56 OMPI_DECLSPEC
extern int MPIR_checkpointable;
57 OMPI_DECLSPEC
extern char * MPIR_controller_hostname;
58 OMPI_DECLSPEC
extern char * MPIR_checkpoint_command;
59 OMPI_DECLSPEC
extern char * MPIR_restart_command;
60 OMPI_DECLSPEC
extern char * MPIR_checkpoint_listing_command;
Checkpoint/Restart Functionality for the ORTE layer.