<div dir="ltr">Tim,<div><br></div><div>Did you also add it to visit_readers.xml [1]? The proxy definition should also have a  <hints> section like so [2].</div><div><br></div><div>Utkarsh</div><div><br></div><div>[1] <a href="https://gitlab.kitware.com/paraview/visitbridge/blob/master/databases/visit_readers.xml">https://gitlab.kitware.com/paraview/visitbridge/blob/master/databases/visit_readers.xml</a></div><div>[2] <a href="https://gitlab.kitware.com/paraview/visitbridge/blob/master/databases/visit_readers.xml#L2562-2565">https://gitlab.kitware.com/paraview/visitbridge/blob/master/databases/visit_readers.xml#L2562-2565</a></div><div><br></div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Aug 26, 2016 at 6:26 PM, Gallagher, Timothy P <span dir="ltr"><<a href="mailto:tim.gallagher@gatech.edu" target="_blank">tim.gallagher@gatech.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">




<div dir="ltr">
<div style="font-size:12pt;color:#000000;background-color:#ffffff;font-family:Calibri,Arial,Helvetica,sans-serif">
<p>I took a stab at adding the Boxlib reader from the visit source to the VisitBridge internal readers. I managed to get everything to compile and link, Paraview built fine, but I can't seem to figure out how to make Paraview aware the reader exists.
<br>
</p>
<p><br>
</p>
<p>There isn't an option for Boxlib in the dropdown for the file type when I try to open a file, and it doesn't appear as an available reader when I try to select the file -- although all the others from the VisitBridge appear. I missed a configuration file
 somewhere to make the file loading aware of the reader. <br>
