Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
EELS2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Karl-Michael Schindler
EELS2
Commits
8c15cc8e
Commit
8c15cc8e
authored
2 years ago
by
kamischi
Browse files
Options
Downloads
Patches
Plain Diff
Makefile fix
Create coverage, fix and cleanup
parent
fa020124
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
source/f90/Makefile
+39
-4
39 additions, 4 deletions
source/f90/Makefile
source/f90/calltree.txt
+1
-1
1 addition, 1 deletion
source/f90/calltree.txt
with
40 additions
and
5 deletions
source/f90/Makefile
+
39
−
4
View file @
8c15cc8e
...
@@ -4,7 +4,6 @@
...
@@ -4,7 +4,6 @@
FC
=
gfortran
FC
=
gfortran
# fortran compiler options
# fortran compiler options
# FFLAGS = -O3 -ff2c -gw
FFLAGS
=
-g
-gdwarf-2
-fbounds-check
-fcheck
=
all
--coverage
FFLAGS
=
-g
-gdwarf-2
-fbounds-check
-fcheck
=
all
--coverage
# gfortran version 4.8 does not know -fdiagnostics-color
# gfortran version 4.8 does not know -fdiagnostics-color
# safeguard for major version >= 5
# safeguard for major version >= 5
...
@@ -44,14 +43,50 @@ eels: eels.f90 change_working_dir.o $(eelssubs) $(eelsmods)
...
@@ -44,14 +43,50 @@ eels: eels.f90 change_working_dir.o $(eelssubs) $(eelsmods)
eels-boson
:
eels-boson.f90 change_working_dir.o $(eelssubs) $(eelsmods) $(bosonsubs) $(bosonmods)
eels-boson
:
eels-boson.f90 change_working_dir.o $(eelssubs) $(eelsmods) $(bosonsubs) $(bosonmods)
$(
FC
)
$(
FFLAGS
)
-o
eels-boson eels-boson.f90 change_working_dir.o
$(
eelssubs
)
$(
bosonsubs
)
$(
FC
)
$(
FFLAGS
)
-o
eels-boson eels-boson.f90 change_working_dir.o
$(
eelssubs
)
$(
bosonsubs
)
coverage
:
boson eels eels-boson
./eelsf90
./bosonf90
./eels-boson
gcov change_working_dir
gcov
bosonf90-boson
gcov
doboson
gcov
sicot
gcov
sintr
gcov
rcffi
gcov
respon
gcov
eelsf90-eels
gcov
doeels
gcov
fint1
gcov
fint2
gcov
fint3
gcov
fun
gcov
o1
gcov
o2
gcov
phint
gcov
qrat
gcov
quanc8
gcov
queels
gcov
seteps
gcov
surlos
gcov
usurlo
gcov
eels-boson-eels-boson
clean
:
clean
:
rm
-f
*
.o
rm
-f
*
.o
rm
-rf
*
.dSYM
rm
-rf
*
.dSYM
rm
-rf
*
.mod
rm
-f
*
.mod
rm
-rf
*
.so
rm
-f
*
.so
rm
-f
*
.gcno
rm
-f
*
.gcda
rm
-f
*
.gcov
rm
-f
eelsou bosou
rm
-f
bosonf90 bosonf90.exe
rm
-f
bosonf90 bosonf90.exe
rm
-f
eelsf90 eelsf90.exe
rm
-f
eelsf90 eelsf90.exe
rm
-f
eels-boson eels-boson.exe
rm
-f
eels-boson eels-boson.exe
.PHONY
:
all clean
.PHONY
:
all clean
coverage
This diff is collapsed.
Click to expand it.
source/f90/calltree.txt
+
1
−
1
View file @
8c15cc8e
...
@@ -13,7 +13,7 @@ EELS
...
@@ -13,7 +13,7 @@ EELS
surlos
surlos
phint
phint
seteps
seteps
extend3
(
extend3
)
BOSON
BOSON
change_working_dir
change_working_dir
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment