Newsgroups: comp.parallel.mpi
From: Lars Rzymianowicz <lr@mufasa.informatik.uni-mannheim.de>
Subject: Re: translate plz: 0 - MPI_SEND : Invalid buffer pointer[0]
Organization: Dept. of Computer Science, University of Mannheim, Germany
Date: Thu, 18 Jun 1998 09:12:02 +0200
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Message-ID: <3588BDC2.2C989F67@mufasa.informatik.uni-mannheim.de>

Peter Schaefer wrote:
> 0 - MPI_SEND : Invalid buffer pointer
> [0]  Aborting program !
> [0] Aborting program!

Well, you seem to pass an invalid buffer pointer to MPI_SEND ;-))
Did you check the arguments? Turn the "All Warnings on" (-Wall for gcc)
flag of your compiler on to see, if there are type mismatches.
If you still can't find it, post the few!, relevant code lines.

Lars
-- 
email: lr@mufasa.informatik.uni-mannheim.de
Homepage: http://mufasa.informatik.uni-mannheim.de/lsra/persons/lars/

