[Paraview-developers] Parallel execution of vtkPEnSightGoldBinaryReader

Favre Jean jfavre at cscs.ch
Tue May 5 10:27:38 EDT 2015


Hello developers

I am seeing ParaView crash when running in parallel to read EnSight Gold Binary rectilinear grids.

I think I have identified the problem to be on line 1520 of vtkPEnSightGoldBinaryReader.cxx

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.

Can someone confirm of known problems with EnSight Gold in parallel, or am I off in my analysis?

Jean/CSCS

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/paraview-developers/attachments/20150505/9579093b/attachment.html>


More information about the Paraview-developers mailing list