Skip to content
This repository was archived by the owner on Sep 30, 2022. It is now read-only.

Commit 60a94cc

Browse files
committed
configury: remove OPAL_SETUP_FT_* invokation
This is a one off commit that finalizes #714
1 parent 595d45e commit 60a94cc

File tree

1 file changed

+1
-25
lines changed

1 file changed

+1
-25
lines changed

configure.ac

Lines changed: 1 addition & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
# Copyright (c) 2013 Mellanox Technologies, Inc.
2121
# All rights reserved.
2222
# Copyright (c) 2013-2014 Intel, Inc. All rights reserved.
23-
# Copyright (c) 2014-2015 Research Organization for Information Science
23+
# Copyright (c) 2014-2016 Research Organization for Information Science
2424
# and Technology (RIST). All rights reserved.
2525
# $COPYRIGHT$
2626
#
@@ -1068,30 +1068,6 @@ AC_INCLUDES_DEFAULT
10681068
# checkpoint results
10691069
AC_CACHE_SAVE
10701070

1071-
###########################################################
1072-
# Fault Tolerance
1073-
#
1074-
# The FT code in the OMPI trunk is currently broken. We don't
1075-
# have an active maintainer for it at this time, and it isn't
1076-
# clear if/when we will return to it. We have therefore removed
1077-
# the configure options supporting it until such time as it
1078-
# can be fixed.
1079-
#
1080-
# However, we recognize that there are researchers who use this
1081-
# option on their independent branches. In such cases, simply
1082-
# uncomment the line below to render the FT configure options
1083-
# visible again
1084-
#
1085-
###########################################################
1086-
OPAL_SETUP_FT_OPTIONS
1087-
###########################################################
1088-
# The following line is always required as it contains the
1089-
# AC_DEFINE and AM_CONDITIONAL calls that set variables used
1090-
# throughout the build system. If the above line is commented
1091-
# out, then those variables will be set to "off". Otherwise,
1092-
# they are controlled by the options
1093-
OPAL_SETUP_FT
1094-
10951071
##################################
10961072
# MCA
10971073
##################################

0 commit comments

Comments
 (0)