Skip to content

vtkCleanUnstructuredGrid: sequentialize multi-thread bugs

Julien Fausty requested to merge julien.fausty/vtk:weighted-clean-to-grid into master

This MR aims to sequentialize certain currently multi-threaded operations that should not be multi-threaded as they are implemented now. They merit dedicated worklets with buffered memory and a reduction operation. This MR is meant to fix and (hopefully) we can implement the correct multi-threaded code at a later date.

Merge request reports