Skip to content
Snippets Groups Projects
Commit e76a04a1 authored by Antoine Cyril David Hoffmann's avatar Antoine Cyril David Hoffmann :seedling:
Browse files

new makefile option for testing svd

parent 989eabd5
No related branches found
No related tags found
No related merge requests found
...@@ -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)
......
...@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment