: Re: [OMPI users] ParaView runtime problem with openmpi
1.0.2
to successfully build ParaView with OpenMPI support in Linux:
1) compile OpenMPI and add openmpi/bin/ to the top of your PATH
and add openmpi/lib/ to the top of the LD_LIBRARY_PATH environment
to successfully build ParaView with OpenMPI support in Linux:
1) compile OpenMPI and add openmpi/bin/ to the top of your PATH and add
openmpi/lib/ to the top of the LD_LIBRARY_PATH environment variable. this
is in my .cshrc so they are always set whenever i log in.
2) download the ParaView sour
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