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;