From d2051587304738bf6b4eb18fe6a7b938a6258348 Mon Sep 17 00:00:00 2001 From: cianciosa Date: Wed, 29 Jan 2025 15:01:11 -0500 Subject: [PATCH] Remove stray character. --- graph_framework/output.hpp | 2 +- graph_korc/xkorc.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/graph_framework/output.hpp b/graph_framework/output.hpp index cd5d039..ac93b81 100644 --- a/graph_framework/output.hpp +++ b/graph_framework/output.hpp @@ -382,7 +382,7 @@ namespace output { var.buffer)); } } else { - if constexpr (jit::is_complex ()) {\ + if constexpr (jit::is_complex ()) { check_error(nc_put_vara_double(result.get_ncid(), var.id, start.data(), diff --git a/graph_korc/xkorc.cpp b/graph_korc/xkorc.cpp index 6174b84..9c366e3 100644 --- a/graph_korc/xkorc.cpp +++ b/graph_korc/xkorc.cpp @@ -10,7 +10,7 @@ template void run_korc() { const timeing::measure_diagnostic t_total("Total Time"); - const size_t num_particles = 1; + const size_t num_particles = 1000000; std::cout << "Num particles " << num_particles << std::endl; std::vector threads(std::max(std::min(static_cast (jit::context::max_concurrency()), static_cast (num_particles)), -- GitLab