[vtkusers] Really need help on Parallel vtk with/without MPI

Kent Eschenberg eschenbe at psc.edu
Wed Feb 7 11:06:20 EST 2007


Hi Wei,

I just took a quick look through my two books on VTK and the VTK web 
site, and didn't find anything on running VTK in parallel that I think 
would be useful to you.

Wei Woo wrote:
> This is third time I am again writing my query.I really need help.If 
> possible plsgive me some guidance /hints regarding following query:
>  
> 1)How to make program run parallel without MPI?What configuration in vtk 
> do I need to make?

Your question is confusing. If you don't use MPI then how will the parts 
of your parallel program communicate? Have you run other programs in 
parallel without MPI?

The part of question #1 concerning configuration I'll combine with your 
next question.

> 2)To run the same program with MPI,after downloading MPI,what change in 
> VTK configuration do I need to make?
> Thanks.
>  
> Wei.

First, make sure your new installation of MPI works by running the tests 
that came with the MPI package.

Then use "ccmake" to configure VTK. You'll see an option concerning MPI. 
Turn it on, run "configure", and ccmake will provide further options 
concerning MPI (it will ask for the location of your version of MPI, for 
example).

Finally, you need to write a program using your parallel version of VTK. 
I don't have any good examples - can someone on this list provide some?

Kent
Pittsburgh Supercomputing Center




More information about the vtkusers mailing list