You are absolutely correct. Today is just the day for Fortran issues. :-)

I've filed bug #782 (https://svn.open-mpi.org/trac/ompi/ticket/782) about this and get it fixed up for v1.2. Thanks for reporting!


On Jan 17, 2007, at 2:04 PM, Tim Campbell wrote:

The interface definition for MPI_Initialized in

        ompi/mpi/f90/scripts/mpi-f90-interfaces.h.sh

is incorrect.  The script is generating the interface as

        subroutine MPI_Initialized(flag, ierr)
          integer, intent(out) :: flag
          integer, intent(out) :: ierr
        end subroutine MPI_Initialized

However, according to the MPI standard it should be

        subroutine MPI_Initialized(flag, ierr)
          logical, intent(out) :: flag
          integer, intent(out) :: ierr
        end subroutine MPI_Initialized

I find this error in both 1.1.2 and the 1.2x series.

--
Tim Campbell
Naval Research Laboratory


_______________________________________________
users mailing list
us...@open-mpi.org
http://www.open-mpi.org/mailman/listinfo.cgi/users


--
Jeff Squyres
Server Virtualization Business Unit
Cisco Systems

Reply via email to