<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style id="owaParaStyle" type="text/css">P {margin-top:0;margin-bottom:0;}</style>
</head>
<body ocsi="0" fpstyle="1">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;"><br>
<div>Hello developers<br>
<br>
I am seeing ParaView crash when running in parallel to read EnSight Gold Binary rectilinear grids.<br>
<br>
I think I have identified the problem to be on line 1520 of vtkPEnSightGoldBinaryReader.cxx<br>
<br>
where the temporary array "scalarsRead" is allocated to read the full scalar fields (even though we should be distributing the array amongst pvservers). The array "scalars" is correctly dimensioned to only hold the subset, but then a loop over ALL nodes is
 executed to stuff the big array into the smaller one. Resulting in crashes.<br>
<br>
Can someone confirm of known problems with EnSight Gold in parallel, or am I off in my analysis?<br>
<br>
Jean/CSCS<br>
<div class="BodyFragment"><font size="2"><span style="font-size:10pt;">
<div class="PlainText"><br>
</div>
</span></font></div>
</div>
</div>
</body>
</html>