Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
west-public
West
Commits
33aa9646
Commit
33aa9646
authored
Jul 30, 2019
by
Marco Govoni
Browse files
Moving F90 in local Makefile of the library
parent
377f1f55
Changes
2
Hide whitespace changes
Inline
Side-by-side
Libraries/Forpy/Makefile
View file @
33aa9646
...
...
@@ -2,6 +2,11 @@
include
../../../make.inc
.SUFFIXES
:
.o .c .f .f90 .F90
.F90.o
:
$(MPIF90)
$(F90FLAGS)
-c
$<
# location of needed modules
MODFLAGS
=
$(MOD_FLAG)
.
IFLAGS
=
...
...
Tools/Makefile
View file @
33aa9646
...
...
@@ -2,11 +2,6 @@
include
../../make.inc
.SUFFIXES
:
.o .c .f .f90 .F90
.F90.o
:
$(MPIF90)
$(F90FLAGS)
-c
$<
# location of needed modules
MODFLAGS
=
$(MOD_FLAG)
../../iotk/src
$(MOD_FLAG)
../../Modules
$(MOD_FLAG)
../../LAXlib
\
$(MOD_FLAG)
../../FFTXlib
$(MOD_FLAG)
../../PW/src
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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