Hi,<div><br></div><div>The changes to the ExodusII reader was made to reduce memory overhead in ParaView. If you set the cache to any positive non zero value does the issue go away? Also would you be able to provide a sample data set that replicates this issue, as all my ExodusII sample datasets have no issue with the cache size set to zero.</div>

<div><br><br><div class="gmail_quote">On Fri, Apr 22, 2011 at 4:45 PM, Crossno, Patricia J <span dir="ltr"><<a href="mailto:pjcross@sandia.gov" target="_blank">pjcross@sandia.gov</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">









<div>
<font face="Calibri" size="2"><span style="font-size:11pt">
<div>From a pull from master some weeks ago, the previous version of this method looked like this:</div>
<div> </div>
<div>void vtkExodusIIReaderPrivate::ResetCache()</div>
<div>{</div>
<div>  this->Cache->Clear();</div>
<div>  this->Cache->SetCacheCapacity( 0. ); // FIXME: Perhaps Cache should have a Reset and a Clear method?</div>
<div>  this->Cache->SetCacheCapacity( 128. ); // FIXME: Perhaps Cache should have a Reset and a Clear method?</div>
<div>  this->ClearConnectivityCaches();</div>
<div>}</div>
<div> </div>
<div>I just did a pull and the method has been changed to this:</div>
<div> </div>
<div>void vtkExodusIIReaderPrivate::ResetCache()</div>
<div>{</div>
<div>  this->Cache->Clear();</div>
<div>  this->Cache->SetCacheCapacity( 0. ); // FIXME: Perhaps Cache should have a Reset and a Clear method?</div>
<div>  this->ClearConnectivityCaches();</div>
<div>}</div>
<div> </div>
<div>When reading in an exodus file now, the code disappears into the reader and never finishes (maybe it would eventually, but after a long while I kill it).  Adding back in the line to set the cache capacity to 128 resolves this issue.  I expect that the
line was removed for a reason.  Did removing the line resolve a problem for someone else?  Is anyone else having difficulty with the exodus reader as a result of this change?  Or is it something specific to my exodus file/runtime environment?</div>



<div> </div>
<div>Pat</div>
<div> </div>
</span></font>
</div>

<br>_______________________________________________<br>
Paraview-developers mailing list<br>
<a href="mailto:Paraview-developers@paraview.org" target="_blank">Paraview-developers@paraview.org</a><br>
<a href="http://public.kitware.com/mailman/listinfo/paraview-developers" target="_blank">http://public.kitware.com/mailman/listinfo/paraview-developers</a><br>
<br></blockquote></div><br><br clear="all"><br>-- <br>Robert Maynard<br>
</div>