From 0452aabf52993b4750471d585c085fdec85a822e Mon Sep 17 00:00:00 2001 From: Jaron Kent-Dobias Date: Sat, 29 Mar 2025 16:59:26 -0300 Subject: Starting implementing persistence, but there is a serious problem with the third derivative right now. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3-70-g09d2