File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change 12
12
# This file builds the use_mpi_f08-based bindings for MPI extensions. It
13
13
# is optional in MPI extensions.
14
14
15
+ # Note that Automake's Fortran-buidling rules uses CPPFLAGS and
16
+ # AM_CPPFLAGS. This can cause weirdness (e.g.,
17
+ # https://github.com/open-mpi/ompi/issues/7253). Let's just zero
18
+ # those out and rely on AM_FCFLAGS.
19
+ CPPFLAGS =
20
+ AM_CPPFLAGS =
21
+
15
22
# We must set these #defines and include paths so that the inner OMPI
16
23
# MPI prototype header files do the Right Thing.
17
24
AM_FCFLAGS = $(OMPI_FC_MODULE_FLAG )$(top_builddir ) /ompi/mpi/fortran/use-mpi-f08/mod \
Original file line number Diff line number Diff line change 16
16
# This file builds the use_mpi_f08-based bindings for MPI extensions. It
17
17
# is optional in MPI extensions.
18
18
19
+ # Note that Automake's Fortran-buidling rules uses CPPFLAGS and
20
+ # AM_CPPFLAGS. This can cause weirdness (e.g.,
21
+ # https://github.com/open-mpi/ompi/issues/7253). Let's just zero
22
+ # those out and rely on AM_FCFLAGS.
23
+ CPPFLAGS =
24
+ AM_CPPFLAGS =
25
+
19
26
# We must set these #defines and include paths so that the inner OMPI
20
27
# MPI prototype header files do the Right Thing.
21
28
AM_FCFLAGS = $(OMPI_FC_MODULE_FLAG )$(top_builddir ) /ompi/mpi/fortran/use-mpi \
You can’t perform that action at this time.
0 commit comments