Skip to content

Fixed bug with loading 2D or ASCII datasets in parallel.

Berk Geveci requested to merge berkgeveci/vtk:plot3d-parallel-2D-fix into master

Had to move the code that broadcasted settings to ranks > 1 because the settings are needed to make a decision about 2D / ASCII parallel code path.

Merge request reports