Dear:
        I use a ply file to do the test . I use two servers to render it and 
MPI to support the communication . when I use the command: mpirun -n 2 /bin/env 
DISPLAY=:0 /usr/local/paraview4.2/bin/pvserver ,and a client connect the server 
. Then I render the file , I found that " 
vtkParallelRenderManager::SatelliteStartRender();vtkParallelRenderManager::StartRender()",the
 two function in vtkParallelRenderManager.cxx file isn't use in this test and 
these fuctions in vtkCommunicator.css:

int vtkCommunicator::Receive(vtkDataObject* data, int remoteHandle,int tag);

vtkDataObject *vtkCommunicator::ReceiveDataObject(int remoteHandle, int tag);

int vtkCommunicator::ReceiveDataObject(vtkDataObject* data, int 
remoteHandle,int tag, int dataType);

int vtkCommunicator::ReceiveElementalDataObject(vtkDataObject* data, int 
remoteHandle, int tag);

int vtkCommunicator::Receive(vtkDataArray* data, int remoteHandle, int tag)

also haven't been use on the satellite process. I can't underStand , It used 
which function to receive the data from the node process .  And where to 
distribute the data? Who can help me .Thank you !
                                                                                
                                                                                
                                                                 Sincerely!
                                                                                
                                                                                
                                                                  zhz
_______________________________________________
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