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
d8018ee6
Commit
d8018ee6
authored
2 years ago
by
Antoine Cyril David Hoffmann
Browse files
Options
Downloads
Patches
Plain Diff
testing -fast compilation
parent
7642d96a
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Makefile
+8
-0
8 additions, 0 deletions
Makefile
local/make.inc
+1
-1
1 addition, 1 deletion
local/make.inc
with
9 additions
and
1 deletion
Makefile
+
8
−
0
View file @
d8018ee6
...
@@ -2,6 +2,7 @@ include local/dirs.inc
...
@@ -2,6 +2,7 @@ include local/dirs.inc
include
local/make.inc
include
local/make.inc
EXEC
=
$(
BINDIR
)
/helaz3
EXEC
=
$(
BINDIR
)
/helaz3
EFST
=
$(
BINDIR
)
/helaz3_fst
EDBG
=
$(
BINDIR
)
/helaz3_dbg
EDBG
=
$(
BINDIR
)
/helaz3_dbg
F90
=
mpiifort
F90
=
mpiifort
...
@@ -20,6 +21,10 @@ all: dirs src/srcinfo.h
...
@@ -20,6 +21,10 @@ all: dirs src/srcinfo.h
all
:
F90FLAGS = -O3 -xHOST
all
:
F90FLAGS = -O3 -xHOST
all
:
$(EXEC)
all
:
$(EXEC)
fast
:
dirs src/srcinfo.h
fast
:
F90FLAGS = -fast
fast
:
$(EFST)
dbg
:
dirs src/srcinfo.h
dbg
:
dirs src/srcinfo.h
dbg
:
F90FLAGS = -g -traceback -CB
dbg
:
F90FLAGS = -g -traceback -CB
dbg
:
$(EDBG)
dbg
:
$(EDBG)
...
@@ -70,6 +75,9 @@ $(OBJDIR)/utility_mod.o
...
@@ -70,6 +75,9 @@ $(OBJDIR)/utility_mod.o
$(EXEC)
:
$(FOBJ)
$(EXEC)
:
$(FOBJ)
$(
F90
)
$(
LDFLAGS
)
$(
OBJDIR
)
/
*
.o
$(
EXTMOD
)
$(
EXTINC
)
$(
EXTLIBS
)
-o
$@
$(
F90
)
$(
LDFLAGS
)
$(
OBJDIR
)
/
*
.o
$(
EXTMOD
)
$(
EXTINC
)
$(
EXTLIBS
)
-o
$@
$(EFST)
:
$(FOBJ)
$(
F90
)
$(
LDFLAGS
)
$(
OBJDIR
)
/
*
.o
$(
EXTMOD
)
$(
EXTINC
)
$(
EXTLIBS
)
-o
$@
$(EDBG)
:
$(FOBJ)
$(EDBG)
:
$(FOBJ)
$(
F90
)
$(
LDFLAGS
)
$(
OBJDIR
)
/
*
.o
$(
EXTMOD
)
$(
EXTINC
)
$(
EXTLIBS
)
-o
$@
$(
F90
)
$(
LDFLAGS
)
$(
OBJDIR
)
/
*
.o
$(
EXTMOD
)
$(
EXTINC
)
$(
EXTLIBS
)
-o
$@
...
...
This diff is collapsed.
Click to expand it.
local/make.inc
+
1
−
1
View file @
d8018ee6
...
@@ -81,7 +81,7 @@ ifdef LAPACKDIR
...
@@ -81,7 +81,7 @@ ifdef LAPACKDIR
LDIRS
+=
-
L
$
(
LAPACKDIR
)
/
lib
LDIRS
+=
-
L
$
(
LAPACKDIR
)
/
lib
endif
endif
# FM library
# FM library
ifdef
FMDIR
ifdef
FMDIR
LDIRS
+=
-
L
$
(
FMDIR
)
/
lib
LDIRS
+=
-
L
$
(
FMDIR
)
/
lib
IDIRS
+=
-
I
$
(
FMDIR
)
/
mod
IDIRS
+=
-
I
$
(
FMDIR
)
/
mod
...
...
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