Skip to content

untriggered bug with vtk write uniform field in parallel

The VTK writers writeUniform method uses writeValueParallel (in parallel), which includes a low-level MPI gather. However the wrapping routine contains an additional safety check for is_contiguous which is not defined for various std::pair<..> combinations.

Bug is not triggered with current code use, but should be eliminated.

Edited by Mark OLESEN