File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
mpiext/example/use-mpi-f08 Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ if OMPI_BUILD_FORTRAN_USEMPI_OR_USEMPIF08_EXT
20
20
21
21
AM_FCFLAGS = -I$(top_builddir ) /ompi/include -I$(top_srcdir ) /ompi/include \
22
22
$(OMPI_FC_MODULE_FLAG )$(top_builddir ) /ompi/mpi/fortran/base \
23
- $(OMPI_FC_MODULE_FLAG )$(top_builddir ) /ompi/$( OMPI_FORTRAN_USEMPIF08_MOD ) \
23
+ $(OMPI_FC_MODULE_FLAG )$(top_builddir ) /ompi/mpi/fortran/use-mpi-f08/mod \
24
24
-I$(top_srcdir ) $(FCFLAGS_f90 )
25
25
26
26
flibs =
Original file line number Diff line number Diff line change 14
14
15
15
# We must set these #defines and include paths so that the inner OMPI
16
16
# MPI prototype header files do the Right Thing.
17
- AM_FCFLAGS = $(OMPI_FC_MODULE_FLAG )$(top_builddir ) /ompi/$( OMPI_FORTRAN_USEMPIF08_MOD ) \
17
+ AM_FCFLAGS = $(OMPI_FC_MODULE_FLAG )$(top_builddir ) /ompi/mpi/fortran/use-mpi-f08/mod \
18
18
-I$(top_srcdir ) $(FCFLAGS_f90 )
19
19
20
20
# Note that the mpi_f08-based bindings are optional -- they can only
You can’t perform that action at this time.
0 commit comments