Skip to content

Commit

Permalink
add AM_FCFLAGS to file list specific
Browse files Browse the repository at this point in the history
FC flags

Signed-off-by: Howard Pritchard <howardp@lanl.gov>
  • Loading branch information
hppritcha authored and jtronge committed Dec 18, 2023
1 parent b248feb commit 16569c0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion ompi/mpi/fortran/use-mpi-f08/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -519,6 +519,7 @@ lib@OMPI_LIBMPI_NAME@_usempif08_la_SOURCES = \
mpi-f08.F90

lib@OMPI_LIBMPI_NAME@_usempif08_la_FCFLAGS = \
$(AM_FCFLAGS) \
-DOMPI_BUILD_MPI_PROFILING=0

# These are generated; do not ship them
Expand Down Expand Up @@ -961,7 +962,9 @@ noinst_LTLIBRARIES = libmpi_usempif08_pmpi.la
nodist_libmpi_usempif08_pmpi_la_SOURCES = \
$(pmpi_api_files)

nodist_libmpi_usempif08_pmpi_la_FCFLAGS = -DOMPI_BUILD_MPI_PROFILING=1
nodist_libmpi_usempif08_pmpi_la_FCFLAGS = \
$(AM_FCFLAGS) \
-DOMPI_BUILD_MPI_PROFILING=1
#
# Sym link in the real sources
#
Expand Down

0 comments on commit 16569c0

Please sign in to comment.