diff options
author | pants <jaron@kent-dobias.com> | 2016-09-08 12:28:38 -0400 |
---|---|---|
committer | pants <jaron@kent-dobias.com> | 2016-09-08 12:28:38 -0400 |
commit | 2b7e4f906d8595994c36f9254574caff13c172a4 (patch) | |
tree | 99fc93edd53c61423d2577bb1c5d75ef80f46fe7 /makefile_hal | |
parent | 0b6e6a4337e8e9b6728f3604bb61a59365be3446 (diff) | |
download | fuse_networks-2b7e4f906d8595994c36f9254574caff13c172a4.tar.gz fuse_networks-2b7e4f906d8595994c36f9254574caff13c172a4.tar.bz2 fuse_networks-2b7e4f906d8595994c36f9254574caff13c172a4.zip |
made some changes
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 8c33924..78e83fe 100644 --- a/makefile_hal +++ b/makefile_hal @@ -1,6 +1,6 @@ CC = clang -CFLAGS = -g -Os -O3 -Wall -fno-strict-aliasing -Wstrict-overflow -Wno-missing-field-initializers -fPIC -flto #-fopenmp +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 OBJ = break_data bound_set correlations randfuncs net get_dual_clusters break_edge graph_components gen_laplacian geometry net_fracture get_current update_factor gen_voltcurmat graph_create free_network fortune/edgelist fortune/geometry fortune/heap fortune/main fortune/output fortune/voronoi fortune/memory get_conductivity net_notch |