File tree Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change 2
2
# Copyright (c) 2011-2012 Cisco Systems, Inc. All rights reserved.
3
3
# Copyright (c) 2017 Research Organization for Information Science
4
4
# and Technology (RIST). All rights reserved.
5
+ # Copyright (c) 2022 IBM Corporation. All rights reserved.
5
6
# $COPYRIGHT$
6
7
#
7
8
# Additional copyrights may follow
8
9
#
9
10
# $HEADER$
10
11
#
11
12
13
+ # Note that Automake's Fortran-buidling rules uses CPPFLAGS and
14
+ # AM_CPPFLAGS. This can cause weirdness (e.g.,
15
+ # https://github.com/open-mpi/ompi/issues/7253 and
16
+ # https://github.com/open-mpi/ompi/issues/9716). Let's just zero
17
+ # those out and rely on AM_FCFLAGS.
18
+ CPPFLAGS =
19
+ AM_CPPFLAGS =
20
+
12
21
# This file builds the use_mpi_f08-based bindings for MPI extensions. It
13
22
# is optional in MPI extensions.
14
23
Original file line number Diff line number Diff line change 6
6
# Copyright (c) 2018 The University of Tennessee and The University
7
7
# of Tennessee Research Foundation. All rights
8
8
# reserved.
9
+ # Copyright (c) 2022 IBM Corporation. All rights reserved.
9
10
# $COPYRIGHT$
10
11
#
11
12
# Additional copyrights may follow
12
13
#
13
14
# $HEADER$
14
15
#
15
16
17
+ # Note that Automake's Fortran-buidling rules uses CPPFLAGS and
18
+ # AM_CPPFLAGS. This can cause weirdness (e.g.,
19
+ # https://github.com/open-mpi/ompi/issues/7253 and
20
+ # https://github.com/open-mpi/ompi/issues/9716). Let's just zero
21
+ # those out and rely on AM_FCFLAGS.
22
+ CPPFLAGS =
23
+ AM_CPPFLAGS =
24
+
16
25
# This file builds the use_mpi_f08-based bindings for MPI extensions. It
17
26
# is optional in MPI extensions.
18
27
You can’t perform that action at this time.
0 commit comments