Re: [OMPI users] ParaView runtime problem with openmpi 1.0.2

2006-05-17 Thread Jeff Squyres (jsquyres)
: 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

Re: [OMPI users] ParaView runtime problem with openmpi 1.0.2

2006-05-17 Thread W. Bryan Smith
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

[OMPI users] ParaView runtime problem with openmpi 1.0.2

2006-05-11 Thread W. Bryan Smith
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