We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ac53ab9 + 8a0b545 commit fc9218dCopy full SHA for fc9218d
ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h
@@ -1595,17 +1595,6 @@ end subroutine PMPI_Type_dup
1595
end interface
1596
1597
1598
-interface PMPI_Type_extent
1599
-
1600
-subroutine PMPI_Type_extent(datatype, extent, ierror)
1601
- integer, intent(in) :: datatype
1602
- integer, intent(out) :: extent
1603
- integer, intent(out) :: ierror
1604
-end subroutine PMPI_Type_extent
1605
1606
-end interface
1607
1608
1609
interface PMPI_Type_free
1610
1611
subroutine PMPI_Type_free(datatype, ierror)
0 commit comments