Newsgroups: comp.parallel.mpi
From: changj@jeff-lab.queensu.ca (Jianlin Chang)
Subject: Re: MPI_Ibsend()
Organization: Queen's University, Kingston, Canada
Date: 26 Jan 1996 10:19:05 -0500
Message-ID: <ywjvilzt252.fsf@ccs-lab10.jeff-lab.queensu.ca>

The buffer is MPI_Ibsend is user allocated buffer, which must be allocated
explicitly by users before use. This is quite different from system
internally allocated buffer. After sucessfully allocating buffer, there is no
need to worry about running out of buffer in MPI_Ibsend.
-- 
Jianlin Chang (~{3#=(AV~})       Internet: chang@mjs1.Phy.QueensU.CA
Department of Physics            Bitnet:   changj@qucdn
Queen's University               X.400:    Jianlin.Chang@QueensU.CA
Kingston, Ontario K7L 3N6        Tel: (613) 545-2723 (o)
Canada                           Fax: (613) 545-6463
Home address:
58 1/2 Chatham St.               Tel: (613) 547-1353 (h)
Kingston, ON K7K 4G8

