Skip to content

Commit a9c23f2

Browse files
committed
Merge pull request open-mpi#654 from hppritcha/topic/remove_sstore
ft_removal: remove sstore/snapc frameworks
2 parents 324721e + 5da0f80 commit a9c23f2

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+1
-21795
lines changed

orte/mca/errmgr/base/Makefile.am

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,4 @@ headers += \
2626
libmca_errmgr_la_SOURCES += \
2727
base/errmgr_base_select.c \
2828
base/errmgr_base_frame.c \
29-
base/errmgr_base_fns.c \
30-
base/errmgr_base_tool.c
29+
base/errmgr_base_fns.c

orte/mca/errmgr/base/base.h

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
#include "opal/class/opal_list.h"
3232

3333
#include "orte/mca/mca.h"
34-
#include "orte/mca/snapc/base/base.h"
3534
#include "orte/mca/errmgr/errmgr.h"
3635

3736

@@ -78,16 +77,6 @@ ORTE_DECLSPEC int orte_errmgr_base_migrate_state_str(char ** state_str, int stat
7877

7978
ORTE_DECLSPEC int orte_errmgr_base_migrate_update(int status);
8079

81-
/*
82-
* Interfaces for C/R related recovery
83-
*/
84-
ORTE_DECLSPEC int orte_errmgr_base_update_app_context_for_cr_recovery(orte_job_t *jobdata,
85-
orte_proc_t *proc,
86-
opal_list_t *local_snapshots);
87-
88-
ORTE_DECLSPEC int orte_errmgr_base_restart_job(orte_jobid_t jobid, char * global_handle, int seq_num);
89-
ORTE_DECLSPEC int orte_errmgr_base_migrate_job(orte_jobid_t jobid, orte_snapc_base_request_op_t *datum);
90-
9180
/* Interface to report process state to the notifier */
9281
ORTE_DECLSPEC void orte_errmgr_base_proc_state_notify(orte_proc_state_t state, orte_process_name_t *proc);
9382

0 commit comments

Comments
 (0)