Go to the source code of this file.
◆ p_mpi_type_create_struct()
subroutine p_mpi_type_create_struct |
( |
integer, intent(in) |
NBLOCK, |
|
|
integer, dimension(nblock), intent(in) |
NELEM, |
|
|
integer(kind=my_address_kind), dimension(nblock), intent(inout) |
DISPL, |
|
|
integer, dimension(nblock), intent(in) |
ELEM_TYPE, |
|
|
integer, intent(out) |
NEW_DATATYPE, |
|
|
integer, intent(out) |
IERR |
|
) |
| |
- Parameters
-
[in] | nblock | NBLOCK Number of blocks |
[in] | NELEM | Number of elements in each block |
[in] | DISPL | Byte dislacement in each block |
[in] | ELEM_TYPE | Type of elements in each block |
[out] | NEW_DATATYPE | New datatype |
[out] | IERR | Error value |
Definition at line 7 of file p_mpi_type_create_struct.F.