Can you try using a simpler script as follows instead. Does that still crash?
from paraview.simple import * Sphere() Show() Render() On Fri, Aug 9, 2013 at 1:36 PM, bcurtis3 <[email protected]> wrote: > The issue is my code crashes at my view.StillRender() but it happens only > when using mpirun and pvbatch. If i just use pvbatch without mpirun, the > crash does not occur. > > > Code: http://paste.ubuntu.com/5960325/ > > Crash: http://paste.ubuntu.com/5960330/ > > CMakeCache.txt: http://paste.ubuntu.com/5960331/ > > Thanks, > ~Brian > _______________________________________________ > 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 >
_______________________________________________ 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
