Hi Sohail,<br><br>I went through the code and it jogged my memory about previous problems with it. It had an explicit MPI call in the constructor that would cause problems when paraview wasn&#39;t getting built with MPI. Any time a user tried to open an unknown file it would try to create a windblade reader to see if the reader could handle the file and this would cause a crash. If you launch a separate pvserver the wind blade reader will be available in the gui.<br>
<br>If someone fixes this problem in the reader we can enable it properly through the gui. Right now though I&#39;m getting a bunch of warnings when running in serial like:<br>Warning: In /home/acbauer/CODE/ParaView/ParaView/VTK/IO/Parallel/vtkWindBladeReader.cxx, line 942<br>
vtkWindBladeReader (0x3a0c800): WindBladeReader error reading file: /home/acbauer/DATA/VTKLargeData/Data/WindBladeReader/test1_topo.wind Premature EOF while reading block of data. Expected 896000 but got 0<br><br><br>Andy<br>
<br><div class="gmail_quote">On Tue, Jul 3, 2012 at 12:09 PM, Andy Bauer <span dir="ltr">&lt;<a href="mailto:andy.bauer@kitware.com" target="_blank">andy.bauer@kitware.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I get the same problem in both 3.14.1 and master. The reader is still available but just not conveniently through the GUI. To access it though you can bring up the python shell and do the following:<br>

<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px"><span style="font-size:9pt;font-family:&#39;Courier&#39;">&gt;&gt;&gt; w = WindBladereader()</span></p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px"><span style="font-size:9pt;font-family:&#39;Courier&#39;">&gt;&gt;&gt; w.Filename = &quot;&lt;path&gt;/test1_topo.wind&quot;</span></p>


<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px"><span style="font-size:9pt;font-family:&#39;Courier&#39;">&gt;&gt;&gt; Show()</span></p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px"><span style="font-family:&#39;Courier&#39;;font-size:9pt;color:#009600"></span></p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px"><span style="font-size:9pt;font-family:&#39;Courier&#39;">&gt;&gt;&gt; Render()</span></p>
<p style="margin-right:0px;text-indent:0px;font-size:9pt;margin-left:0px;margin-bottom:0px;font-family:&#39;Courier&#39;;margin-top:0px"><br></p>This shouldn&#39;t be too hard of a fix for ParaView. I&#39;ll let you know when it&#39;s done.<span class="HOEnZb"><font color="#888888"><br>

<br>Andy</font></span><div class="HOEnZb"><div class="h5"><br><br><div class="gmail_quote">On Mon, Jul 2, 2012 at 6:03 PM, Sebastien Jourdain <span dir="ltr">&lt;<a href="mailto:sebastien.jourdain@kitware.com" target="_blank">sebastien.jourdain@kitware.com</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Sohail,<br>
<br>
a similar bug was fixed in master not so long ago. Could you try<br>
master to see if the issue remains ?<br>
<br>
Thanks,<br>
<br>
Seb<br>
<div><div><br>
On Mon, Jul 2, 2012 at 5:36 PM, Sohail Shafii &lt;<a href="mailto:sohailshafii@yahoo.com" target="_blank">sohailshafii@yahoo.com</a>&gt; wrote:<br>
&gt; Hi,<br>
&gt;<br>
&gt; We are trying to open a .wind data set.  In the open file menu, ParaView<br>
&gt; lists the .wind format as a possible option.  Once we click open, however,<br>
&gt; it complains that a reader for that data format cannot be found.  This is<br>
&gt; true for the compiled-from-source and pre-compiled versions of ParaView<br>
&gt; 3.14.1. The wind blade source still exists in the VTK/Parallel folder and it<br>
&gt; is referenced in the corresponding CMakeLists.txt file. Any thoughts?<br>
&gt;<br>
&gt; Thanks, Sohail<br>
&gt;<br>
</div></div>&gt; _______________________________________________<br>
&gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;<br>
&gt; Visit other Kitware open-source projects at<br>
&gt; <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
&gt;<br>
&gt; Please keep messages on-topic and check the ParaView Wiki at:<br>
&gt; <a href="http://paraview.org/Wiki/ParaView" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
&gt;<br>
&gt; Follow this link to subscribe/unsubscribe:<br>
&gt; <a href="http://www.paraview.org/mailman/listinfo/paraview" target="_blank">http://www.paraview.org/mailman/listinfo/paraview</a><br>
&gt;<br>
_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the ParaView Wiki at: <a href="http://paraview.org/Wiki/ParaView" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.paraview.org/mailman/listinfo/paraview" target="_blank">http://www.paraview.org/mailman/listinfo/paraview</a><br>
</blockquote></div><br>
</div></div></blockquote></div><br>