git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@8646 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -27,7 +27,7 @@ OBJ = $(SRC:.f=.o)
|
|||||||
# ------ SETTINGS ------
|
# ------ SETTINGS ------
|
||||||
|
|
||||||
FC = gfortran
|
FC = gfortran
|
||||||
FFLAGS = -O3 -march=native -mpc64 \
|
FFLAGS = -O3 -fPIC -march=native -mpc64 \
|
||||||
-ffast-math -funroll-loops -fstrict-aliasing -Wall -W -Wno-uninitialized -fno-second-underscore
|
-ffast-math -funroll-loops -fstrict-aliasing -Wall -W -Wno-uninitialized -fno-second-underscore
|
||||||
FFLAGS0 = -O0 -march=native -mpc64 \
|
FFLAGS0 = -O0 -march=native -mpc64 \
|
||||||
-Wall -W -Wno-uninitialized -fno-second-underscore
|
-Wall -W -Wno-uninitialized -fno-second-underscore
|
||||||
|
|||||||
Reference in New Issue
Block a user