diff options
author | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2025-04-01 10:05:23 -0300 |
---|---|---|
committer | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2025-04-01 10:05:23 -0300 |
commit | adfceb56d987dbbcfcf8daded405cc687a82b272 (patch) | |
tree | f19553f16e70dcd39953f896e0048851c9ec2ba4 /Makefile | |
parent | 15478545b482a278590f205c435889eb1969d07b (diff) | |
download | code-adfceb56d987dbbcfcf8daded405cc687a82b272.tar.gz code-adfceb56d987dbbcfcf8daded405cc687a82b272.tar.bz2 code-adfceb56d987dbbcfcf8daded405cc687a82b272.zip |
Incorporated interative scheme for treating the active case.
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 -fopenmp +CC := clang++ -std=c++17 -Wno-mathematical-notation-identifier-extension -O3 -march=native -mtune=native -fopenmp -g walk: walk.cpp $(CC) walk.cpp -o walk |