<div dir="ltr"><div>Hi Lucas,<br><br></div>Every process should call coprocessorinitializewithpython(). I&#39;m not sure how to solve this but first off maybe trying the Fortran 90 example at <a href="https://github.com/acbauer/CatalystExampleCode">https://github.com/acbauer/CatalystExampleCode</a> may help simplify the problem. What machine are you trying this on and what version of ParaView are you using?<br>
<br>Andy<br><div id=":29"></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Apr 29, 2013 at 4:25 PM, Pettey . Lucas <span dir="ltr">&lt;<a href="mailto:LPettey@drc.com" target="_blank">LPettey@drc.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello!<br>
<br>
I have a Fortran serial test case working that uses the Catalyst coprocessor to generate images.<br>
<br>
I tried moving to a parallel test case, but the program crashes with the error:<br>
<br>
ORTE_ERROR_LOG: Attempt to redefine an existing data type in file runtime/orte_globals.c at line 218<br>
<br>
at the call to initialize the coprocessor:<br>
<br>
call coprocessorinitializewithpython(&quot;coproc.py&quot;,9)<br>
<br>
Does this call change in parallel, or should only one processor be calling it?<br>
<br>
If I comment out the line of code that calls the coprocessor initialization, then the code runs fine, I just get the error that the co-processor needs to initialize every time there is a VTK coprocessor call.<br>
<br>
Thanks for any help,<br>
Lucas<br>
________________________________<br>
This electronic message transmission and any attachments that accompany it contain information from DRCŪ (Dynamics Research Corporation) or its subsidiaries, or the intended recipient, which is privileged, proprietary, business confidential, or otherwise protected from disclosure and is the exclusive property of DRC and/or the intended recipient. The information in this email is solely intended for the use of the individual or entity that is the intended recipient. If you are not the intended recipient, any use, dissemination, distribution, retention, or copying of this communication, attachments, or substance is prohibited. If you have received this electronic transmission in error, please immediately reply to the author via email that you received the message by mistake and also promptly and permanently delete this message and all copies of this email and any attachments. We thank you for your assistance and apologize for any inconvenience.<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>