CloudToVTK functionObject broken.
Pstream::gatherList is called in CloudToVTK::writeData, which is called only on the master - thereby failing.
Please find attached a patch to mend this.CloudToVTK.patch
Pstream::gatherList is called in CloudToVTK::writeData, which is called only on the master - thereby failing.
Please find attached a patch to mend this.CloudToVTK.patch
No child items are currently assigned. Use child items to break down this issue into smaller parts.
Link issues together to show that they're related. Learn more.
changed the description
By Paul Kieckhefen on 2018-08-29T15:28:03 (imported from GitLab project)
Also: it seems that perma-disabling binary writing is not neccessary (
binary_=false;
can be safely removed).
By Paul Kieckhefen on 2018-08-30T07:11:54 (imported from GitLab project)
assigned to @mark
Hi @pkieck - Thanks for the report. I would actually like to kill off CloudToVTK entirely for several reasons
Assuming that you are using 1806, could you try out the vtkCloud function object as an alternative?
This provides the XML-based VTP output, more control about which fields to output and also emits a file-series (JSON format) for convenient loading in paraview.
Thank you for the response - vtkCloud looks much better.
Killing it off would certainly resolve the issue :)
By Paul Kieckhefen on 2018-09-10T15:36:52 (imported from GitLab project)
@andy - OK to now kill this off?
yep
By Andrew Heather on 2018-09-19T16:12:19 (imported from GitLab project)
mentioned in commit 71e90eea0e990974fe4695ccb654df3c9df9f3a9
closed