Skip to content

Commit 5d9a887

Browse files
committed
fortran: remove duplicate interface
this is now being generated by the bindings code Signed-off-by: Howard Pritchard <howardp@lanl.gov>
1 parent d38fe29 commit 5d9a887

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

ompi/mpi/fortran/use-mpi-f08/mod/mpi-f08-interfaces.h.in

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1546,18 +1546,6 @@ subroutine MPI_Finalized_f08(flag,ierror)
15461546
end subroutine MPI_Finalized_f08
15471547
end interface MPI_Finalized
15481548

1549-
! ASYNCHRONOUS had to removed from the base argument because
1550-
! the dummy argument is not an assumed-shape array. This will
1551-
! be okay once the Interop TR is implemented.
1552-
! interface MPI_Free_mem
1553-
! subroutine MPI_Free_mem_f08(base,ierror)
1554-
! implicit none
1555-
! @OMPI_FORTRAN_IGNORE_TKR_PREDECL@ base
1556-
! @OMPI_FORTRAN_IGNORE_TKR_TYPE@, INTENT(IN) :: base
1557-
! INTEGER, OPTIONAL, INTENT(OUT) :: ierror
1558-
! end subroutine MPI_Free_mem_f08
1559-
! end interface MPI_Free_mem
1560-
15611549
interface MPI_Get_processor_name
15621550
subroutine MPI_Get_processor_name_f08(name,resultlen,ierror)
15631551
use :: mpi_f08_types, only : MPI_MAX_PROCESSOR_NAME

0 commit comments

Comments
 (0)