We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b248feb commit 16569c0Copy full SHA for 16569c0
ompi/mpi/fortran/use-mpi-f08/Makefile.am
@@ -519,6 +519,7 @@ lib@OMPI_LIBMPI_NAME@_usempif08_la_SOURCES = \
519
mpi-f08.F90
520
521
lib@OMPI_LIBMPI_NAME@_usempif08_la_FCFLAGS = \
522
+ $(AM_FCFLAGS) \
523
-DOMPI_BUILD_MPI_PROFILING=0
524
525
# These are generated; do not ship them
@@ -961,7 +962,9 @@ noinst_LTLIBRARIES = libmpi_usempif08_pmpi.la
961
962
nodist_libmpi_usempif08_pmpi_la_SOURCES = \
963
$(pmpi_api_files)
964
-nodist_libmpi_usempif08_pmpi_la_FCFLAGS = -DOMPI_BUILD_MPI_PROFILING=1
965
+nodist_libmpi_usempif08_pmpi_la_FCFLAGS = \
966
967
+ -DOMPI_BUILD_MPI_PROFILING=1
968
#
969
# Sym link in the real sources
970
0 commit comments