From 2f1ac65b5d22b04e88bac3dee3dc42db2c8be73f Mon Sep 17 00:00:00 2001 From: Ryan Hill Date: Mon, 23 Jun 2025 11:46:20 +0100 Subject: [PATCH] Fix: Remove deprecated global LebesgueOrder::Block --- Grid/Benchmark_Grid.cpp | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Grid/Benchmark_Grid.cpp b/Grid/Benchmark_Grid.cpp index 8f0e282..c00bbca 100644 --- a/Grid/Benchmark_Grid.cpp +++ b/Grid/Benchmark_Grid.cpp @@ -1032,11 +1032,7 @@ int main(int argc, char **argv) CartesianCommunicator::SetCommunicatorPolicy( CartesianCommunicator::CommunicatorPolicySequential); -#ifdef KNL - LebesgueOrder::Block = std::vector({8, 2, 2, 2}); -#else - LebesgueOrder::Block = std::vector({2, 2, 2, 2}); -#endif + Benchmark::Decomposition(); int sel = 4;