diff options
author | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2025-03-29 16:59:26 -0300 |
---|---|---|
committer | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2025-03-29 16:59:26 -0300 |
commit | 0452aabf52993b4750471d585c085fdec85a822e (patch) | |
tree | 9fa3057d0a00434b582183c1e5b1bc11e501f88e /Makefile | |
parent | bdf7b97b2e2d5efc4c2b5fee2868dfc33c891d16 (diff) | |
download | code-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |