[Paraview] 3.14.0 - running parallel on a Mac
Angelini, Richard C CIV (US)
richard.c.angelini.civ at mail.mil
Wed Feb 29 09:11:33 EST 2012
I’m using the prebuilt ParaView executable on a Mac workstation ..... And I can’t seem to get the parallel server to start up. Is there a trick?
In my pvsc file, I have a localMPI configuration that works fine on Linux with 3.14.0 but fails on the Mac. I have it set up this way:
<Server name="localhostMPI" resource="cs://localhost:11111">
<CommandStartup>
<Options>
<Option name="NUMPROC" label="Number Of Processes">
<Range type="int" min="1" max="16" step="1" default="4"/>
</Option>
</Options>
<Command exec="mpirun" timeout="0" delay="5" Arguments="5">
<Arguments>
<Argument value="-np"/>
<Argument value="$NUMPROC$"/>
<Argument value="/Applications/ParaView-3.14.0.app/Contents/bin/pvserver"/>
<Argument value="--server-port=11111"/>
</Arguments>
</Command>
</CommandStartup>
</Server>
When I try to use the localMPI server, I get this error on the Mac:
Waiting for client...
ERROR: In /Source/ParaView/release/ParaView/VTK/Common/vtkSocket.cxx, line 206
vtkServerSocket (0x10b1ccbe0): Socket error in call to bind. Address already in use.
ERROR: In /Source/ParaView/release/ParaView/VTK/Common/vtkSocket.cxx, line 206
vtkServerSocket (0x10b0d6c20): Socket error in call to bind. Address already in use.
ERROR: In /Source/ParaView/release/ParaView/ParaViewCore/ClientServerCore/vtkTCPNetworkAccessManager.cxx, line 343
vtkTCPNetworkAccessManager (0x1099356a0): Failed to set up server socket.
ERROR: In /Source/ParaView/release/ParaView/ParaViewCore/ClientServerCore/vtkTCPNetworkAccessManager.cxx, line 343
vtkTCPNetworkAccessManager (0x109936680): Failed to set up server socket.
ERROR: In /Source/ParaView/release/ParaView/VTK/Common/vtkSocket.cxx, line 206
vtkServerSocket (0x1099f1da0): Socket error in call to bind. Address already in use.
ERROR: In /Source/ParaView/release/ParaView/ParaViewCore/ClientServerCore/vtkTCPNetworkAccessManager.cxx, line 343
vtkTCPNetworkAccessManager (0x109a1cba0): Failed to set up server socket.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.paraview.org/pipermail/paraview/attachments/20120229/de765c1b/attachment.htm>
More information about the ParaView
mailing list