Newsgroups: comp.parallel.mpi
From: Steve Barnard <steve@megafauna.com>
Reply-To: steve@megafauna.com
Subject: Re: MPI question
Organization: megafauna
Date: Sat, 01 Jun 1996 02:42:07 -0800
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Message-ID: <31B01E7F.5F69@megafauna.com>

Thomas H. Robey wrote:
> 
> The function MPI_Buffer_attach will attach a buffer of a specified size.  The
> symptoms you describe could be caused by too small of a buffer.

Good suggestion.  Thanks.  I was under the false impression that only 
blocking buffered sends (Bsend) were available, but now I see that a 
non-blocking version (Ibsend) is there, too.

	Steve Barnard

