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

Remove LAPACK compilation per default

parent abe7c2f4
No related branches found
No related tags found
No related merge requests found
...@@ -6,14 +6,14 @@ all: dp ...@@ -6,14 +6,14 @@ all: dp
# Double precision version # Double precision version
dp: F90 = mpif90 dp: F90 = mpif90
dp: F90FLAGS = -O3 -xHOST dp: F90FLAGS = -DNOLAPACK -O3 -xHOST
dp: EXEC = $(BINDIR)/gyacomo23_dp dp: EXEC = $(BINDIR)/gyacomo23_dp
dp: dirs src/srcinfo.h dp: dirs src/srcinfo.h
dp: compile dp: compile
# Single precision version # Single precision version
sp: F90 = mpif90 sp: F90 = mpif90
sp: F90FLAGS = -DSINGLE_PRECISION -O3 -xHOST sp: F90FLAGS = -DNOLAPACK -DSINGLE_PRECISION -O3 -xHOST
sp: EXEC = $(BINDIR)/gyacomo23_sp sp: EXEC = $(BINDIR)/gyacomo23_sp
sp: dirs src/srcinfo.h sp: dirs src/srcinfo.h
sp: compile sp: compile
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment