diff --git a/config/ompi_check_mxm.m4 b/config/ompi_check_mxm.m4 index 5cfe1e44cb..a0d98c1e50 100644 --- a/config/ompi_check_mxm.m4 +++ b/config/ompi_check_mxm.m4 @@ -5,6 +5,7 @@ dnl Copyright (c) 2015 Research Organization for Information Science dnl and Technology (RIST). All rights reserved. dnl Copyright (c) 2016 Los Alamos National Security, LLC. All rights dnl reserved. +dnl Copyright (c) 2016 Cisco Systems, Inc. All rights reserved. dnl $COPYRIGHT$ dnl dnl Additional copyrights may follow @@ -78,7 +79,7 @@ AC_DEFUN([OMPI_CHECK_MXM],[ AS_IF([test "$ompi_mxm_version_ok" = "no"], [ompi_check_mxm_happy="no"]) - OMPI_SUMMARY_ADD([[Transports]],[[Mellanox MXM]],[$1],[$ompi_check_mxm_happy]) + OPAL_SUMMARY_ADD([[Transports]],[[Mellanox MXM]],[$1],[$ompi_check_mxm_happy]) fi AS_IF([test "$ompi_check_mxm_happy" = "yes"], diff --git a/config/ompi_check_psm.m4 b/config/ompi_check_psm.m4 index 4333ed7b9d..cd67c8c63e 100644 --- a/config/ompi_check_psm.m4 +++ b/config/ompi_check_psm.m4 @@ -68,7 +68,7 @@ AC_DEFUN([OMPI_CHECK_PSM],[ [AC_MSG_WARN([PSM driver does not currently support progress threads. Disabling BTL.]) ompi_check_psm_happy="no"]) - OMPI_SUMMARY_ADD([[Transports]],[[Intel TrueScale (PSM)]],[$1],[$ompi_check_psm_happy]) + OPAL_SUMMARY_ADD([[Transports]],[[Intel TrueScale (PSM)]],[$1],[$ompi_check_psm_happy]) fi AS_IF([test "$ompi_check_psm_happy" = "yes"], diff --git a/config/ompi_check_psm2.m4 b/config/ompi_check_psm2.m4 index 9d5b221458..31b008c240 100644 --- a/config/ompi_check_psm2.m4 +++ b/config/ompi_check_psm2.m4 @@ -11,7 +11,7 @@ # Copyright (c) 2004-2006 The Regents of the University of California. # All rights reserved. # Copyright (c) 2006 QLogic Corp. All rights reserved. -# Copyright (c) 2009 Cisco Systems, Inc. All rights reserved. +# Copyright (c) 2009-2016 Cisco Systems, Inc. All rights reserved. # Copyright (c) 2014 Intel Corporation. All rights reserved. # Copyright (c) 2015 Research Organization for Information Science # and Technology (RIST). All rights reserved. @@ -69,7 +69,7 @@ AC_DEFUN([OMPI_CHECK_PSM2],[ [AC_MSG_WARN([PSM2 driver does not currently support progress threads. Disabling MTL.]) ompi_check_psm2_happy="no"]) - OMPI_SUMMARY_ADD([[Transports]],[[Intel Omnipath (PSM2)]],[$1],[$ompi_check_psm2_happy]) + OPAL_SUMMARY_ADD([[Transports]],[[Intel Omnipath (PSM2)]],[$1],[$ompi_check_psm2_happy]) fi AS_IF([test "$ompi_check_psm2_happy" = "yes"], diff --git a/config/ompi_check_ucx.m4 b/config/ompi_check_ucx.m4 index 3b1247174c..93aceebca3 100644 --- a/config/ompi_check_ucx.m4 +++ b/config/ompi_check_ucx.m4 @@ -5,6 +5,7 @@ # and Technology (RIST). All rights reserved. # Copyright (c) 2016 Los Alamos National Security, LLC. All rights # reserved. +# Copyright (c) 2016 Cisco Systems, Inc. All rights reserved. # $COPYRIGHT$ # # Additional copyrights may follow @@ -76,7 +77,7 @@ AC_DEFUN([OMPI_CHECK_UCX],[ AS_IF([test "$ompi_ucx_version_ok" = "no"], [ompi_check_ucx_happy="no"]) - OMPI_SUMMARY_ADD([[Transports]],[[Open UCX]],[$1],[$ompi_check_ucx_happy]) + OPAL_SUMMARY_ADD([[Transports]],[[Open UCX]],[$1],[$ompi_check_ucx_happy]) fi diff --git a/config/opal_check_cma.m4 b/config/opal_check_cma.m4 index bd99b55eda..8309d8b36d 100644 --- a/config/opal_check_cma.m4 +++ b/config/opal_check_cma.m4 @@ -41,7 +41,7 @@ AC_DEFUN([OPAL_CHECK_CMA],[ OPAL_VAR_SCOPE_POP - OMPI_SUMMARY_ADD([[Transports]],[[Shared memory/Linux CMA]],[$1],[$ompi_check_cma_happy]) + OPAL_SUMMARY_ADD([[Transports]],[[Shared memory/Linux CMA]],[$1],[$ompi_check_cma_happy]) fi AS_IF([test "$ompi_check_cma_happy" = "yes"], [$2], [$3]) diff --git a/config/opal_check_cuda.m4 b/config/opal_check_cuda.m4 index 6e2da3a7d7..fd7816e3ea 100644 --- a/config/opal_check_cuda.m4 +++ b/config/opal_check_cuda.m4 @@ -124,7 +124,7 @@ else CUDA_SUPPORT=0 fi -OMPI_SUMMARY_ADD([[Miscellaneous]],[[CUDA support]],[opal_cuda], [$opal_check_cuda_happy]) +OPAL_SUMMARY_ADD([[Miscellaneous]],[[CUDA support]],[opal_cuda], [$opal_check_cuda_happy]) AM_CONDITIONAL([OPAL_cuda_support], [test "x$CUDA_SUPPORT" = "x1"]) AC_DEFINE_UNQUOTED([OPAL_CUDA_SUPPORT],$CUDA_SUPPORT, diff --git a/config/opal_check_knem.m4 b/config/opal_check_knem.m4 index e1210784ba..2e999f1fd4 100644 --- a/config/opal_check_knem.m4 +++ b/config/opal_check_knem.m4 @@ -61,7 +61,7 @@ AC_DEFUN([OPAL_CHECK_KNEM],[ CPPFLAGS="$opal_check_knem_$1_save_CPPFLAGS" - OMPI_SUMMARY_ADD([[Transports]],[[Shared memory/Linux KNEM]],[$1],[$opal_check_knem_happy]) + OPAL_SUMMARY_ADD([[Transports]],[[Shared memory/Linux KNEM]],[$1],[$opal_check_knem_happy]) OPAL_VAR_SCOPE_POP fi diff --git a/config/opal_check_libfabric.m4 b/config/opal_check_libfabric.m4 index 3678404ea8..142c7c6100 100644 --- a/config/opal_check_libfabric.m4 +++ b/config/opal_check_libfabric.m4 @@ -71,7 +71,7 @@ AC_DEFUN([OPAL_CHECK_LIBFABRIC],[ LDFLAGS=$opal_check_libfabric_$1_save_LDFLAGS LIBS=$opal_check_libfabric_$1_save_LIBS - OMPI_SUMMARY_ADD([[Transports]],[[OpenFabrics Libfabric]],[$1],[$opal_check_libfabric_happy]) + OPAL_SUMMARY_ADD([[Transports]],[[OpenFabrics Libfabric]],[$1],[$opal_check_libfabric_happy]) OPAL_VAR_SCOPE_POP fi diff --git a/config/opal_check_openfabrics.m4 b/config/opal_check_openfabrics.m4 index fef3d7ed0d..5719df5ac6 100644 --- a/config/opal_check_openfabrics.m4 +++ b/config/opal_check_openfabrics.m4 @@ -10,7 +10,7 @@ # University of Stuttgart. All rights reserved. # Copyright (c) 2004-2005 The Regents of the University of California. # All rights reserved. -# Copyright (c) 2006-2015 Cisco Systems, Inc. All rights reserved. +# Copyright (c) 2006-2016 Cisco Systems, Inc. All rights reserved. # Copyright (c) 2006-2016 Los Alamos National Security, LLC. All rights # reserved. # Copyright (c) 2006-2009 Mellanox Technologies. All rights reserved. @@ -277,7 +277,7 @@ AC_DEFUN([OPAL_CHECK_OPENFABRICS],[ LDFLAGS="$ompi_check_openib_$1_save_LDFLAGS" LIBS="$ompi_check_openib_$1_save_LIBS" - OMPI_SUMMARY_ADD([[Transports]],[[OpenFabrics Verbs]],[$1],[$opal_check_openib_happy]) + OPAL_SUMMARY_ADD([[Transports]],[[OpenFabrics Verbs]],[$1],[$opal_check_openib_happy]) OPAL_VAR_SCOPE_POP fi diff --git a/config/opal_check_portals4.m4 b/config/opal_check_portals4.m4 index 1e3e0a207a..086bb3f665 100644 --- a/config/opal_check_portals4.m4 +++ b/config/opal_check_portals4.m4 @@ -94,7 +94,7 @@ AC_DEFUN([OPAL_CHECK_PORTALS4],[ AS_IF([test $max_md_size -ne 0 && test $max_va_size -ne 0], [AC_MSG_NOTICE([Portals 4 address space size: $max_md_size, $max_va_size])]) - OMPI_SUMMARY_ADD([[Transports]],[[Portals4]],[$1],[$ompi_check_portals4_happy]) + OPAL_SUMMARY_ADD([[Transports]],[[Portals4]],[$1],[$ompi_check_portals4_happy]) fi AS_IF([test "$ompi_check_portals4_happy" = "yes"], diff --git a/config/opal_check_ugni.m4 b/config/opal_check_ugni.m4 index 12d0613fd7..6ae8bc25d6 100644 --- a/config/opal_check_ugni.m4 +++ b/config/opal_check_ugni.m4 @@ -11,7 +11,7 @@ dnl University of Stuttgart. All rights reserved. dnl Copyright (c) 2004-2006 The Regents of the University of California. dnl All rights reserved. dnl Copyright (c) 2006 QLogic Corp. All rights reserved. -dnl Copyright (c) 2009 Cisco Systems, Inc. All rights reserved. +dnl Copyright (c) 2009-2016 Cisco Systems, Inc. All rights reserved. dnl Copyright (c) 2011-2016 Los Alamos National Security, LLC. All rights dnl reserved. dnl Copyright (c) 2014 Intel, Inc. All rights reserved @@ -68,7 +68,7 @@ AC_DEFUN([OPAL_CHECK_UGNI], [ [AC_MSG_WARN([GNI driver does not currently support progress threads. Disabling.]) opal_check_ugni_happy="no"]) - OMPI_SUMMARY_ADD([[Transports]],[[Cray uGNI (Gemini/Aries)]],[$1],[$opal_check_ugni_happy]) + OPAL_SUMMARY_ADD([[Transports]],[[Cray uGNI (Gemini/Aries)]],[$1],[$opal_check_ugni_happy]) fi AS_IF([test "$opal_check_ugni_happy" = "yes"], diff --git a/config/opal_check_xpmem.m4 b/config/opal_check_xpmem.m4 index 829f7209f8..ee1fd42027 100644 --- a/config/opal_check_xpmem.m4 +++ b/config/opal_check_xpmem.m4 @@ -101,7 +101,7 @@ AC_DEFUN([OPAL_CHECK_XPMEM], [ fi fi - OMPI_SUMMARY_ADD([[Transports]],[[Shared memory/XPMEM]],[$1],[$opal_check_cray_xpmem_happy]) + OPAL_SUMMARY_ADD([[Transports]],[[Shared memory/XPMEM]],[$1],[$opal_check_cray_xpmem_happy]) fi AS_IF([test "$opal_check_xpmem_happy" = "yes"], [ diff --git a/config/opal_summary.m4 b/config/opal_summary.m4 index 5955a62c12..40ae015aa9 100644 --- a/config/opal_summary.m4 +++ b/config/opal_summary.m4 @@ -9,7 +9,7 @@ dnl Additional copyrights may follow dnl dnl $HEADER$ dnl -AC_DEFUN([OMPI_SUMMARY_ADD],[ +AC_DEFUN([OPAL_SUMMARY_ADD],[ OPAL_VAR_SCOPE_PUSH([ompi_summary_section ompi_summary_line ompi_summary_section_current]) dnl need to replace spaces in the section name with somethis else. _ seems like a reasonable @@ -32,7 +32,7 @@ AC_DEFUN([OMPI_SUMMARY_ADD],[ OPAL_VAR_SCOPE_POP ]) -AC_DEFUN([OMPI_SUMMARY_PRINT],[ +AC_DEFUN([OPAL_SUMMARY_PRINT],[ OPAL_VAR_SCOPE_PUSH([ompi_summary_section ompi_summary_section_name]) cat < #endif ]) - OMPI_SUMMARY_ADD([[Transports]],[[TCP]],[[btl_tcp]],[$opal_btl_tcp_happy]) + OPAL_SUMMARY_ADD([[Transports]],[[TCP]],[[btl_tcp]],[$opal_btl_tcp_happy]) ])dnl diff --git a/opal/mca/btl/vader/configure.m4 b/opal/mca/btl/vader/configure.m4 index 578b9fc986..328d8f3094 100644 --- a/opal/mca/btl/vader/configure.m4 +++ b/opal/mca/btl/vader/configure.m4 @@ -43,7 +43,7 @@ AC_DEFUN([MCA_opal_btl_vader_CONFIG],[ # always happy [$1] - OMPI_SUMMARY_ADD([[Transports]],[[Shared memory/copy in+copy out]],[$1],[yes]) + OPAL_SUMMARY_ADD([[Transports]],[[Shared memory/copy in+copy out]],[$1],[yes]) # substitute in the things needed to build with XPMEM support AC_SUBST([btl_vader_CFLAGS]) diff --git a/orte/mca/plm/rsh/configure.m4 b/orte/mca/plm/rsh/configure.m4 index 6c9bd98055..246dde9731 100644 --- a/orte/mca/plm/rsh/configure.m4 +++ b/orte/mca/plm/rsh/configure.m4 @@ -27,6 +27,6 @@ AC_DEFUN([MCA_orte_plm_rsh_CONFIG],[ AC_CHECK_FUNC([fork], [plm_rsh_happy="yes"], [plm_rsh_happy="no"]) - OMPI_SUMMARY_ADD([[Resource Managers]],[[ssh/rsh]],[$1],[$plm_rsh_happy]) + OPAL_SUMMARY_ADD([[Resource Managers]],[[ssh/rsh]],[$1],[$plm_rsh_happy]) AS_IF([test "$plm_rsh_happy" = "yes"], [$1], [$2]) ])dnl