Skip to content

Commit 4adaa71

Browse files
jsquyreshjelmn
authored andcommitted
m4: rename OMPI_SUMMARY_* macros to OPAL_SUMMARY_*
These macros should really be named OPAL_SUMMARY_*; they're used in all projects, and therefore should be in the lowest later project (OPAL). Signed-off-by: Jeff Squyres <[email protected]> (cherry picked from commit 6800ef9) Signed-off-by: Nathan Hjelm <[email protected]>
1 parent 592b97b commit 4adaa71

23 files changed

+35
-33
lines changed

config/ompi_check_mxm.m4

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ dnl Copyright (c) 2015 Research Organization for Information Science
55
dnl and Technology (RIST). All rights reserved.
66
dnl Copyright (c) 2016 Los Alamos National Security, LLC. All rights
77
dnl reserved.
8+
dnl Copyright (c) 2016 Cisco Systems, Inc. All rights reserved.
89
dnl $COPYRIGHT$
910
dnl
1011
dnl Additional copyrights may follow
@@ -78,7 +79,7 @@ AC_DEFUN([OMPI_CHECK_MXM],[
7879

7980
AS_IF([test "$ompi_mxm_version_ok" = "no"], [ompi_check_mxm_happy="no"])
8081

81-
OMPI_SUMMARY_ADD([[Transports]],[[Mellanox MXM]],[$1],[$ompi_check_mxm_happy])
82+
OPAL_SUMMARY_ADD([[Transports]],[[Mellanox MXM]],[$1],[$ompi_check_mxm_happy])
8283
fi
8384

8485
AS_IF([test "$ompi_check_mxm_happy" = "yes"],

config/ompi_check_psm.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ AC_DEFUN([OMPI_CHECK_PSM],[
7777
[AC_MSG_WARN([glob.h not found. Can not build component.])
7878
ompi_check_psm_happy="no"])])
7979

80-
OMPI_SUMMARY_ADD([[Transports]],[[Intel TrueScale (PSM)]],[$1],[$ompi_check_psm_happy])
80+
OPAL_SUMMARY_ADD([[Transports]],[[Intel TrueScale (PSM)]],[$1],[$ompi_check_psm_happy])
8181
fi
8282

8383
AS_IF([test "$ompi_check_psm_happy" = "yes"],

config/ompi_check_psm2.m4

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# Copyright (c) 2004-2006 The Regents of the University of California.
1212
# All rights reserved.
1313
# Copyright (c) 2006 QLogic Corp. All rights reserved.
14-
# Copyright (c) 2009 Cisco Systems, Inc. All rights reserved.
14+
# Copyright (c) 2009-2016 Cisco Systems, Inc. All rights reserved.
1515
# Copyright (c) 2014 Intel Corporation. All rights reserved.
1616
# Copyright (c) 2015 Research Organization for Information Science
1717
# and Technology (RIST). All rights reserved.
@@ -76,7 +76,7 @@ AC_DEFUN([OMPI_CHECK_PSM2],[
7676
[AC_MSG_WARN([glob.h not found. Can not build component.])
7777
ompi_check_psm2_happy="no"])])
7878

79-
OMPI_SUMMARY_ADD([[Transports]],[[Intel Omnipath (PSM2)]],[$1],[$ompi_check_psm2_happy])
79+
OPAL_SUMMARY_ADD([[Transports]],[[Intel Omnipath (PSM2)]],[$1],[$ompi_check_psm2_happy])
8080
fi
8181

8282
AS_IF([test "$ompi_check_psm2_happy" = "yes"],

config/ompi_check_ucx.m4

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
# and Technology (RIST). All rights reserved.
66
# Copyright (c) 2016 Los Alamos National Security, LLC. All rights
77
# reserved.
8+
# Copyright (c) 2016 Cisco Systems, Inc. All rights reserved.
89
# $COPYRIGHT$
910
#
1011
# Additional copyrights may follow
@@ -76,7 +77,7 @@ AC_DEFUN([OMPI_CHECK_UCX],[
7677

7778
AS_IF([test "$ompi_ucx_version_ok" = "no"], [ompi_check_ucx_happy="no"])
7879

79-
OMPI_SUMMARY_ADD([[Transports]],[[Open UCX]],[$1],[$ompi_check_ucx_happy])
80+
OPAL_SUMMARY_ADD([[Transports]],[[Open UCX]],[$1],[$ompi_check_ucx_happy])
8081
fi
8182

8283

config/opal_check_cma.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ AC_DEFUN([OPAL_CHECK_CMA],[
4141

4242
OPAL_VAR_SCOPE_POP
4343

44-
OMPI_SUMMARY_ADD([[Transports]],[[Shared memory/Linux CMA]],[$1],[$ompi_check_cma_happy])
44+
OPAL_SUMMARY_ADD([[Transports]],[[Shared memory/Linux CMA]],[$1],[$ompi_check_cma_happy])
4545
fi
4646

4747
AS_IF([test "$ompi_check_cma_happy" = "yes"], [$2], [$3])

config/opal_check_cuda.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ else
124124
CUDA_SUPPORT=0
125125
fi
126126

127-
OMPI_SUMMARY_ADD([[Miscellaneous]],[[CUDA support]],[opal_cuda], [$opal_check_cuda_happy])
127+
OPAL_SUMMARY_ADD([[Miscellaneous]],[[CUDA support]],[opal_cuda], [$opal_check_cuda_happy])
128128

129129
AM_CONDITIONAL([OPAL_cuda_support], [test "x$CUDA_SUPPORT" = "x1"])
130130
AC_DEFINE_UNQUOTED([OPAL_CUDA_SUPPORT],$CUDA_SUPPORT,

config/opal_check_knem.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ AC_DEFUN([OPAL_CHECK_KNEM],[
6161

6262
CPPFLAGS="$opal_check_knem_$1_save_CPPFLAGS"
6363

64-
OMPI_SUMMARY_ADD([[Transports]],[[Shared memory/Linux KNEM]],[$1],[$opal_check_knem_happy])
64+
OPAL_SUMMARY_ADD([[Transports]],[[Shared memory/Linux KNEM]],[$1],[$opal_check_knem_happy])
6565
OPAL_VAR_SCOPE_POP
6666
fi
6767

config/opal_check_libfabric.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ AC_DEFUN([OPAL_CHECK_LIBFABRIC],[
7171
LDFLAGS=$opal_check_libfabric_$1_save_LDFLAGS
7272
LIBS=$opal_check_libfabric_$1_save_LIBS
7373

74-
OMPI_SUMMARY_ADD([[Transports]],[[OpenFabrics Libfabric]],[$1],[$opal_check_libfabric_happy])
74+
OPAL_SUMMARY_ADD([[Transports]],[[OpenFabrics Libfabric]],[$1],[$opal_check_libfabric_happy])
7575

7676
OPAL_VAR_SCOPE_POP
7777
fi

config/opal_check_openfabrics.m4

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# University of Stuttgart. All rights reserved.
1111
# Copyright (c) 2004-2005 The Regents of the University of California.
1212
# All rights reserved.
13-
# Copyright (c) 2006-2015 Cisco Systems, Inc. All rights reserved.
13+
# Copyright (c) 2006-2016 Cisco Systems, Inc. All rights reserved.
1414
# Copyright (c) 2006-2016 Los Alamos National Security, LLC. All rights
1515
# reserved.
1616
# Copyright (c) 2006-2009 Mellanox Technologies. All rights reserved.
@@ -277,7 +277,7 @@ AC_DEFUN([OPAL_CHECK_OPENFABRICS],[
277277
LDFLAGS="$ompi_check_openib_$1_save_LDFLAGS"
278278
LIBS="$ompi_check_openib_$1_save_LIBS"
279279

280-
OMPI_SUMMARY_ADD([[Transports]],[[OpenFabrics Verbs]],[$1],[$opal_check_openib_happy])
280+
OPAL_SUMMARY_ADD([[Transports]],[[OpenFabrics Verbs]],[$1],[$opal_check_openib_happy])
281281

282282
OPAL_VAR_SCOPE_POP
283283
fi

config/opal_check_portals4.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ AC_DEFUN([OPAL_CHECK_PORTALS4],[
9494
AS_IF([test $max_md_size -ne 0 && test $max_va_size -ne 0],
9595
[AC_MSG_NOTICE([Portals 4 address space size: $max_md_size, $max_va_size])])
9696

97-
OMPI_SUMMARY_ADD([[Transports]],[[Portals4]],[$1],[$ompi_check_portals4_happy])
97+
OPAL_SUMMARY_ADD([[Transports]],[[Portals4]],[$1],[$ompi_check_portals4_happy])
9898
fi
9999

100100
AS_IF([test "$ompi_check_portals4_happy" = "yes"],

0 commit comments

Comments
 (0)