[MPICH] Fortran code problems

Jeffrey B. Layton laytonjb at charter.net
Fri Jul 20 14:14:59 CDT 2007


Martin,

This was the problem. I forgot about STATUS in MPI_Recv.

Thanks!

Jeff

> Hi Jeff,
>
> I am not sure whether this is causing it, but ISTATUS should be
> declared as an array of length MPI_STATUS_SIZE, i.e.,
>
>    INTEGER :: ISTATUS(MPI_STATUS_SIZE)
>
> Cheers,
> Martin
>
>   




More information about the mpich-discuss mailing list