Go to the source code of this file.
◆ p_mpi_type_get_extent()
subroutine p_mpi_type_get_extent |
( |
integer, intent(in) |
DATATYPE, |
|
|
integer(kind=my_address_kind), intent(inout) |
LOWER_BOUND, |
|
|
integer(kind=my_address_kind), intent(inout) |
EXTENT, |
|
|
integer, intent(out) |
IERR |
|
) |
| |
- Parameters
-
[in,out] | lower_bound | [in] DATATYPE Datatype |
[out] | LOWER_BOUND | Lower bound of the datatype |
[out] | EXTENT | Extent of the datatype |
[out] | IERR | Error value |
[in,out] | extent | [in] DATATYPE Datatype |
[out] | LOWER_BOUND | Lower bound of the datatype |
[out] | EXTENT | Extent of the datatype |
[out] | IERR | Error value |
Definition at line 7 of file p_mpi_type_get_extent.F.