114 #ifndef _H_MCBSP_RESILIENCY
115 #define _H_MCBSP_RESILIENCY
size_t MCBSP_DEFAULT_CHECKPOINT_FREQUENCY
The default checkpointing frequency.
void mcbsp_set_safe_checkpoint_frequency(size_t _safe_cp_f)
Allows the user to set the safe checkpointing frequency.
void mcbsp_enable_checkpoints(void)
Enables automatic checkpointing.
void mcbsp_checkpoint(void)
Synchronises all processes and performs a global checkpointing step.
size_t mcbsp_get_safe_checkpoint_frequency(void)
Gets the currently active safe checkpointing frequency.
size_t mcbsp_get_checkpoint_frequency(void)
Gets the currently active checkpointing frequency.
void mcbsp_set_checkpoint_frequency(size_t _cp_f)
Allows the user to directly set the checkpointing frequency.
void mcbsp_disable_checkpoints(void)
Disables automatic checkpointing.