</p>
<p><br>
</p>
<p>Any suggestions on what I missed? I added a section in the Utilities/VisItBridge/<wbr>databases/visit_readers.xml file, but that wasn't enough I guess.
<br>
</p>
<p><br>
</p>
<p>Thanks, <br>
</p>
<p><br>
</p>
<p>Tim<br>
</p>
<br>
<br>
<div style="color:rgb(49,55,57)">
<hr style="display:inline-block;width:98%">
<div dir="ltr"><font style="font-size:11pt" color="#000000" face="Calibri, sans-serif"><b>From:</b> ParaView <<a href="mailto:paraview-bounces@paraview.org" target="_blank">paraview-bounces@paraview.org</a><wbr>> on behalf of Gallagher, Timothy P <<a href="mailto:tim.gallagher@gatech.edu" target="_blank">tim.gallagher@gatech.edu</a>><br>
<b>Sent:</b> Friday, August 26, 2016 11:53 AM<br>
<b>To:</b> Utkarsh Ayachit<div><div class="h5"><br>
<b>Cc:</b> <a href="mailto:paraview@paraview.org" target="_blank">paraview@paraview.org</a><br>
<b>Subject:</b> Re: [Paraview] Status of BoxLib AMR reader</div></div></font>
<div> </div>
</div><div><div class="h5">
<div>
<div style="font-size:12pt;color:#000000;background-color:#ffffff;font-family:Calibri,Arial,Helvetica,sans-serif">
<p>Hi Utkarsh,</p>
<p><br>
</p>
<p>I just checked with the latest head of the git repo and when I compile with the VisitBridge, there are no readers for BoxLib built.
<br>
</p>
<p><br>
</p>
<p>This page lists it as supported: <a href="http://www.paraview.org/ParaView/index.php/VisIt_avt_Integration" target="_blank">
http://www.paraview.org/<wbr>ParaView/index.php/VisIt_avt_<wbr>Integration</a></p>
<p><br>
</p>
<p>But then this later one doesn't include it: <a href="http://www.paraview.org/Wiki/VisIt_Database_Bridge" target="_blank">http://www.paraview.org/<wbr>Wiki/VisIt_Database_Bridge</a><br>
</p>
<p><br>
</p>
<p>I have a dataset for you, I will send it off-list. <br>
</p>
<p><br>
</p>
<p>Thanks,</p>
<p><br>
</p>
<p>Tim<br>
</p>
<br>
<br>
<div style="color:rgb(49,55,57)">
<div>
<hr style="display:inline-block;width:98%">
<div dir="ltr"><font style="font-size:11pt" color="#000000" face="Calibri, sans-serif"><b>From:</b> Utkarsh Ayachit <<a href="mailto:utkarsh.ayachit@kitware.com" target="_blank">utkarsh.ayachit@kitware.com</a>><br>
<b>Sent:</b> Friday, August 26, 2016 8:35 AM<br>
<b>To:</b> Gallagher, Timothy P<br>
<b>Cc:</b> <a href="mailto:paraview@paraview.org" target="_blank">paraview@paraview.org</a><br>
<b>Subject:</b> Re: [Paraview] Status of BoxLib AMR reader</font>
<div> </div>
</div>
</div>
<font size="2"><span style="font-size:10pt">
<div>Tim,<br>
<br>
I am not exactly sure what's the status of the reader, but I can<br>
certainly look it up. Do you have a sample dataset also to test that<br>
it's working (or not)?<br>
<br>
Utkarsh<br>
<br>
On Thu, Aug 25, 2016 at 2:22 PM, Gallagher, Timothy P<br>
<<a href="mailto:tim.gallagher@gatech.edu" target="_blank">tim.gallagher@gatech.edu</a>> wrote:<br>
> Hi,<br>
><br>
><br>
> Our code is moving away from traditional structured grids towards an AMR<br>
> capability using BoxLib. That means, unfortunately, that all of the<br>
> development we have done to make our code Paraview and CoProcessing friendly<br>
> is not usable with the BoxLib file format.<br>
><br>
><br>
> I have seen some information on various websites about using the VisitBridge<br>
> to add the readers from Visit into Paraview, but when I build with it, the<br>
> BoxLib reader was not included in the list of formats I could use for files<br>
> -- even though it is listed online.<br>
><br>
><br>
> Does anybody know what the status is of the reader in PV and if it is<br>
> usable? Or is there a different format we can try to write out from our code<br>
> that would be usable? I really don't want to lose the work we've done with<br>
> PV and I would rather spend time writing code to get things working again<br>
> for PV than learn to use new software!<br>
><br>
><br>
> Thanks,<br>
><br>
><br>
> Tim<br>
><br>
><br>
> ______________________________<wbr>_________________<br>
> Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a>
<div style="margin-bottom:20px;overflow:auto;width:100%;text-indent:0px">
<table style="width:90%;background-color:rgb(255,255,255);overflow:auto;padding-top:20px;padding-bottom:20px;margin-top:20px;border-top:1px dotted rgb(200,200,200);border-bottom:1px dotted rgb(200,200,200)" cellspacing="0">
<tbody>
<tr style="border-spacing:0px" valign="top">
<td colspan="1" style="width:250px;display:table-cell;padding-right:20px">
<div style="background-color:rgb(255,255,255);min-height:165px;margin:auto;display:table;width:250px">
<a href="http://www.kitware.com/" style="display:table-cell;text-align:center" target="_blank"><img style="display:inline-block;max-width:250px;max-height:250px;min-height:165px;width:250px;border-width:0px;vertical-align:bottom" height="165" width="250" src="http://www.kitware.com/img/Areas_Index_Home.jpg"></a></div>
</td>
<td colspan="2" style="vertical-align:top;padding:0px;display:table-cell">
<div></div>
<div style="color:rgb(17,111,160);font-weight:400;font-size:21px;font-family:"wf_segoe-ui_light","Segoe UI Light","Segoe WP Light","Segoe UI","Segoe WP",Tahoma,Arial,sans-serif;line-height:21px">
<a href="http://www.kitware.com/" style="text-decoration:none" target="_blank">Kitware Inc. - leading edge, high-quality software</a></div>
<div style="margin:10px 0px 16px;color:rgb(102,102,102);font-weight:400;font-family:"wf_segoe-ui_normal","Segoe UI","Segoe WP",Tahoma,Arial,sans-serif;font-size:14px;line-height:14px">
<a href="http://www.kitware.com" target="_blank">www.kitware.com</a></div>
<div style="display:block;color:rgb(102,102,102);font-weight:400;font-family:"wf_segoe-ui_normal","Segoe UI","Segoe WP",Tahoma,Arial,sans-serif;font-size:14px;line-height:20px;max-height:100px;overflow:hidden">
Kitware's mission is to create state-of-the-art software products and services in visualization and data processing using advanced quality software methods and ...</div>
</td>
</tr>
</tbody>
</table>
</div>
<br>
><br>
> Visit other Kitware open-source projects at<br>
> <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/<wbr>opensource/opensource.html</a><br>
><br>
> Please keep messages on-topic and check the ParaView Wiki at:<br>
> <a href="http://paraview.org/Wiki/ParaView" target="_blank">http://paraview.org/Wiki/<wbr>ParaView</a><br>
><br>
> Search the list archives at: <a href="http://markmail.org/search/?q=ParaView" target="_blank">http://markmail.org/search/?q=<wbr>ParaView</a><br>
><br>
> Follow this link to subscribe/unsubscribe:<br>
> <a href="http://public.kitware.com/mailman/listinfo/paraview" target="_blank">http://public.kitware.com/<wbr>mailman/listinfo/paraview</a><br>
><br>
</div>
</span></font></div>
</div>
</div>
</div></div></div>
</div>
</div>

</blockquote></div><br></div>