Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Gyacomo
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Antoine Cyril David Hoffmann
Gyacomo
Commits
f2f6a09d
Commit
f2f6a09d
authored
1 year ago
by
Antoine Cyril David Hoffmann
Browse files
Options
Downloads
Patches
Plain Diff
gfort single and double precision option
parent
b95e361d
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Makefile
+15
-7
15 additions, 7 deletions
Makefile
with
15 additions
and
7 deletions
Makefile
+
15
−
7
View file @
f2f6a09d
...
...
@@ -43,13 +43,21 @@ daint: EXEC = $(BINDIR)/gyacomo23_dp
daint
:
dirs src/srcinfo.h
daint
:
compile
# gfortran opt version, for compilation with gfortran
gopt
:
F90 = mpif90
gopt
:
F90FLAGS = -O3 -std=legacy -ffree-line-length-0
gopt
:
EXTMOD = -J $(MODDIR)
gopt
:
EXEC = $(BINDIR)/gyacomo23_dp
gopt
:
dirs src/srcinfo.h
gopt
:
compile
# gfortran sp version, for compilation with gfortran
gfsp
:
F90 = mpif90
gfsp
:
F90FLAGS = -DSINGLE_PRECISION -O3 -std=legacy -ffree-line-length-0
gfsp
:
EXTMOD = -J $(MODDIR)
gfsp
:
EXEC = $(BINDIR)/gyacomo23_sp
gfsp
:
dirs src/srcinfo.h
gfsp
:
compile
# gfortran dp version, for compilation with gfortran
gfdp
:
F90 = mpif90
gfdp
:
F90FLAGS = -O3 -std=legacy -ffree-line-length-0
gfdp
:
EXTMOD = -J $(MODDIR)
gfdp
:
EXEC = $(BINDIR)/gyacomo23_dp
gfdp
:
dirs src/srcinfo.h
gfdp
:
compile
# gfortran version, compile with gfortran
gdebug
:
F90 = mpif90
...
...
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