Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Lorenz Huedepohl
ftimings
Commits
8f65ba40
Commit
8f65ba40
authored
Jun 01, 2015
by
Lorenz Huedepohl
Browse files
Use fdep for proper Fortran module dependencies
This should enable parallel compilation
parent
742b65c0
Pipeline
#4
skipped
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Makefile.am
View file @
8f65ba40
...
...
@@ -116,3 +116,6 @@ install-exec-hook:
# install .mod files (or whatever your compiler calls them) in $(includedir)
install-data-hook
:
cp
modules/
*
$(DESTDIR)$(ftimings_includedir)
/
# use fdep
@FORTRAN_MODULE_DEPS@
configure.ac
View file @
8f65ba40
...
...
@@ -10,6 +10,9 @@ AM_INIT_AUTOMAKE([foreign -Wall -Werror])
AM_SILENT_RULES([yes])
m4_ifdef([AM_PROG_AR], [AM_PROG_AR])
m4_include([fdep/fortran_dependencies.m4])
FDEP_F90_GNU_MAKE_DEPS
AC_PROG_EGREP
AC_LANG([Fortran])
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment