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

"make test" allows to create an exec named test

parent 5650694b
No related branches found
No related tags found
No related merge requests found
......@@ -25,6 +25,13 @@ fast: EXEC = $(BINDIR)/gyacomo23_fast
fast: dirs src/srcinfo.h
fast: compile
# test exec name
test: F90 = mpif90
test: F90FLAGS = -O1
test: EXEC = $(BINDIR)/gyacomo23_test
test: dirs src/srcinfo.h
test: compile
# Debug version with all flags
debug: F90 = mpif90
debug: F90FLAGS = -C -g -traceback -warn all -check all -debug all -init=zero,snan -fpe0
......
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