Manual merge of control box code
This commit is contained in:
commit
4dcaddb2cb
16 changed files with 773 additions and 101 deletions
|
|
@ -8,9 +8,9 @@ FFLAGS=-mcmodel=large -g -O0 -stand f08 -fpe0 -traceback -check bounds,uninit -w
|
|||
#FFLAGS=-mcmodel=large -O3 -g
|
||||
#FFLAGS=-mcmodel=large -O0 -g -fbacktrace -fcheck=all
|
||||
|
||||
MODES=mode_create.o mode_merge.o mode_convert.o
|
||||
MODES=mode_create.o mode_merge.o mode_convert.o mode_metric.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
|
||||
OBJECTS=main.o elements.o io.o subroutines.o functions.o atoms.o call_mode.o box.o $(MODES) $(OPTIONS) call_option.o sorts.o
|
||||
OBJECTS=main.o elements.o io.o subroutines.o functions.o atoms.o call_mode.o box.o neighbors.o $(MODES) $(OPTIONS) call_option.o sorts.o
|
||||
|
||||
.SUFFIXES:
|
||||
.SUFFIXES: .c .f .f90 .F90 .o
|
||||
|
|
@ -49,3 +49,4 @@ elements.o : sorts.o
|
|||
$(MODES) $(OPTIONS) subroutines.o io.o : atoms.o box.o
|
||||
$(MODES) main.o : io.o
|
||||
testfuncs.o elements.o mode_create.o $(OPTIONS) $(MODES): subroutines.o
|
||||
opt_delete.o mode_metric.o : neighbors.o
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue