[Paraview] [EXTERNAL] mpirun ./pvserver

Scott, W Alan wascott at sandia.gov
Wed Feb 22 09:39:22 EST 2012


Kaster,
Only pvserver process 0 tries to connect through port 11111.  Be sure that you don't have a rogue client process running - this can tie up the port, blocking new clients from connecting.  Check the same thing on the serer side.

Alan

-----Original Message-----
From: paraview-bounces at paraview.org [mailto:paraview-bounces at paraview.org] On Behalf Of Kaster Might
Sent: Wednesday, February 22, 2012 12:46 AM
To: paraview at paraview.org
Subject: [EXTERNAL] [Paraview] mpirun ./pvserver

Hi all,

I have issues with running parallel pvserver on linux machine. When I try this `mpirun -np 3 ./pvserver` I get error `vtkServerSocket (0xe09640): Socket error in call to bind. Address already in use.` for every process but first.  I believe it's because each of `pvserver` processes tries to listen the same 11111 port at the same time, but I couldn't find how to specify different ports depending on -np parameter for mpirun. Any help or advice is appreciated.

Thanks.

--
Kaster Might



More information about the ParaView mailing list