Re: [OMPI users] Open MPI error MPI_ERR_TRUNCATE: message truncated

2010-07-08 Thread jody
here some other ways to do it ? > Any help is appreciated. > thanks > Jack > july 7  2010 > > > From: solarbik...@gmail.com > Date: Wed, 7 Jul 2010 17:32:27 -0700 > To: us...@open-mpi.org > Subject: Re: [OMPI users] Open MPI error

Re: [OMPI users] Open MPI error MPI_ERR_TRUNCATE: message truncated

2010-07-08 Thread Jack Bryan
. thanks Jack july 7 2010 From: solarbik...@gmail.com List-Post: users@lists.open-mpi.org Date: Wed, 7 Jul 2010 17:32:27 -0700 To: us...@open-mpi.org Subject: Re: [OMPI users] Open MPI error MPI_ERR_TRUNCATE: message truncated This error typically occurs when the received message is bigger than

Re: [OMPI users] Open MPI error MPI_ERR_TRUNCATE: message truncated

2010-07-07 Thread David Zhang
This error typically occurs when the received message is bigger than the specified buffer size. You need to narrow your code down to offending receive command to see if this is indeed the case. On Wed, Jul 7, 2010 at 8:42 AM, Jack Bryan wrote: > Dear All: > > I need to