[Paraview] Paraview 3.6.2 / Open MPI 1.4.1: Server Connection Closed! / Server failed to gather information./cslog

Kevin H. Hobbs hobbsk at ohiou.edu
Mon Mar 15 11:47:58 EDT 2010


On 03/12/2010 09:40 AM, Utkarsh Ayachit wrote:
> Is it possible to attach a debugger to the server processes and see
> where it crashes?
> 
> On Fri, Mar 12, 2010 at 7:03 AM, SCHROEDER, Martin
> <Martin.SCHROEDER at mtu.de> wrote:
>> Hello
>> when I'm trying to run paraview (pvserver) on a single host using mpirun
>> with 4 -8 processes, it works.
>> The problem is :
>> when i'm trying to spread pvserver over multiple hosts, using mpirun and a
>> hostfile, the server processes and the client crash when I connect the
>> client to the server.
>>



If you have more than one processor core per node, and the problem only
occurs when you use more than one process per node, then try adding

-mca btl_sm_num_fifos 16

to your mpirun/mpiexec/orterun command line. Replace "16" with a number
grater than or equal to twice the number of processes per node.

Open MPI has this bug with certain compilers :

https://svn.open-mpi.org/trac/ompi/ticket/2043

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 252 bytes
Desc: OpenPGP digital signature
URL: <http://www.paraview.org/pipermail/paraview/attachments/20100315/ef2d9fd5/attachment.pgp>


More information about the ParaView mailing list