> Not 100% sure what you mean with the pvserver fix. If you refer to the 
> previous issue (regarding vncserver & OpenGL), it does not affect this 
> behavior. I can reproduce this using regular X forwarding via ssh.

Yes, I was referring to the VNC issue.

Well, try this: create a programmable source and try the following as
the "Script".

     from paraview.servermanager import vtkProcessModule
     print "rank=", vtkProcessModule.GetProcessModule().GetPartitionId()
     print "total=",
vtkProcessModule.GetProcessModule().GetNumberOfLocalPartitions()

What do you get?
_______________________________________________
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

Search the list archives at: http://markmail.org/search/?q=ParaView

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/paraview

Reply via email to