Hi, I would like to ask about running pvserver in parallel with MPI on multiple hosts. Is that possible?
The following commands were tested successfully: 1) Running MPI on localhost: mpiexec –n M localhost pvserver 2) Running MPI on remotehost: mpiexec –host remotehost –n M pvserver But I was not able to run: mpiexec –hosts 2 localhost 1 remotehost 1 pvserver I run the following to test MPI on multiple hosts and it worked: mpiexec –hosts 2 localhost 1 remotehost 1 hostname Is there any pre-configuration that should be done to pvserver? I want the clients to connect to the server (master server), and the jobs are distributed across multiple nodes. Regards, Mariam
_______________________________________________ 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
