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 ?
_______________________________________________ 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 Follow this link to subscribe/unsubscribe: http://www.paraview.org/mailman/listinfo/paraview
