Minor improvements in performance and code clarity.
Still no solution for the reset subroutine. It is really time consumming.
This commit is contained in:
parent
60f38a2d95
commit
ffb03e634b
12 changed files with 233 additions and 117 deletions
2
makefile
2
makefile
|
|
@ -13,7 +13,7 @@ INCDIR :=
|
|||
INCDIR += $(JSONINC)
|
||||
|
||||
# compile flags
|
||||
FCFLAGS := -fopenmp -Ofast -J $(MODDIR) -I $(INCDIR) -Wall
|
||||
FCFLAGS := -fopenmp -Ofast -J $(MODDIR) -I $(INCDIR) -Wall -fno-stack-arrays -g
|
||||
|
||||
#Output file
|
||||
OUTPUT = DSMC_Neutrals
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue