Skip to content

ensure geometry filter executes consistently

Utkarsh Ayachit requested to merge utkarsh.ayachit/paraview:fix-19963 into master

When reading a dataset with fewer blocks than ranks, some ranks had no data. This could cause the geometry filter to not execute on ranks without data on subsequent updates causes communication mismatches. This addresses that issue.

Fixes #19963 (closed).

Backport: release

Edited by Utkarsh Ayachit

Merge request reports