[Paraview] Can ParaView run in parallel on windows?
Amy Squillacote
amy.squillacote at kitware.com
Wed Apr 20 10:38:11 EDT 2005
It is necessary to build ParaView from source in order to run it in
parallel. Then when you run CMake, turn on VTK_USE_MPI. When you ask
CMake to run configure again, it should find appropriate values for
MPI_INCLUDE_PATH and MPI_LIBRARY. If they have ***NOTFOUND values, you'll
have to set them yourself.
- Amy
At 10:24 AM 4/20/2005, Utkarsh Ayachit wrote:
> > 1) Can ParaView run in parallel on windows? if can, how to do it?
>Yes, you'll need a MPI implementation, such as MPICH
>(http://www-unix.mcs.anl.gov/mpi/mpich/). Once you install that, to run
>paraview in parallel, the command is
>mpirun -np 2 paraview.exe
>(where mpirun is the appropriate path to the mpirun.exe installed with
>mpich and paraview.exe is also the appropriate path to the paraview
>executable, and -np 2 specifies two parallel processes)
>
> >
> > 2) and how to run paraview in Client/Server mode in parallel?
>
>To run client server mode in parallel, you run the server (pvserver,
>pvrenderserver, pvdataserver) in parallel (as above, using mpirun).
>
>
>
> > any help would be appriciated.
> >
> > wang
> >
> >
> >
> > _______________________________________________
> > ParaView mailing list
> > ParaView at paraview.org
> > http://www.paraview.org/mailman/listinfo/paraview
> >
>_______________________________________________
>ParaView mailing list
>ParaView at paraview.org
>http://www.paraview.org/mailman/listinfo/paraview
More information about the ParaView
mailing list