[Paraview] MPI on multiple nodes

Mariam mbahameish at gmail.com
Mon Jul 24 13:27:57 EDT 2017


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

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/paraview/attachments/20170724/fbf651b2/attachment.html>


More information about the ParaView mailing list