Skip to content

Fixing ghost cells generator filter bug

Andrew Bauer requested to merge acbauer/vtk:ghostcellsgenerator_fix into master

When some processes had ghost cells and cells and other processes had no cells (and thus no ghost cells were needed or kept) the processes with ghost cells would return early from the filter while the other processes did not. This resulted in a hang.

Backport: paraview/release

Edited by Joachim Pouderoux

Merge request reports