merge changes
This commit is contained in:
commit
fa38875296
2 changed files with 59 additions and 49 deletions
|
|
@ -1,12 +1,12 @@
|
|||
FC=gfortran
|
||||
FC=ifort
|
||||
|
||||
#Ifort flags
|
||||
#FFLAGS=-mcmodel=large -g -O0 -stand f08 -fpe0 -traceback -check bounds,uninit -warn all -implicitnone -no-wrap-margin -heap-arrays
|
||||
#FFLAGS=-mcmodel=large -Ofast -no-wrap-margin -heap-arrays
|
||||
FFLAGS=-mcmodel=large -Ofast -no-wrap-margin -heap-arrays
|
||||
|
||||
#gfortran flags
|
||||
#FFLAGS=-mcmodel=large -O3 -g
|
||||
FFLAGS=-mcmodel=large -O0 -g -fbacktrace -fcheck=all
|
||||
#FFLAGS=-mcmodel=large -O0 -g -fbacktrace -fcheck=all
|
||||
|
||||
MODES=mode_create.o mode_merge.o mode_convert.o
|
||||
OPTIONS=opt_disl.o opt_group.o opt_orient.o opt_delete.o opt_deform.o opt_redef_box.o opt_slip_plane.o
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue