):
make
Now you can run ParaView in parallel mode using:
mpiexec -n NP /path_to_paraview_build/bin/./paraview
where NP = desired number of processes.
happy parallel volume rendering...
bryan
On 5/11/06, W. Bryan Smith wrote:
hi,
i have compiled a program called ParaView (paraview.org) with
hi,
i have compiled a program called ParaView (paraview.org) with MPI support
using OpenMPI 1.0.2, and when i try to run the paraview executable using
mpiexec -n 4 paraview
or
miprun -np 4 paraview
instead of having one paraview window open with parallel support, there are
4 paraview windows