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.







_______________________________________________
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

Reply via email to