Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Gyacomo
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
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
d411c604
Commit
d411c604
authored
1 year ago
by
Antoine Cyril David Hoffmann
🌱
Browse files
Options
Downloads
Patches
Plain Diff
make dp is now possible
parent
a67391ac
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Makefile
+9
-6
9 additions, 6 deletions
Makefile
with
9 additions
and
6 deletions
Makefile
+
9
−
6
View file @
d411c604
include
local/dirs.inc
include
local/make.inc
# Standard version with optimized compilation (ifort compiler)
all
:
F90 = mpif90
all
:
F90FLAGS = -O3 -xHOST
all
:
EXEC = $(BINDIR)/gyacomo23_dp
all
:
dirs src/srcinfo.h
all
:
compile
# Standard version with optimized compilation and double precision
all
:
dp
# Double precision version
dp
:
F90 = mpif90
dp
:
F90FLAGS = -O3 -xHOST
dp
:
EXEC = $(BINDIR)/gyacomo23_dp
dp
:
dirs src/srcinfo.h
dp
:
compile
# Single precision version
sp
:
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