From 6aa0c3dbd7bf73ac53f877d0a7d042e86cb0f7c6 Mon Sep 17 00:00:00 2001 From: Olivier Coulaud <olivier.coulaud@inria.fr> Date: Fri, 31 Jan 2025 16:04:33 +0100 Subject: [PATCH] added a call to memory_usage --- checks/check_2d.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/checks/check_2d.cpp b/checks/check_2d.cpp index 7ca992d3..7b5121dd 100644 --- a/checks/check_2d.cpp +++ b/checks/check_2d.cpp @@ -252,7 +252,7 @@ auto run(const int& tree_height, const int& group_size, const std::size_t order, typename FMM_OPERATOR_TYPE::far_field_type far_field(interpolator); // auto memory = interpolator.memory_usage(); - std::cout << "memory " << memory << std::endl; + std::cout << "memory " << memory << " b" << std::endl; // near_matrix_kernel_type mk_near{}; const bool mutual_near = false; @@ -337,8 +337,8 @@ auto run_general(const int& tree_height, const int& group_size, const std::size_ // using far_matrix_kernel_type = // scalfmm::matrix_kernels::others::one_over_r2; using // near_matrix_kernel_type = scalfmm::matrix_kernels::others::one_over_r2; - // using options = scalfmm::options::uniform_<scalfmm::options::fft_>; - using options = scalfmm::options::chebyshev_<scalfmm::options::low_rank_>; + using options = scalfmm::options::uniform_<scalfmm::options::fft_>; + // using options = scalfmm::options::chebyshev_<scalfmm::options::low_rank_>; // using options = scalfmm::options::chebyshev_<scalfmm::options::dense_>; if(kernel == 0) { // one_over_r -- GitLab