From 45e2771162f0ff8a61ff51ea12ab16dc522973ec Mon Sep 17 00:00:00 2001 From: Howard Pritchard Date: Thu, 13 Jul 2017 11:06:49 -0600 Subject: [PATCH] configure: remove CR/FT related options As part of the process for addressing removal of CR/FT related code from master (and hence from the 3.0.0 release), it was agreed at the OMPI devel F2F on 7/13/17 that we'd break this in to two pieces: 1) remove the configure arguments (fewer changes) 2) remove all the CR/FT code, etc. in a subsequent bigger commit that may not make it in to 3.0.0 in time. By doing 1), the available configure options would not change in a subsequent 3.0.x release if we end up not being able to do 2) before 3.0.0 is released. Signed-off-by: Howard Pritchard --- configure.ac | 2 +- opal/mca/crs/blcr/.opal_ignore | 0 opal/mca/crs/criu/.opal_ignore | 0 opal/mca/crs/dmtcp/.opal_ignore | 0 4 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 opal/mca/crs/blcr/.opal_ignore create mode 100644 opal/mca/crs/criu/.opal_ignore create mode 100644 opal/mca/crs/dmtcp/.opal_ignore diff --git a/configure.ac b/configure.ac index 7ce73aa301..78a6e974a9 100644 --- a/configure.ac +++ b/configure.ac @@ -1077,7 +1077,7 @@ AC_CACHE_SAVE # visible again # ########################################################### -OPAL_SETUP_FT_OPTIONS +dnl OPAL_SETUP_FT_OPTIONS ########################################################### # The following line is always required as it contains the # AC_DEFINE and AM_CONDITIONAL calls that set variables used diff --git a/opal/mca/crs/blcr/.opal_ignore b/opal/mca/crs/blcr/.opal_ignore new file mode 100644 index 0000000000..e69de29bb2 diff --git a/opal/mca/crs/criu/.opal_ignore b/opal/mca/crs/criu/.opal_ignore new file mode 100644 index 0000000000..e69de29bb2 diff --git a/opal/mca/crs/dmtcp/.opal_ignore b/opal/mca/crs/dmtcp/.opal_ignore new file mode 100644 index 0000000000..e69de29bb2