From: Blas Pedro Uberuaga <buber@u.washington.edu>
Newsgroups: comp.parallel.mpi
Subject: MPICH problems with more than 4 processors
Date: Thu, 11 Feb 1999 14:35:58 -0800
Organization: University of Washington
Message-Id: <36C35B4E.F949161C@u.washington.edu>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Xref: ukc comp.parallel.mpi:4621


Hi,

I'm trying to run the test fortran program and it works fine if I run
with -np 4 or less, but if I try more, I get the following kind of
errors.  The C program works fine with as many as 12 processors.  Does
anyone have any idea what I might be doing wrong?

[buber@burdina01] >/usr/local/mpich/bin/mpirun -np 5 pi3
 Process  0  of  5  is alive
Enter the number of intervals: (0 quits)
 Process  1  of  5  is alive
 Process  3  of  5  is alive
 Process  4  of  5  is alive
 Process  2  of  5  is alive
10
net_recv_timeout failed for fd = 8
p3_11814: 258:  p4_error: net_recv_timeout read, errno = : 25

