[Paraview] 3.14.0 - running parallel on a Mac

David E DeMarle dave.demarle at kitware.com
Wed Feb 29 10:10:25 EST 2012


I didn't build the Mac binaries with MPI this time around (3.12's
didn't have it either, because OSX10.7 Lion doesn't come with MPI
anymore).

So unfortunately you have to compile a server from source and enabled
MPI in it for now and connect to that from the pre-built client.

We plan to resolve this in the next release.

David E DeMarle
Kitware, Inc.
R&D Engineer
21 Corporate Drive
Clifton Park, NY 12065-8662
Phone: 518-881-4909



On Wed, Feb 29, 2012 at 9:11 AM, Angelini, Richard C CIV (US)
<richard.c.angelini.civ at mail.mil> wrote:
> 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
>


More information about the ParaView mailing list