Hello!

I have a Fortran serial test case working that uses the Catalyst coprocessor to 
generate images.

I tried moving to a parallel test case, but the program crashes with the error:

ORTE_ERROR_LOG: Attempt to redefine an existing data type in file 
runtime/orte_globals.c at line 218

at the call to initialize the coprocessor:

call coprocessorinitializewithpython("coproc.py",9)

Does this call change in parallel, or should only one processor be calling it?

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.

Thanks for any help,
Lucas
________________________________
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.
_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview

Reply via email to