Re: [Paraview] [EXTERNAL] pvserver MPI issue

2017-10-14 Thread Utkarsh Ayachit
Quentin, Each pvserver rank trying to connect the same socket is the classic symptom of paraview not build with MPI. Mind attaching your CMakeCache.txt? Utkarsh On Sat, Oct 14, 2017 at 8:05 PM, Quentin d'Avout wrote: > Thanks Utkarsh. > > Yes, I’ve checked both. > > > > Quentin d’Avout | Aerod

Re: [Paraview] [EXTERNAL] pvserver MPI issue

2017-10-14 Thread Utkarsh Ayachit
Are you sure you ParaView is built with MPI support enabled? If so, are you sure you're using the correct mpirun executable that goes with the MPI implementation you used to build ParaView? Utkarsh On Sat, Oct 14, 2017 at 2:49 PM, Quentin d'Avout wrote: > Actually, it turns out that you have to

Re: [Paraview] [EXTERNAL] pvserver MPI issue

2017-10-14 Thread Quentin d'Avout
Actually, it turns out that you have to specifically tell pvserver to use different ports for every process: mpirun -np 32 pvserver --server-port=%PV_SERVER_PORT% But I’m now having issues connecting to all of these processes from the paraView GUI/connect window. Can’t seem to be able to spec