#CFLAGS += -Wextra -pedantic
CFLAGS += -O3 -march=native -msse2 -mfpmath=sse
CFLAGS += -g
+#CFLAGS += -pg
#CFLAGS += -ffloat-store
#CFLAGS += -DPARALLEL -fopenmp
#CFLAGS += -DPTHREADS -lpthread
-#CFLAGS += -DVISUAL_THREAD -lpthread
-CFLAGS += -DPTHREADS -DVISUAL_THREAD -lpthread
+CFLAGS += -DVISUAL_THREAD -lpthread
+#CFLAGS += -DPTHREADS -DVISUAL_THREAD -lpthread
CFLAGS += -DALBE
CFLAGS += -DALBE_FAST
#CFLAGS += -DVDEBUG
LDFLAGS = -lm
+#LDFLAGS += -lc_p
#LDFLAGS += -lefence
DEPS = moldyn.o random/random.o list/list.o
SRC += potentials/albe_fast.c
ALL = mdrun sic fluctuation_calc postproc pair_correlation_calc diffusion_calc
-ALL += bond_analyze search_bonds visual_atoms display_atom_data atom_match
+ALL += diffusion_calc_ver2 bond_analyze search_bonds visual_atoms
+ALL += display_atom_data atom_match
all: $(ALL)
diffusion_calc: $(DEPS)
+diffusion_calc_ver2: $(DEPS)
+
bond_analyze: $(DEPS)
search_bonds: $(DEPS)