[Paraview] Can ParaView run in parallel on windows?

Utkarsh Ayachit utkarsh.ayachit at kitware.com
Wed Apr 20 10:24:03 EDT 2005


> 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
> 


More information about the ParaView mailing list