diff options
author | pants <jaron@kent-dobias.com> | 2016-09-09 14:36:44 -0400 |
---|---|---|
committer | pants <jaron@kent-dobias.com> | 2016-09-09 14:36:44 -0400 |
commit | 4b6b26a0371ec1f5c82f226622c543a29c1502cb (patch) | |
tree | 5b4ff9bcf5d017b0bab979aee6c5f6ae0d1c0abe | |
parent | dd7ea5ee420bc9d3e79bcfaff86fa56493425fa5 (diff) | |
download | fuse_networks-4b6b26a0371ec1f5c82f226622c543a29c1502cb.tar.gz fuse_networks-4b6b26a0371ec1f5c82f226622c543a29c1502cb.tar.bz2 fuse_networks-4b6b26a0371ec1f5c82f226622c543a29c1502cb.zip |
changed makefile
-rw-r--r-- | makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ 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 +CFLAGS = -g -Os -O3 -Wall -fno-strict-aliasing -Wstrict-overflow -Wno-missing-field-initializers -fPIC -flto -fopenmp -march=native +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 |