diff options
author | pants <jaron@kent-dobias.com> | 2016-09-08 11:46:00 -0400 |
---|---|---|
committer | pants <jaron@kent-dobias.com> | 2016-09-08 11:46:00 -0400 |
commit | a264723b23d9ad6c3cb13450a6cf4b131f8d7338 (patch) | |
tree | d3b1c0879d162725e2b887f86381c981019f3a95 /makefile_hal | |
parent | 3c5671310bdada56f5e087b951ac2e4d6086dfbf (diff) | |
download | fuse_networks-a264723b23d9ad6c3cb13450a6cf4b131f8d7338.tar.gz fuse_networks-a264723b23d9ad6c3cb13450a6cf4b131f8d7338.tar.bz2 fuse_networks-a264723b23d9ad6c3cb13450a6cf4b131f8d7338.zip |
fixed some problems with square networks
Diffstat (limited to 'makefile_hal')
-rw-r--r-- | makefile_hal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile_hal b/makefile_hal index be9bccc..84b9b3a 100644 --- a/makefile_hal +++ b/makefile_hal @@ -1,7 +1,7 @@ CC = clang CFLAGS = -g -Os -O3 -Wall -fno-strict-aliasing -Wstrict-overflow -Wno-missing-field-initializers -fPIC -flto #-fopenmp -LDFLAGS = -lc -lcblas -llapack -ldl -lpthread -lcholmod -lamd -lcolamd -lsuitesparseconfig -lcamd -lccolamd -lm -lrt -lmetis -lgsl -lprofiler -ltcmalloc +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 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 |