Re: [OMPI users] MPI stats argument in Fortran mpi module

2014-01-08 Thread Jed Brown
"Jeff Squyres (jsquyres)" writes: >> Totally superficial, just passing "status(1)" instead of "status" or >> "status(1:MPI_STATUS_SIZE)". > > That's a different type (INTEGER scalar vs. INTEGER array). So the > compiler complaining about that is actually correct. Yes,

[OMPI users] MPI stats argument in Fortran mpi module (was Regression: Fortran derived types with newer MPI module)

2014-01-08 Thread Jeff Squyres (jsquyres)
On Jan 8, 2014, at 8:17 PM, Jed Brown wrote: >>> I don't call MPI from Fortran, but someone on a Fortran project that I >>> watch mentioned that the compiler would complain about such and such a >>> use (actually relating to types for MPI_Status in MPI_Recv rather than >>>