From 7b94eef14b891cf450b471765dc0a6666fe72eae Mon Sep 17 00:00:00 2001 From: Jaron Kent-Dobias Date: Wed, 2 Apr 2025 13:55:59 -0300 Subject: Started on new iteration scheme --- Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 3519e50..f245260 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ -all: walk correlations integrator +all: walk correlations integrator fourier_integrator -CC := clang++ -std=c++17 -Wno-mathematical-notation-identifier-extension -O3 -march=native -mtune=native -fopenmp -g +CC := clang++ -std=c++17 -Wno-mathematical-notation-identifier-extension -O3 -march=native -mtune=native -fopenmp -lfftw3 walk: walk.cpp $(CC) walk.cpp -o walk @@ -10,3 +10,6 @@ correlations: correlations.cpp integrator: integrator.cpp $(CC) integrator.cpp -o integrator + +fourier_integrator: fourier_integrator.cpp + $(CC) fourier_integrator.cpp -o fourier_integrator -- cgit v1.2.3-70-g09d2