Skip to content
Snippets Groups Projects
Commit d411c604 authored by Antoine Cyril David Hoffmann's avatar Antoine Cyril David Hoffmann :seedling:
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/dirs.inc
include local/make.inc include local/make.inc
# Standard version with optimized compilation (ifort compiler) # Standard version with optimized compilation and double precision
all: F90 = mpif90 all: dp
all: F90FLAGS = -O3 -xHOST
all: EXEC = $(BINDIR)/gyacomo23_dp # Double precision version
all: dirs src/srcinfo.h dp: F90 = mpif90
all: compile dp: F90FLAGS = -O3 -xHOST
dp: EXEC = $(BINDIR)/gyacomo23_dp
dp: dirs src/srcinfo.h
dp: compile
# Single precision version # Single precision version
sp: F90 = mpif90 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