diff options
author | Jaron <jaron@kent-dobias.com> | 2016-10-17 05:16:16 -0400 |
---|---|---|
committer | Jaron <jaron@kent-dobias.com> | 2016-10-17 05:16:16 -0400 |
commit | 50baee89cd73d2ccba8f80617d40775d80bb85d4 (patch) | |
tree | 1284adb68335d4493c0eacd4b5a33f0d5194d94e /makefile_ept | |
parent | 6d102e76fac45aa921cf4d0c4efdab422eb84237 (diff) | |
download | fuse_networks-50baee89cd73d2ccba8f80617d40775d80bb85d4.tar.gz fuse_networks-50baee89cd73d2ccba8f80617d40775d80bb85d4.tar.bz2 fuse_networks-50baee89cd73d2ccba8f80617d40775d80bb85d4.zip |
added dual signifier in output filenames
Diffstat (limited to 'makefile_ept')
-rw-r--r-- | makefile_ept | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/makefile_ept b/makefile_ept index 7ed927e..c79a071 100644 --- a/makefile_ept +++ b/makefile_ept @@ -1,10 +1,10 @@ CC = clang -CFLAGS = -g -Os -O3 -Wall -fno-strict-aliasing -Wstrict-overflow -Wno-missing-field-initializers -fPIC -flto -fopenmp=libiomp5 -march=native +CFLAGS = -g -Os -O3 -Wall -fno-strict-aliasing -Wstrict-overflow -Wno-missing-field-initializers -fPIC -flto -fopenmp=libiomp5 -march=native -I/usr/include/suitesparse -I/usr/lib/gcc/x86_64-linux-gnu/5/include 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 fitting_functions anal_process +BIN = corr_test fracture anal_process all: opt ${OBJ:%=obj/%.o} ${BIN:%=obj/%.o} ${BIN:%=bin/%} |