Skip to content
Snippets Groups Projects
Commit d411c604 authored by Antoine Cyril David Hoffmann's avatar Antoine Cyril David Hoffmann 🌱
Browse files

make dp is now possible

parent a67391ac
No related branches found
No related tags found
No related merge requests found
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
......
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