1
1
openmpi/ompi/mpi
Jeff Squyres fbeebdb9a0 fortran: ensure not to use [AM_]CPPFLAGS
Automake's Fortran compilation rules inexplicably use CPPFLAGS and
AM_CPPFLAGS.  Unfortunately, this can cause problems in some cases
(e.g., picking up already-installed mpi.mod in a system-default
include search path).

So in relevant module-using Fortran compilation Makefile.am's, zero
out CPPFLAGS and AM_CPPFLAGS.

This has a side-effect of requiring that we compile the one .c file in
the F08 library in a new, separate subdirectory (with its own
Makefile.am that does _not_ have CPPFLAGS/AM_CPPFLAGS zeroed out).

Signed-off-by: Jeff Squyres <jsquyres@cisco.com>
Signed-off-by: Gilles Gouaillardet <gilles@rist.or.jp>
(cherry picked from commit ab398f4b9a)
2020-02-04 05:15:40 -08:00
..
c dims_create: fix calculation of factors for odd squares 2020-01-10 16:07:40 +01:00
cxx mpi: mark MPI_COMBINER_{HVECTOR,HINDEXED,STRUCT}_INTEGER removed 2019-05-01 10:50:57 +09:00
fortran fortran: ensure not to use [AM_]CPPFLAGS 2020-02-04 05:15:40 -08:00
java java: Fix javadoc build failure with OpenJDK 11 2018-10-09 21:48:10 +09:00
man/man3 Fix the man pages for some of the MPI_T_* functions. 2019-05-31 00:19:14 -04:00
tool mpi/finalized: revamp INITIALIZED/FINALIZED 2018-06-01 13:36:29 -07:00
help-mpi-api.txt fix info-subscribe to use snprintf() and warn on long key 2018-06-01 18:31:32 -04:00
Makefile.am Fix script abstraction break: mv make_manpage.pl to config 2018-09-22 15:11:06 -05:00