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
2020
2121AM_FCFLAGS = -I$(top_builddir ) /ompi/include -I$(top_srcdir ) /ompi/include \
2222 $(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 \
2424 -I$(top_srcdir ) $(FCFLAGS_f90 )
2525
2626flibs =
Original file line number Diff line number Diff line change 1414
1515# We must set these #defines and include paths so that the inner OMPI
1616# 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 \
1818 -I$(top_srcdir ) $(FCFLAGS_f90 )
1919
2020# Note that the mpi_f08-based bindings are optional -- they can only
You can’t perform that action at this time.
0 commit comments