diff options
author | Jaron <jaron@kent-dobias.com> | 2016-11-08 10:18:15 -0500 |
---|---|---|
committer | Jaron <jaron@kent-dobias.com> | 2016-11-08 10:18:15 -0500 |
commit | 0cf3090b05aa4c35ba20f3773db4f95d4600b55e (patch) | |
tree | 620bbc5ca8b42715e76e16837b90894ac9909534 /makefile_ept | |
parent | c5b44e1604456ea42899c7e6cb3bde14b5bb88da (diff) | |
download | fuse_networks-0cf3090b05aa4c35ba20f3773db4f95d4600b55e.tar.gz fuse_networks-0cf3090b05aa4c35ba20f3773db4f95d4600b55e.tar.bz2 fuse_networks-0cf3090b05aa4c35ba20f3773db4f95d4600b55e.zip |
restarted all data generation to correct for errors, made certain data (stress, energy, thresholds) longs
Diffstat (limited to 'makefile_ept')
-rw-r--r-- | makefile_ept | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile_ept b/makefile_ept index 7325a88..c38af25 100644 --- a/makefile_ept +++ b/makefile_ept @@ -4,7 +4,7 @@ CFLAGS = -g -Os -O3 -Wall -fno-strict-aliasing -Wstrict-overflow -Wno-missing-fi LDFLAGS = -lc -lcblas -llapack -ldl -lpthread -lcholmod -lamd -lcolamd -lsuitesparseconfig -lcamd -lccolamd -lm -lrt -lmetis -lgsl -lprofiler -ltcmalloc OBJ = data bound_set correlations factor_update graph_genfunc net net_voltages net_currents net_conductivity net_fracture get_dual_clusters break_edge graph_components gen_laplacian geometry gen_voltcurmat graph_create graph_free fortune/edgelist fortune/geometry fortune/heap fortune/main fortune/output fortune/voronoi fortune/memory rand -BIN = corr_test fracture anal_process big_anal_process cen_anal_process +BIN = corr_test fracture anal_process big_anal_process cen_anal_process long_anal_process all: opt ${OBJ:%=obj/%.o} ${BIN:%=obj/%.o} ${BIN:%=bin/%} |