Raashid,<br><br>The problem below is a bug. We will address it soon.<br><br>-berk<br><br><div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<p>
-----------------------------------------------------------------------------<br>
One of the processes started by mpirun has exited with a nonzero exit<br>
code. This typically indicates that the process finished in error.<br>
If your process did not finish in error, be sure to include a "return<br>
0" or "exit(0)" in your C code before exiting the application.<br>
<br>
PID 27473 failed on node n1 (<a href="http://10.101.11.72" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">10.101.11.72</a>) due to signal 6.<br>
-----------------------------------------------------------------------------<br>
Process id: 1 >> ERROR: In /home/raashid/ParaView3/Servers/Common/vtkProcessModule.cxx, line 971<br>
vtkProcessModule (0x80f1d68): Invalid arguments to vtkClientServerStream::Invoke. There must be at least two arguments. The first must be an object and the second a string.<br>
while processing<br>
Message 0 = Invoke<br>
Argument 0 = id_value {34}<br>
Argument 1 = string_value {AddRenderer}<br>
Argument 2 = int32_value {0}<br>
Argument 3 = id_value {32}<br>
<br>
<br>
Process id: 1 >> ERROR: In /home/raashid/ParaView3/Servers/Common/vtkProcessModule.cxx, line 973<br>
vtkProcessModule (0x80f1d68): Aborting execution for debugging purposes.<br>
<br>
<br>
The script on the client end is <br>
<br>
raashid@bean:~/ParaView3-unix/bin$ ./pvpython<br>
Python 2.5.1 (r251:54863, May 2 2007, 16:53:27) <br>
[GCC 4.1.2 (Ubuntu 4.1.2-0ubuntu4)] on linux2<br>
Type "help", "copyright", "credits" or "license" for more information.<br>
>>> import paraview<br>
>>> paraview.ActiveConnection = paraview.Connect("<a href="http://10.101.11.71" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">10.101.11.71</a>", 11111)<br>
>>> reader = paraview.CreateProxy("sources", "XMLUnstructuredGridReader", "sources")<br>
>>> reader.SetFileName("fire_ug.vtu")<br>
>>> reader.UpdateVTKObjects()<br>
>>> isosurface_filter = paraview.CreateProxy("filters", "Contour", "filters")<br>
>>> isosurface_filter.SetInput(reader)<br>
>>> isosurface_filter.SetContourValues(298.38, 396.84, 495.31, 593.775, 692)<br>
>>> isosurface_filter.UpdateVTKObjects()<br>
>>> renWin = paraview.CreateRenderWindow()<br>
<br>
<br>
The pvserver crashed as soon as I tried to creat the window<br>
<br><br></p></blockquote></div>