Skip to content
Snippets Groups Projects
Commit c33ad9e7 authored by Sergey Kosukhin's avatar Sergey Kosukhin Committed by Thomas Jahns
Browse files

Ignore module 'mpi' when generating Fortran dependencies.

parent b5496d11
No related branches found
No related tags found
No related merge requests found
......@@ -352,7 +352,8 @@ uninstall-local:
done | grep '\.f90$$' ` ; \
FC="$(FC)" FPP="$(FPP)" \
$(PERL) -I$(top_srcdir)/scripts \
$(top_srcdir)/scripts/makef90depends --ignore-module iso_c_binding \
$(top_srcdir)/scripts/makef90depends \
--ignore-module=iso_c_binding --ignore-module=mpi \
--fc-mod-flag=$(FC_MOD_FLAG) --fc-def-opt=$(FPP_DEFOPT) \
--fc-inc-flag=$(FPP_INCOPT) --fc-mod-suf='.$(FCMODEXT)' \
--fc-mod-case=$(FCMODCASE) --prog-fpp='$(FPP)' \
......
......@@ -310,7 +310,8 @@ EXTRA_DIST = core
-e 's/\.lo$$/\.f90$$/;s/$$/=/;G;s/\n//' ; done` ; \
FC="$(FC)" FPP="$(FPP)" \
$(PERL) -I$(top_srcdir)/scripts \
$(top_srcdir)/scripts/makef90depends --ignore-module iso_c_binding \
$(top_srcdir)/scripts/makef90depends \
--ignore-module=iso_c_binding --ignore-module=mpi \
--fc-mod-flag=$(FC_MOD_FLAG) --fc-def-opt=$(FPP_DEFOPT) \
--fc-inc-flag=$(FPP_INCOPT) --fc-mod-suf='.$(FCMODEXT)' \
--fc-mod-case=$(FCMODCASE) --prog-fpp='$(FPP)' \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment