Merge pull request 'Fix: Remove deprecated global LebesgueOrder::Block' (#9) from RChHill/lattice-benchmarks:fix/UVM-deprecation into main

Reviewed-on: #9
This commit is contained in:
2025-06-29 21:14:41 +01:00

View File

@ -1032,11 +1032,7 @@ int main(int argc, char **argv)
CartesianCommunicator::SetCommunicatorPolicy( CartesianCommunicator::SetCommunicatorPolicy(
CartesianCommunicator::CommunicatorPolicySequential); 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(); Benchmark::Decomposition();
int sel = 4; int sel = 4;