Hi Bill,<br><br>The Catalyst examples were meant more for batch processing examples (i.e. specified output files at given intervals). I didn&#39;t test them with connecting to Catalyst and all of the Python scripts in there probably have that functionality disabled. I&#39;m updating some of the stuff to make Live In Situ work better but those fixes probably won&#39;t go into ParaView master until next week. I&#39;ll send you an email for notification when it&#39;s fixed.<br>
<br>Andy<br><br><div class="gmail_quote">On Wed, Jun 5, 2013 at 6:12 PM, Bill Sherman <span dir="ltr">&lt;<a href="mailto:shermanw@indiana.edu" target="_blank">shermanw@indiana.edu</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi Andy, list,<div class="im"><br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
My changes went into ParaView on 5/29 (the commit SHA is<br>
617e91e3f318a22a54aca7e82b8ab1<u></u>a0f5d88820) which is after your version of<br>
ParaView. That should fix your issue. After doing a &quot;git pull&quot; you can<br>
do a &quot;git checkout 617e91e3f318&quot; to get that revision but I would<br>
suggest just using the master version (also make sure to do a git<br>
submodule update from the main source directory).<br>
<br>
The Catalyst examples commit SHA which you&#39;ll want is<br>
f041507af5f6f010c9f8a2de8b3014<u></u>ae19a2394b.<br>
<br>
There are plans to make the Catalyst examples tested nightly so that<br>
things don&#39;t get out of sync causing these headaches. That probably<br>
won&#39;t get done before the 4.0 release though.<br>
</blockquote>
<br></div>
That will be good.<br>
<br>
Okay, so progress report -- works more, but not all the way.<br>
<br>
I tested both with a git master from this morning as well as<br>
with &quot;git checkout 617e91e3f318&quot;, and got the same results for<br>
both.<br>
<br>
And before I report the output for &quot;CFullExample&quot;, I thought I&#39;d try a<br>
couple of the other examples (&quot;CxxFullExample&quot; and &quot;CxxImageDataExample&quot;,<br>
and I got a different (non-working) result -- and that is, that it just<br>
returned to the prompt without apparently connecting to ParaView, but<br>
it did produce datafiles for every 10th time step (as well as the &quot;fullgrid&quot;<br>
for the first and last time steps) -- actually, that now happens for all<br>
the examples I&#39;ve tried.<br>
<br>
<br>
Okay, so back to what happens with &quot;CFullExample&quot;, which now is clearly<br>
connecting to the ParaView Catalyst tool.  After it connects, a popup<br>
appears saying:<br>
                &quot;Catalyst Disconnected&quot;<br>
<br>
                &quot;Connection to Catalyst Co-Processor has been terminated<br>
                involuntarily. This implies either a communication error, or<br>
                that the Catalyst co-processor has terminated. The Catalyst<br>
                session will now be cleaned up. You can start a new one if you<br>
                want to monitor for additional Catalyst connection requests.&quot;<br>
<br>
Now, behind it, in the pipeline browser, I can see that some modules<br>
have been connected to teh catalyst input icon:<br>
                * PVTrivalProducer1<br>
                * Slice1<br>
<br>
But then I click &quot;OK&quot; on the popup, and everything goes away.<br>
<br>
The shell and the &quot;Output Messages&quot; window report this:<br>
                ERROR: In /home/avl/VR/Apps/ParaView/<u></u>ParaView_git20130605/VTK/<u></u>Parallel/Core/<u></u>vtkSocketCommunicator.cxx, line 812<br>
                vtkSocketCommunicator (0x2b009d0): Could not receive tag. 1<br>
<br>
Looks like definite progress, but not quite there.<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Regards,<br>
Andy<br>
</blockquote>
<br>
        Thanks,<br>
        Bill<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">
<br>
On Wed, Jun 5, 2013 at 11:34 AM, Bill Sherman &lt;<a href="mailto:shermanw@indiana.edu" target="_blank">shermanw@indiana.edu</a><br></div><div class="im">
&lt;mailto:<a href="mailto:shermanw@indiana.edu" target="_blank">shermanw@indiana.edu</a>&gt;&gt; wrote:<br>
<br>
    Hello again,<br>
<br>
<br>
        FYI: I just updated the Catalyst examples (commit SHA<br></div>
        f041507af5f6f010c9f8a2de8b3014<u></u>__ae19a2394b) to work with<div class="im"><br>
        ParaView as of<br>
        today&#39;s gatekeeper review (commit SHA<br></div>
        a3508bd9e0164c85968d6cde64e227<u></u>__5cd57aab3c).<div class="im"><br>
<br>
<br>
    Great. I now have some time to do more testing and learning.<br>
<br>
<br>
        If you get issues, let me know.<br>
<br>
<br>
    Okay, so I&#39;m now getting a different error when I run the Catalyst<br>
    application/script:<br>
    % ./FEDriver SampleScripts/feslicescript.py<br>
