summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJaron Kent-Dobias <jaron@kent-dobias.com>2025-03-29 16:59:26 -0300
committerJaron Kent-Dobias <jaron@kent-dobias.com>2025-03-29 16:59:26 -0300
commit0452aabf52993b4750471d585c085fdec85a822e (patch)
tree9fa3057d0a00434b582183c1e5b1bc11e501f88e /Makefile
parentbdf7b97b2e2d5efc4c2b5fee2868dfc33c891d16 (diff)
downloadcode-0452aabf52993b4750471d585c085fdec85a822e.tar.gz
code-0452aabf52993b4750471d585c085fdec85a822e.tar.bz2
code-0452aabf52993b4750471d585c085fdec85a822e.zip
Starting implementing persistence, but there is a serious problem with the third derivative right now.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6b77cca..25e23dd 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
all: walk correlations integrator
-CC := clang++ -std=c++17 -Wno-mathematical-notation-identifier-extension -O3 -march=native -mtune=native
+CC := clang++ -std=c++17 -Wno-mathematical-notation-identifier-extension -O3 -march=native -mtune=native -fopenmp
walk: walk.cpp
$(CC) walk.cpp -o walk