From: schuelaw@carrot.whitman.edu (Albert Schueller)
Newsgroups: comp.parallel.mpi
Subject: Re: Problem with multiple bcast calls, help.
Date: Wed, 21 Apr 1999 22:27:01 GMT
Organization: Posted via RemarQ Communities, Inc.
Message-Id: <slrn7hsk5s.lc6.schuelaw@carrot.whitman.edu>
References: <slrn7hplpq.hqb.schuelaw@carrot.whitman.edu>
    <371D8975.685F4037@fz-juelich.de>
Reply-To: schuelaw@whitman.edu
User-Agent: slrn/0.9.5.4 (UNIX)
Xref: ukc comp.parallel.mpi:4963


On Wed, 21 Apr 1999 10:16:53 +0200, I.Gutheil <i.gutheil@fz-juelich.de> wrote:
>Have you tried to add the last parameter, the  ierr to the broadcasts?
>FORTRAN gives sometimes strange errors when you forget it, and all MPI
>FORTRAN routines should have ierr as the last parameter. In the MPI
>Reference book often only the C-syntax is given and as FORTRAN programmer
>you sometimes fortget this last parameter which is the retrurn parameter
>of the C-function.
>

Thanks, that was it.  As for the other compiler warning.  I think I
understand that now too.

Albert

