Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer(kind=INT64), | public | :: | msize_word | ||||
integer, | public | :: | InNode_Comm | ||||
integer, | public, | allocatable | :: | shape(:) | |||
integer, | public | :: | type_kind | ||||
integer, | public | :: | win | ||||
logical, | public | :: | shmem_allocated | = | .false. | ||
type(c_ptr), | public | :: | base_address | = | C_NULL_PTR |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | type_kind | |||
integer(kind=INT64), | intent(in) | :: | msize_word | |||
integer, | intent(in) | :: | InNode_Comm | |||
integer, | intent(out), | optional | :: | rc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(ShmemReference), | intent(inout) | :: | this | |||
integer, | intent(out), | optional | :: | rc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(AbstractDataReference), | intent(in), | target | :: | this |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(AbstractDataReference), | intent(in) | :: | this | |||
class(AbstractDataReference), | intent(inout) | :: | to | |||
integer, | intent(out), | optional | :: | rc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(ShmemReference), | intent(inout) | :: | this | |||
integer, | intent(out), | optional | :: | rc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(ShmemReference), | intent(inout) | :: | this | |||
integer, | intent(in) | :: | buffer(:) | |||
integer, | intent(out), | optional | :: | rc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(AbstractDataReference), | intent(inout) | :: | this | |||
integer, | intent(in) | :: | buffer(:) | |||
integer, | intent(out), | optional | :: | rc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(AbstractDataReference), | intent(in) | :: | a | |||
class(AbstractDataReference), | intent(in) | :: | b |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(ShmemReference), | intent(inout) | :: | this | |||
integer, | intent(out), | optional | :: | rc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(AbstractDataReference), | intent(in), | target | :: | this | ||
type(c_ptr), | intent(in) | :: | offset_address | |||
integer, | intent(in) | :: | global_shape(:) | |||
integer, | intent(in), | optional | :: | offset_start(:) | ||
integer, | intent(out), | optional | :: | rc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(ShmemReference), | intent(in) | :: | this |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(AbstractDataReference), | intent(in) | :: | this |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(AbstractDataReference), | intent(in) | :: | a | |||
class(AbstractDataReference), | intent(in) | :: | b |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(ShmemReference), | intent(in) | :: | this | |||
integer, | allocatable | :: | buffer(:) | |||
integer, | intent(out), | optional | :: | rc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(AbstractDataReference), | intent(in) | :: | this | |||
integer, | allocatable | :: | buffer(:) | |||
integer, | intent(out), | optional | :: | rc |
type,extends(AbstractDataReference) :: ShmemReference integer :: win ! used for shared memory integer :: InNode_Comm ! integer(kind=INT64) :: msize_word logical :: shmem_allocated = .false. contains procedure :: get_length procedure :: serialize procedure :: deserialize procedure :: allocate procedure :: deallocate procedure :: fence end type ShmemReference