Re: [OMPI users] MPI_GATHER: missing f90 interfaces for mixed dimensions

2006-06-02 Thread Michael Kluskens
--with-mpi-f90-size=SIZE specifies the size of the Fortran 90 interface module that is created. In Fortran 90 the compiler can validate all your calls only if it has information of the functions/subroutines that you are calling. This is done via a module with interfaces in OpenMPI and

Re: [OMPI users] MPI_GATHER: missing f90 interfaces for mixed dimensions

2006-06-01 Thread Brock Palen
What are these "small" and "large" modules? What would they provide? Brock On Jun 1, 2006, at 4:30 PM, Jeff Squyres ((jsquyres)) wrote: Michael -- You're right again. Thanks for keeping us honest! We clearly did not think through all the issues for the "large" F90 interface; I've opened ti

Re: [OMPI users] MPI_GATHER: missing f90 interfaces for mixed dimensions

2006-06-01 Thread Jeff Squyres (jsquyres)
Michael -- You're right again. Thanks for keeping us honest! We clearly did not think through all the issues for the "large" F90 interface; I've opened ticket #55 for the issue. I'm inclined to take the same approach as for the other issues you discovered -- disable "large" for v1.1 and push th