[Paraview] Configuring ParaView with OpenMPI
Kent Eschenberg
eschenbe at psc.edu
Tue Apr 15 13:19:21 EDT 2008
Cally K wrote:
> Was just wondering how do I configure Paraview3.2.1 with open mpi,
>
> my MPI_LIBRARY= points to libmpi.a
>
> but I left the mpi_extra_library path empty,should I fill up this.
> MPI_EXTRA_LIBRARY:FILEPATH=
Cally, there is no general answer to your question. Different implementations of MPI require different things. You need to learn what files a C++ program using your MPI needs when linking. Be sure to include your MPI library for C++, if there is one.
For example, on one of our Linux clusters:
MPI_LIBRARY:
/usr/local/packages/mvapich2/lib/libmpich.so
MPI_EXTRA_LIBRARY:
-L/usr/local/packages/mvapich2/lib;-Wl,-rpath;-Wl,/usr/local/packages/mvapich2/lib;-lmpichcxx;-lmpich;-L/usr/lib64;-lrdmacm;-libverbs;-l
ibumad;-lpthread;-lrt
Kent
Pittsburgh Supercomputing Center
More information about the ParaView
mailing list