[Paraview] How to compile with MPI support?

Kevin H. Hobbs kevin.hobbs.1 at ohiou.edu
Fri Mar 10 13:17:29 EST 2006


On Fri, 2006-03-10 at 10:55 -0700, Orion Poplawski wrote:
> Is there any documentation on how to compile with MPI support?  Haven't 
> found it yet....
> 

I've never found it either, but I've been slowly learning, and it's come
up on the list a few times it amounts to :

mkdir paraview_build_dir
cd paraview_build_dir
export CC=mpicc
export CXX=mpiCC
ccmake paraview_SOURCE_dir
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 191 bytes
Desc: This is a digitally signed message part
Url : http://public.kitware.com/pipermail/paraview/attachments/20060310/af5b7858/attachment.pgp


More information about the ParaView mailing list