Re: [Paraview] MPI Socket in use

2012-04-17 Thread Adam Dershowitz, Ph.D., P.E.
gt; -Original Message- >> From: Utkarsh Ayachit [mailto:utkarsh.ayac...@kitware.com] >> Sent: Tue 4/17/2012 6:14 AM >> To: Adam Dershowitz >> Cc: paraview@paraview.org >> Subject: Re: [Paraview] MPI Socket in use >> >> Do you mind posting your C

Re: [Paraview] MPI Socket in use

2012-04-17 Thread Adam Dershowitz, Ph.D., P.E.
> > > > -Original Message- > > From: Utkarsh Ayachit [mailto:utkarsh.ayac...@kitware.com] > > Sent: Tue 4/17/2012 6:14 AM > > To: Adam Dershowitz > > Cc: paraview@paraview.org > > Subject: Re: [Paraview] MPI Socket in use > > > > Do you

Re: [Paraview] MPI Socket in use

2012-04-17 Thread John Patchett
like it is > > linking MPI stuff). And also CMakeCache.txt > > > > > > > > > > > > -Original Message- > > From: Utkarsh Ayachit [mailto:utkarsh.ayac...@kitware.com] > > Sent: Tue 4/17/2012 6:14 AM > > To: Adam Dershowitz >

Re: [Paraview] MPI Socket in use

2012-04-17 Thread Utkarsh Ayachit
inal Message- > From: Utkarsh Ayachit [mailto:utkarsh.ayac...@kitware.com] > Sent: Tue 4/17/2012 6:14 AM > To: Adam Dershowitz > Cc: paraview@paraview.org > Subject: Re: [Paraview] MPI Socket in use > > Do you mind posting your CMakeCache.txt file? Also do a "ldd >

Re: [Paraview] MPI Socket in use

2012-04-17 Thread Utkarsh Ayachit
Do you mind posting your CMakeCache.txt file? Also do a "ldd libvtkParallel.so". Let's verify that vtkParallel is linking against MPI libs. Utkarsh On Tue, Apr 17, 2012 at 12:26 AM, Adam Dershowitz, Ph.D., P.E. wrote: > I am sure that I use ccmake and changed PARAVIEW_USE_MPI to ON, (I also > e

Re: [Paraview] MPI Socket in use

2012-04-17 Thread Gena Bug
Hi! Some time ago I tried to built ParaView with MPI and noticed that even if variables MPI_{CXX,C}_COMPILER pointed to the right compilers (mpicxx and mpicc respectively), the compilers from CMAKE_{CXX,C}_COMPILER variables were used (g++ and gcc). Try turning on CMAKE_VERBOSE_MAKEFILE and l

Re: [Paraview] MPI Socket in use

2012-04-16 Thread Adam Dershowitz, Ph.D., P.E.
I am sure that I use ccmake and changed PARAVIEW_USE_MPI to ON, (I also enabled python and pointed to the open mpi compiler, so that it then filled in most of the variables for MPI, as the note explains). Then I did configure and generate. Finally I did make, and sudo make install. All seemed

Re: [Paraview] MPI Socket in use

2012-04-16 Thread Utkarsh Ayachit
You may want to verify PARAVIEW_USE_MPI flag again and ensure that the pvserver you're running is indeed the one that has PARAVIEW_USE_MPI set to ON. The problem you're seeing is typical when ParaView not built with MPI. Utkarsh On Mon, Apr 16, 2012 at 8:10 PM, Adam Dershowitz wrote: > I just bu

[Paraview] MPI Socket in use

2012-04-16 Thread Adam Dershowitz
I just built paraview on an opensuse linux box. When I use the GUI, and a single connection it seems to work fine. But, if I try to use multiple CPUs, or run with mpi, it fails. I do have OpenMPI installed. When I first started getting the error, I googled around some and found that maybe "m