mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-12 02:53:05 +00:00
Possibility to dump/retrieve tree on disk. Dump voids particle positions correctly
This commit is contained in:
parent
3088bb5733
commit
8bf13dfb8b
4 changed files with 168 additions and 28 deletions
|
@ -2,5 +2,5 @@ CC= gcc
|
|||
CXX= g++
|
||||
CPPFLAGS=
|
||||
LDFLAGS= -L/usr/local/lib -lCosmoTool -lgsl -lgslcblas
|
||||
CXXFLAGS= $(CPPFLAGS) -ggdb -O3 -ffast-math
|
||||
CFLAGS= $(CPPFLAGS) -ggdb -O3 -ffast-math
|
||||
CXXFLAGS= $(CPPFLAGS) -ggdb -O0 -ftree-vectorize -ftree-vectorizer-verbose=2 -ffast-math
|
||||
CFLAGS= $(CPPFLAGS) -ggdb -O0 -ftree-vectorize -ftree-vectorizer-verbose=2 -ffast-math
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue