|
16 | 16 | * Copyright (c) 2015 Intel, Inc. All rights reserved
|
17 | 17 | * Copyright (c) 2018 Amazon.com, Inc. or its affiliates. All Rights reserved.
|
18 | 18 | * Copyright (c) 2018 FUJITSU LIMITED. All rights reserved.
|
19 |
| - * Copyright (c) 2019 Triad National Security, LLC. All rights reserved. |
20 | 19 | * $COPYRIGHT$
|
21 | 20 | *
|
22 | 21 | * Additional copyrights may follow
|
@@ -135,7 +134,6 @@ void ompi_info_do_config(bool want_all)
|
135 | 134 | char *crdebug_support;
|
136 | 135 | char *topology_support;
|
137 | 136 | char *ipv6_support;
|
138 |
| - char *mpi1_compat_support; |
139 | 137 |
|
140 | 138 | /* Do a little preprocessor trickery here to figure opal_info_out the
|
141 | 139 | * tri-state of MPI_PARAM_CHECK (which will be either 0, 1, or
|
@@ -289,10 +287,6 @@ void ompi_info_do_config(bool want_all)
|
289 | 287 | symbol_visibility = OPAL_C_HAVE_VISIBILITY ? "yes" : "no";
|
290 | 288 | topology_support = "yes";
|
291 | 289 | ipv6_support = OPAL_ENABLE_IPV6 ? "yes" : "no";
|
292 |
| - /* |
293 |
| - * hardwire to no since we don't have MPI1 compat post v4.0.x |
294 |
| - */ |
295 |
| - mpi1_compat_support = "no"; |
296 | 290 |
|
297 | 291 | /* setup strings that require allocation */
|
298 | 292 | if (OMPI_BUILD_FORTRAN_BINDINGS >= OMPI_FORTRAN_MPIFH_BINDINGS) {
|
@@ -675,8 +669,6 @@ void ompi_info_do_config(bool want_all)
|
675 | 669 | opal_info_out("Host topology support", "options:host-topology",
|
676 | 670 | topology_support);
|
677 | 671 | opal_info_out("IPv6 support", "options:ipv6", ipv6_support);
|
678 |
| - opal_info_out("MPI1 compatibility", "options:mpi1-compatibility", |
679 |
| - mpi1_compat_support); |
680 | 672 |
|
681 | 673 | opal_info_out("MPI extensions", "options:mpi_ext", OMPI_MPIEXT_COMPONENTS);
|
682 | 674 |
|
|
0 commit comments