<br>
    Traceback (most recent call last):<br>
    File &quot;&lt;string&gt;&quot;, line 2, in &lt;module&gt;<br></div>
    File &quot;SampleScripts/feslicescript._<u></u>_py&quot;, line 87, in DoCoProcessing<br>
    coprocessor.__<u></u>DoLiveVisualization(__<u></u>datadescription, &quot;localhost&quot;, 22222)<br>
    File<br>
    &quot;/home/avl/VR/Apps/ParaView/__<u></u>ParaView_git20130528/Build/__<u></u>lib/site-packages/paraview/__<u></u>coprocessing.py&quot;,<br>
    line 155, in DoLiveVisualization<br>
    self.__LiveVisualizationLink = servermanager.__<u></u>vtkLiveInsituLink()<div class="im"><br>
    NameError: global name &#39;servermanager&#39; is not defined<br>
<br>
    And that is repeated 11 times.<br>
<br>
<br>
    So, the versions I&#39;m using are: the Catalyst examples from master.zip<br>
    where the files are all dated 05/29/13 17:59.<br>
<br>
    And a ParaView git clone that reports:<br>
    % git show HEAD<br></div>
    commit 723b5455491ef913ed1083f75e34c2<u></u>__820d1f06e8<div class="im"><br>
    Merge: d915ca0 3e6ceec<br>
    Author: Utkarsh Ayachit &lt;<a href="mailto:utkarsh.ayachit@kitware.com" target="_blank">utkarsh.ayachit@kitware.com</a><br></div>
    &lt;mailto:<a href="mailto:utkarsh.ayachit@kitware.com" target="_blank">utkarsh.ayachit@<u></u>kitware.com</a>&gt;&gt;<div class="im"><br>
    Date: Fri May 24 10:41:11 2013 -0400<br>
<br>
    Merge topic &#39;update_version_rc2&#39;<br>
<br>
    3e6ceec Update version to 4.0.0-RC2<br>
<br>
    So I guess that&#39;s a slightly different commit than what you were<br>
    testing against -- but I downloaded it 05/28/13, so only one day<br>
    difference.<br>
<br>
    I can try a newer (or different) version of ParaView, but I&#39;m not<br>
    sufficiently familiar with git to know how to request a specific<br>
    commit code.<br>
<br>
    Recommendations?<br>
<br>
        Andy<br>
<br>
<br>
    Thank you,<br>
    Bill<br>
<br>
<br>
        On Wed, May 29, 2013 at 2:41 PM, Bill Sherman<br>
        &lt;<a href="mailto:shermanw@indiana.edu" target="_blank">shermanw@indiana.edu</a> &lt;mailto:<a href="mailto:shermanw@indiana.edu" target="_blank">shermanw@indiana.edu</a>&gt;<br></div><div><div class="h5">
        &lt;mailto:<a href="mailto:shermanw@indiana.edu" target="_blank">shermanw@indiana.edu</a> &lt;mailto:<a href="mailto:shermanw@indiana.edu" target="_blank">shermanw@indiana.edu</a>&gt;&gt;<u></u>&gt; wrote:<br>
<br>
        Lucas, Andy,<br>
<br>
        Thank you both for your responses.<br>
<br>
<br>
        On 05/29/2013 12:42 PM, Andy Bauer wrote:<br>
<br>
        Hi Bill &amp; Lucas,<br>
<br>
        I was on vacation the last several days and am now finally<br>
        catching up.<br>
<br>
        Thanks for the info on the examples not working with the 4.0 release<br>
        candidates. I haven&#39;t tested them in a while so it&#39;s possible that<br>
        something is out of sync. As Lucas mentioned, Catalyst had quite<br>
        a bit<br>
        of changes recently but it should have calmed down by now. I&#39;ll<br>
        try and<br>
        get the examples updated as well in the next couple of days. Once<br>
        ParaView 4.0 comes out I&#39;ll tag the examples as well and<br>
        hopefully in<br>
        the not too distant future put up a dashboard with the examples<br>
        running<br>
        against ParaView master to help keep things in sync.<br>
<br>
<br>
        Great.<br>
<br>
<br>
        I think Lucas answered your questions well but let us know if<br>
        there&#39;s<br>
        still something that isn&#39;t quite clear.<br>
<br>
<br>
        Yes, I think once I see a working example and the steps needed<br>
        to get<br>
        there I should be off to the races. I haven&#39;t decided yet<br>
        whether I&#39;ll<br>
        go back and compile the 05/14/13 version of ParaView, or perhaps<br>
        wait<br>
        until you&#39;ve had a chance to update the examples for the upcoming<br>
        release.<br>
<br>
        I&#39;ve got a book chapter due, so I may just wait until I get that<br>
        done<br>
        and see where things are.<br>
<br>
        Regards,<br>
        Andy<br>
<br>
<br>
        Thanks again for your help,<br>
        Bill<br>
<br>
<br>
<br>
<br>
</div></div></blockquote>
<br>
</blockquote></div><br>