Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | request_id | |||
integer, | intent(in) | :: | collection_id | |||
character(len=*), | intent(in) | :: | file_name | |||
character(len=*), | intent(in) | :: | var_name | |||
integer | :: | type_kind | ||||
integer, | intent(in) | :: | count(:) | |||
integer(kind=MPI_ADDRESS_KIND), | intent(in) | :: | offset |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
character(len=:), | public, | allocatable | :: | file_name | |||
character(len=:), | public, | allocatable | :: | var_name | |||
integer(kind=MPI_ADDRESS_KIND), | public | :: | offset | ||||
integer, | public | :: | collection_id | ||||
integer, | public, | allocatable | :: | count(:) | |||
integer, | public | :: | request_id | ||||
integer, | public | :: | type_kind |
private function new_ForwardDataMessage (request_id, collection_id, file_name, var_name, type_kind, count, offset) |
procedure, public :: deserialize | |
procedure, public :: dispatch | |
procedure, public :: get_length | |
procedure, public, nopass :: get_type_id | |
procedure, public :: serialize |