Skip to content
Snippets Groups Projects
Commit ddcc04da authored by Mark OLESEN's avatar Mark OLESEN
Browse files

BUG: vtk write of uniform field in parallel (fixes #2349)

- used low-level MPI gather, but the wrapping routine contains an
  additional safety check for is_contiguous which is not defined for
  various std::pair<..> combination.

  So std::pair<label,vector> (which is actually contiguous, but not
  declared as is_contiguous) would falsely trip the check.

  Avoid by simply gathering unbundled values instead.
parent 7a689190
Branches
Tags
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment