LAM/MPI logo

LAM/MPI General User's Mailing List Archives

  |   Home   |   Download   |   Documentation   |   FAQ   |   all just in this list

From: Ilya Lashuk (ilashuk_at_[hidden])
Date: 2005-03-10 01:39:05


Jeff Squyres wrote:

> We're unfortunately unable to replicate your problem -- we did find a
> problem with the struct_gatherv test (it wasn't able to handle over
> 100 processes), but haven't been able to get alltoall2 to fail. :-(
>
> Does it fail on the other RPI's, or just usysv?

It turned out that i'm unable to reproduce it, too. In all other tests
tcp, sysv, usysv ran through tests smoothly. What concerns other rpi's,
i haven't tested them very much. However, when i try to run one problem
in "hypre" on, say, 30 or more processors using "sysv" or "usysv" it
almost always crashes with a message like this:
--------------------------------------------------------------------
MPI_Waitany: message truncated: Input/output error (rank 4, MPI_COMM_WORLD)
Rank (4, MPI_COMM_WORLD): Call stack within LAM:
Rank (4, MPI_COMM_WORLD): - MPI_Waitany()
Rank (4, MPI_COMM_WORLD): - MPI_Waitall()
Rank (4, MPI_COMM_WORLD): - main
................................
-------------------------------------------------------------------

On the other hand, it runs fine with "tcp".