Skip to content

Commit 543b5fc

Browse files
Update ompi_check_psm2.m4
Updated Intel to Cornelis (except copyright). Added copyright information for Cornelis Networks. Signed-off-by: LisaSchupp <[email protected]>
1 parent 12589c8 commit 543b5fc

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

config/ompi_check_psm2.m4

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
# and Technology (RIST). All rights reserved.
1818
# Copyright (c) 2016 Los Alamos National Security, LLC. All rights
1919
# reserved.
20-
# Copyright (c) 2021 Triad National Security, LLC. All rights
20+
# Copyright (c) 2020 Cornelis Network, Inc. All rights reserved.
21+
# Copyright (c) 2021 Triad National Security, LLC. All rights
2122
# reserved.
2223
# Copyright (c) 2022 Amazon.com, Inc. or its affiliates. All Rights reserved.
2324
# $COPYRIGHT$
@@ -37,10 +38,10 @@ AC_DEFUN([OMPI_CHECK_PSM2],[
3738

3839
AC_ARG_WITH([psm2],
3940
[AS_HELP_STRING([--with-psm2(=DIR)],
40-
[Build PSM2 (Intel PSM2) support, optionally adding DIR/include, DIR/lib, and DIR/lib64 to the search path for headers and libraries])])
41+
[Build PSM2 (Cornelis PSM2) support, optionally adding DIR/include, DIR/lib, and DIR/lib64 to the search path for headers and libraries])])
4142
AC_ARG_WITH([psm2-libdir],
4243
[AS_HELP_STRING([--with-psm2-libdir=DIR],
43-
[Search for PSM (Intel PSM2) libraries in DIR])])
44+
[Search for PSM (Cornelis PSM2) libraries in DIR])])
4445

4546
AC_ARG_ENABLE([psm2-version-check],
4647
[AS_HELP_STRING([--disable-psm2-version-check],
@@ -81,7 +82,7 @@ AC_DEFUN([OMPI_CHECK_PSM2],[
8182

8283
CPPFLAGS="${opal_psm2_CPPFLAGS_save}"
8384

84-
OPAL_SUMMARY_ADD([Transports], [Intel Omnipath (PSM2)], [], [${$1_SUMMARY}])
85+
OPAL_SUMMARY_ADD([Transports], [Cornelis Omnipath (PSM2)], [], [${$1_SUMMARY}])
8586

8687
AS_IF([test "$ompi_check_psm2_happy" = "yes"],
8788
[$2],

0 commit comments

Comments
 (0)