Re: [OMPI users] mpi_initialized interface

2007-01-17 Thread Jeff Squyres
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 MP

[OMPI users] mpi_initialized interface

2007-01-17 Thread Tim Campbell
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