distributed rendering does not work
both backends exhibit the same issue nothing i shown on the rendering window to reproduce in one terminal
mpiexec.mpich -np 2 ./bin/apvserver
in a different one
./bin/vtkRemotingServerManagerViewsCxxTests "TestBasicRenderView" --server-url cs://calypso:33333 -I
same example works if apvserver
is started without mpiexec
compiled with -DAPV_USE_MPI=ON -DMPI_EXECUTABLE_SUFFIX=.mpich
Edited by Christos Tsolakis