<div dir="ltr"><div><div>In regards to the issue with the incorrect results for the Live connection, my best guess is that it has to do with the data being marshaled onto process 0 before being sent out. Based on your emails I think I can replicate the issue on my end without too much difficulty.<br><br></div>Thanks,<br></div>Andy<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Sep 8, 2016 at 10:24 AM, David Lonie <span dir="ltr"><<a href="mailto:david.lonie@kitware.com" target="_blank">david.lonie@kitware.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Thu, Sep 8, 2016 at 3:46 AM, Staufer, Max<br>
<<a href="mailto:Max.Staufer@rolls-royce.com">Max.Staufer@rolls-royce.com</a>> wrote:<br>
> On that front, what is the role of maxid in a multiprocessor scenario ?<br>
<br>
</span>MaxId is simply how the vtkDataArrays store the size of the data. It's<br>
the highest 0-based index that can be accessed in the array.<br>
<br>
For example, an array with 1 component and 1 tuple has a MaxId of 0<br>
(array length = 1). A 3 component, 1 tuple array has a MaxId of 2<br>
(length = 3), a 3 comp, 3 tuple array has a MaxId of 8 (9 valid<br>
elements), etc.<br>
<br>
Dave<br>
</blockquote></div><br></div>