[Paraview] pvserver with POE

Marc Rugeri rugeri at idris.fr
Fri Aug 30 04:27:18 EDT 2013


Hi,

I have some  difficulties  to use pvserver running under IBM's native
Parallel Operating Environment (POE).
It looks like pvserver is failing to opening up a server-socket  
to which the paraview clients are expected.

$ poe pvserver -procs 2

produce the following error message:
Waiting for client...
Connection URL: cs://ada258:11111
Waiting for client...
Connection URL: cs://ada258:11111
Accepting connection(s): ada258:11111
ERROR: In /smplocal/src/pub/Paraview/3.9.8-par/src/VTK/Common/System/vtkSocket.cxx, line 206
vtkServerSocket (0x127b170): Socket error in call to bind. Address already in use.
ERROR: In /smplocal/src/pub/Paraview/3.9.8-par/src/ParaViewCore/ClientServerCore/Core/vtkTCPNetworkAccessManager.cxx, 
line 354
vtkTCPNetworkAccessManager (0x11eba20): Failed to set up server socket.

Exiting...

It's work fine with mpirun  (Intel MPI Library) 
 
$ mpirun -np 2 pvserver 
Waiting for client...
Connection URL: cs://ada337:11111
Accepting connection(s): ada337:11111

Any ideas ?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.paraview.org/pipermail/paraview/attachments/20130830/d369b462/attachment.htm>


More information about the ParaView mailing list