Newsgroups: comp.parallel.mpi
From: raja@rsn.hp.com (Raja Daoud)
Subject: Re: Strange behavior with LAM and DEC's MPI. Seen it before?
Organization: Hewlett-Packard Co.
Date: 14 Apr 1998 16:31:53 -0500
Message-ID: <6h0kk9$aoo@tbag.rsn.hp.com>

Christian Barrett <cbarrett@cse.ucsc.edu> wrote:
>If I move the serial function into the same .c file where the parallel
>functions reside, this problem goes away.

Is the serial function's prototype included in the file where it's
called from?  Do you have pointer/int or double/float mismatch
happening?  Does the function return a non-32-bit value?

--Raja

-=-
Raja Daoud				Hewlett-Packard Co.
raja@rsn.hp.com				http://www.hp.com/go/mpi

