Re: [OMPI users] MPI_STARTALL doesn't compile with mpif90 and a multi-dimensional request array

2010-10-15 Thread Gus Correa
Jeff Squyres wrote: On Oct 15, 2010, at 5:28 PM, Gus Correa wrote: Just a note about the MPI documentation and the Fortran90 bindings. It would be helpful if the MPI function man pages, and perhaps any new edition or third volume of the "MPI Complete Reference", maybe the MPI-3 standard, were

Re: [OMPI users] MPI_STARTALL doesn't compile with mpif90 and a multi-dimensional request array

2010-10-15 Thread Jeff Squyres
On Oct 15, 2010, at 5:28 PM, Gus Correa wrote: > Just a note about the MPI documentation and the Fortran90 bindings. > It would be helpful if the MPI function man pages, and > perhaps any new edition or third volume of the "MPI Complete Reference", > maybe the MPI-3 standard, were more clear

Re: [OMPI users] MPI_STARTALL doesn't compile with mpif90 and a multi-dimensional request array

2010-10-15 Thread Gus Correa
Hi Jeff Thank you so much for taking the time to read and answer all my blurb. Yes, the Matlabish multidimensional arrays of Fortran90 provide convenient ways to refer to array sections, to avoid explicit calculation of address arithmetic, etc, but they can be quite annoying when all you want

Re: [OMPI users] MPI_STARTALL doesn't compile with mpif90 and a multi-dimensional request array

2010-10-15 Thread Jeff Squyres
On Oct 15, 2010, at 12:17 AM, Gus Correa wrote: > I am having trouble compiling code with MPI_STARTALL using > OpenMPI 1.4.2 mpif90 built with gcc (4.1.2) and Intel ifort (10.1.017), > when the array of requests is multi-dimensional. Right-o -- it's the strict bindings checking in F90 that's