Added orient and unorient options
This commit is contained in:
parent
58ad74ca9a
commit
44efb4be4a
6 changed files with 77 additions and 30 deletions
|
@ -2,7 +2,7 @@ FC=ifort
|
|||
FFLAGS=-mcmodel=large -g -O0 -stand f08 -fpe0 -traceback -check bounds,uninit -warn all -implicitnone -no-wrap-margin
|
||||
#FFLAGS=-mcmodel=large -Ofast -no-wrap-margin
|
||||
MODES=mode_create.o mode_merge.o mode_convert.o
|
||||
OPTIONS=opt_disl.o opt_group.o
|
||||
OPTIONS=opt_disl.o opt_group.o opt_orient.o
|
||||
OBJECTS=main.o elements.o io.o subroutines.o functions.o atoms.o call_mode.o box.o $(MODES) $(OPTIONS) call_option.o
|
||||
|
||||
.SUFFIXES:
|
||||
|
@ -40,4 +40,4 @@ call_mode.o : $(MODES)
|
|||
call_option.o : $(OPTIONS)
|
||||
$(MODES) $(OPTIONS) subroutines.o io.o : atoms.o box.o
|
||||
$(MODES) main.o : io.o
|
||||
testfuncs.o elements.o mode_create.o $(OPTIONS): subroutines.o
|
||||
testfuncs.o elements.o mode_create.o $(OPTIONS) $(MODES): subroutines.o
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue