Fix: Remove deprecated global LebesgueOrder::Block #9

Merged
portelli merged 1 commits from RChHill/lattice-benchmarks:fix/UVM-deprecation into main 2025-06-29 21:14:41 +01:00

View File

@ -1032,11 +1032,7 @@ int main(int argc, char **argv)
CartesianCommunicator::SetCommunicatorPolicy(
CartesianCommunicator::CommunicatorPolicySequential);
#ifdef KNL
LebesgueOrder::Block = std::vector<int>({8, 2, 2, 2});
#else
LebesgueOrder::Block = std::vector<int>({2, 2, 2, 2});
#endif
Benchmark::Decomposition();
int sel = 4;