<HTML>
<HEAD>
<TITLE>Re: [Paraview] Filter Plugin in Client/Server ParaView</TITLE>
</HEAD>
<BODY>
<FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>If your filter has any C++ code (and by your description it does) then you will have to compile the plugin on the SGI Cluster and load it there. As a general rule, it is usually safest to compile the plugin for both client and server and load it both places.<BR>
<BR>
-Ken<BR>
<BR>
<BR>
On 2/9/09 7:03 AM, "Rafael March" <<a href="rafaelmarch3@yahoo.com">rafaelmarch3@yahoo.com</a>> wrote:<BR>
<BR>
</SPAN></FONT><BLOCKQUOTE><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>Hi,<BR>
<BR>
I've finished recently to program a ParaView filter. I developed it under windows, and now I want to run it in a distributed environment: a client running in a windows machine, and a server running in a SGI Cluster. <BR>
<BR>
I thought it should work, 'cause i've programmed following the paraview client server architecture (using server manager properties, and so on). But when I open paraview (I can see my plugin loaded in "Local Plugins" in the Plugin Manager dialog), and try to use my filter, it crashes and close. <BR>
<BR>
The question is: do I have to load my plugin as a "Remote Plugin", or it is enough to generate my dll under windows and load it as a local plugin ? Must I compile it under linux and load it in the Cluster ? Or maybe this is just a programming bug ?<BR>
<BR>
Regards,<BR>
Rafael March.<BR>
<BR>
<BR>
</SPAN></FONT></BLOCKQUOTE><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'><BR>
</SPAN></FONT><FONT SIZE="2"><FONT FACE="Consolas, Courier New, Courier"><SPAN STYLE='font-size:10pt'><BR>
**** Kenneth Moreland<BR>
*** Sandia National Laboratories<BR>
*********** <BR>
*** *** *** email: <a href="kmorel@sandia.gov">kmorel@sandia.gov</a><BR>
** *** ** phone: (505) 844-8919<BR>
*** web: <a href="http://www.cs.unm.edu/~kmorel">http://www.cs.unm.edu/~kmorel</a><BR>
</SPAN></FONT></FONT><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'><BR>
</SPAN></FONT>
</BODY>
</HTML>