File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1
1
# !/usr/bin/env perl
2
2
#
3
3
# Copyright (c) 2021 IBM Corporation. All rights reserved.
4
+ # Copyright (c) 2021 Cisco Systems. All rights reserved.
4
5
#
5
6
# $COPYRIGHT$
6
7
#
216
217
# Argument separator
217
218
# We only care about counting arguments for the outermost
218
219
# function (e.g., AC_ARG_ENABLE), not the innermost
219
- # function (e.g., AC_HELP_STRING ) - which we take all of.
220
+ # function (e.g., AS_HELP_STRING ) - which we take all of.
220
221
# We know we are in the outermost because the '(' will be
221
222
# only thing on the stack.
222
223
elsif ( scalar (@the_stack ) == 1 && $char eq " ," ) {
Original file line number Diff line number Diff line change 11
11
# Copyright (c) 2004-2006 The Regents of the University of California.
12
12
# All rights reserved.
13
13
# Copyright (c) 2006 QLogic Corp. All rights reserved.
14
- # Copyright (c) 2009-2016 Cisco Systems, Inc. All rights reserved.
14
+ # Copyright (c) 2009-2021 Cisco Systems, Inc. All rights reserved.
15
15
# Copyright (c) 2016 Intel Corporation. All rights reserved.
16
16
# Copyright (c) 2015 Research Organization for Information Science
17
17
# and Technology (RIST). All rights reserved.
@@ -44,7 +44,7 @@ AC_DEFUN([OMPI_CHECK_PSM2],[
44
44
OPAL_CHECK_WITHDIR([psm2-libdir], [$with_psm2_libdir ], [libpsm2.* ])
45
45
46
46
AC_ARG_ENABLE([psm2-version-check],
47
- [AC_HELP_STRING ([--disable-psm2-version-check],
47
+ [AS_HELP_STRING ([--disable-psm2-version-check],
48
48
[Disable PSM2 version checking. Not recommended to disable. (default: enabled)])])
49
49
50
50
ompi_check_psm2_$1 _save_CPPFLAGS=" $CPPFLAGS "
Original file line number Diff line number Diff line change 1
1
dnl -* - shell-script -* -
2
2
dnl
3
3
dnl Copyright (c) 2021 Mellanox Technologies. All rights reserved.
4
- dnl Copyright (c) 2013 Cisco Systems, Inc. All rights reserved.
4
+ dnl Copyright (c) 2013-2021 Cisco Systems, Inc. All rights reserved.
5
5
dnl Copyright (c) 2015 Research Organization for Information Science
6
6
dnl and Technology (RIST). All rights reserved.
7
7
dnl $COPYRIGHT $
@@ -20,7 +20,7 @@ AC_DEFUN([OMPI_CHECK_UCC],[
20
20
OPAL_VAR_SCOPE_PUSH([ompi_check_ucc_dir ompi_check_ucc_libs ompi_check_ucc_happy CPPFLAGS_save LDFLAGS_save LIBS_save])
21
21
22
22
AC_ARG_WITH([ucc],
23
- [AC_HELP_STRING ([--with-ucc(=DIR)],
23
+ [AS_HELP_STRING ([--with-ucc(=DIR)],
24
24
[Build UCC (Unified Collective Communication)])])
25
25
26
26
AS_IF([test " $with_ucc " != " no" ],
You can’t perform that action at this time.
0 commit comments