Hi, Greg:

Thanks for the quick reply. Making things more consistent has certainly cleaned up the script, which now reads

from paraview.simple import *

reader = XMLPartitionedRectilinearGridReader(FileName="draping.0030.bin.pvtr")
pointData = CellDatatoPointData(reader)
contour = Contour(pointData)
contour.ContourBy='density'
contour.Isosurfaces=[100]
rep = Show(contour)
view = Render()
WriteImage("./foo.png")

but the problem remains; it works fine with pvserver when feeding this script into the client's python shell, but it still crashes horribly with pvbatch:

$ mpirun -np 80 pvbatch --use-offscreen-rendering ../foo.py
Process id: 0 >> ERROR: In /scinet/gpc/src/ParaView/ParaView3/Servers/ServerManager/vtkSMProxyManager.cxx, line 327 vtkSMProxyManager (0x1712f210): No proxy that matches: group=views and proxy=BarChartView were found.

Process id: 0 >> ERROR: In /scinet/gpc/src/ParaView/ParaView3/Servers/ServerManager/vtkSMProxy.cxx, line 2032 vtkSMComparativeViewProxy (0x183bf900): Failed to create subproxy: BarChartView

Process id: 0 >> ERROR: In /scinet/gpc/src/ParaView/ParaView3/Servers/ServerManager/vtkSMProxyManager.cxx, line 327 vtkSMProxyManager (0x1712f210): No proxy that matches: group=views and proxy=XYPlotView were found.

Process id: 0 >> ERROR: In /scinet/gpc/src/ParaView/ParaView3/Servers/ServerManager/vtkSMProxy.cxx, line 2032 vtkSMComparativeViewProxy (0x18542ea0): Failed to create subproxy: XYPlotView

vtkFileSeriesReader : [ ...........]
vtkFileSeriesReader(1) : [ ...........]
vtkFileSeriesReader(4) : [ ...........]
vtkFileSeriesReader(9) : [ ...........]
vtkFileSeriesReader(32) : [ ...........]
vtkFileSeriesReader(35) : [ ...........]
vtkPVGeometryFilter : [ ...........]
vtkPVGeometryFilter(6) : [ ...........]
vtkPVGeometryFilter(43) : [ ...........]
vtkPVGeometryFilter(53) : [ ...........]
vtkPVGeometryFilter(15) : [ ...........]
rank 54 in job 1  gpc-f144n002_47183   caused collective abort of all ranks
  exit status of rank 54: killed by signal 11
rank 51 in job 1  gpc-f144n002_47183   caused collective abort of all ranks
  exit status of rank 51: killed by signal 11
rank 50 in job 1  gpc-f144n002_47183   caused collective abort of all ranks
  exit status of rank 50: killed by signal 11
rank 45 in job 1  gpc-f144n002_47183   caused collective abort of all ranks
  exit status of rank 45: killed by signal 11
rank 42 in job 1  gpc-f144n002_47183   caused collective abort of all ranks
  exit status of rank 42: killed by signal 11
rank 69 in job 1  gpc-f144n002_47183   caused collective abort of all ranks
  exit status of rank 69: killed by signal 11
rank 67 in job 1  gpc-f144n002_47183   caused collective abort of all ranks
  exit status of rank 67: killed by signal 11
rank 62 in job 1  gpc-f144n002_47183   caused collective abort of all ranks
  exit status of rank 62: killed by signal 11
rank 61 in job 1  gpc-f144n002_47183   caused collective abort of all ranks
  exit status of rank 61: killed by signal 11
rank 58 in job 1  gpc-f144n002_47183   caused collective abort of all ranks
  exit status of rank 58: killed by signal 11
rank 56 in job 1  gpc-f144n002_47183   caused collective abort of all ranks
  exit status of rank 56: killed by signal 11
rank 11 in job 1  gpc-f144n002_47183   caused collective abort of all ranks
  exit status of rank 11: killed by signal 11
rank 9 in job 1  gpc-f144n002_47183   caused collective abort of all ranks
  exit status of rank 9: killed by signal 9
rank 8 in job 1  gpc-f144n002_47183   caused collective abort of all ranks
  exit status of rank 8: killed by signal 9
rank 0 in job 1  gpc-f144n002_47183   caused collective abort of all ranks
  exit status of rank 0: killed by signal 9


--
Jonathan Dursi     <ljdu...@scinet.utoronto.ca>
_______________________________________________
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