diff options
author | pants <jaron@kent-dobias.com> | 2016-09-07 17:30:19 -0400 |
---|---|---|
committer | pants <jaron@kent-dobias.com> | 2016-09-07 17:30:19 -0400 |
commit | 6590154ae3e4ee97e5e1a2792f9f2ebf716ed251 (patch) | |
tree | dea848089304689263cc919fac3731f88d232f2f /makefile | |
parent | 2f7a5084aaca7c741dc6bdd3768a65a6e021ba96 (diff) | |
download | fuse_networks-6590154ae3e4ee97e5e1a2792f9f2ebf716ed251.tar.gz fuse_networks-6590154ae3e4ee97e5e1a2792f9f2ebf716ed251.tar.bz2 fuse_networks-6590154ae3e4ee97e5e1a2792f9f2ebf716ed251.zip |
created new fracture program which has full capability (support for variable lattices, boundaries, notch or no). to do: get embedded square lattice working, add flag for constant lattices
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3,8 +3,8 @@ CC = clang CFLAGS = -g -Os -O3 -Wall -fno-strict-aliasing -Wstrict-overflow -Wno-missing-field-initializers -fPIC -flto -march=native #-fopenmp LDFLAGS = -lc -lcblas -llapack -ldl -lpthread -lcholmod -lamd -lcolamd -lsuitesparseconfig -lcamd -lccolamd -lm -lrt -lmetis -lgsl -lprofiler -ltcmalloc -OBJ = break_data bound_set bin_values correlations beta_scales randfuncs net get_dual_clusters coursegrain break_edge graph_components gen_laplacian geometry net_fracture get_current update_factor update_boundary get_file update_beta gen_voltcurmat ini_network free_network fortune/edgelist fortune/geometry fortune/heap fortune/main fortune/output fortune/voronoi fortune/memory get_conductivity net_notch -BIN = corr_test voro_fracture +OBJ = break_data bound_set bin_values correlations beta_scales randfuncs net get_dual_clusters coursegrain break_edge graph_components gen_laplacian geometry net_fracture get_current update_factor update_boundary get_file update_beta gen_voltcurmat graph_create free_network fortune/edgelist fortune/geometry fortune/heap fortune/main fortune/output fortune/voronoi fortune/memory get_conductivity net_notch +BIN = corr_test voro_fracture fracture all: opt ${OBJ:%=obj/%.o} ${BIN:%=obj/%.o} ${BIN:%=bin/%} |