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
e76a04a1
Commit
e76a04a1
authored
1 year ago
by
Antoine Cyril David Hoffmann
Browse files
Options
Downloads
Patches
Plain Diff
new makefile option for testing svd
parent
989eabd5
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
+10
-0
10 additions, 0 deletions
Makefile
local/dirs.inc
+0
-1
0 additions, 1 deletion
local/dirs.inc
with
10 additions
and
1 deletion
Makefile
+
10
−
0
View file @
e76a04a1
...
@@ -59,6 +59,16 @@ gdebug: EXEC = $(BINDIR)/gyacomo23_debug
...
@@ -59,6 +59,16 @@ gdebug: EXEC = $(BINDIR)/gyacomo23_debug
gdebug
:
dirs src/srcinfo.h
gdebug
:
dirs src/srcinfo.h
gdebug
:
compile
gdebug
:
compile
# test SVD
test_svd
:
F90 = mpif90
test_svd
:
F90FLAGS = -DTEST_SVD -g -traceback -ftrapuv -warn all -debug all
test_svd
:
EXEC = $(BINDIR)/gyacomo23_test_svd
test_svd
:
dirs src/srcinfo.h
test_svd
:
dirs src/srcinfo.h
test_svd
:
LAPACKDIR = $(HOME)/lib/lapack-3.10.0
test_svd
:
LIBS += -llapack -lblas
test_svd
:
LDIRS += -L$(LAPACKDIR)
test_svd
:
compile
# subroutines
# subroutines
dirs
:
dirs
:
mkdir
-p
$(
BINDIR
)
mkdir
-p
$(
BINDIR
)
...
...
This diff is collapsed.
Click to expand it.
local/dirs.inc
+
0
−
1
View file @
e76a04a1
...
@@ -11,4 +11,3 @@ FMDIR = $(HOME)/lib/FM
...
@@ -11,4 +11,3 @@ FMDIR = $(HOME)/lib/FM
FFTW3DIR
=
$
(
HOME
)
/
lib
/
fftw
-
3.3.10
FFTW3DIR
=
$
(
HOME
)
/
lib
/
fftw
-
3.3.10
#FFTW3DIR = $(FFTW_HOME)#for Marconi
#FFTW3DIR = $(FFTW_HOME)#for Marconi
FUTILS_DIR
=
$
(
HOME
)
/
lib
/
futils
/
src
FUTILS_DIR
=
$
(
HOME
)
/
lib
/
futils
/
src
LAPACKDIR
=
$
(
HOME
)
/
lib
/
lapack
-
3.11.0
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