Skip to content

Commit

Permalink
updated Makefile
Browse files Browse the repository at this point in the history
Added an compiler flag to ensure reproducibility.
  • Loading branch information
jinyuntang committed Sep 7, 2019
1 parent 22419a7 commit ad5a2c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion f77src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ CMD = ecosys.x
# WARNING: SIMULTANEOUSLY PROFILING AND FLOWTRACING IS NOT RECOMMENDED
#FFLAGS = -axP -xW -ipo -O3 -r8 -i4 -align dcommons -cpp -save
#intel setup
FFLAGS = -O2 -mp1 -r8 -i4 -align dcommons -cpp -auto-scalar
FFLAGS = -O2 -mp1 -r8 -i4 -align dcommons -cpp -auto-scalar -fimf-arch-consistency=true
#gfortran
#FFLAGS = -O2

Expand Down

0 comments on commit ad5a2c9

Please sign in to comment.