Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | subcommunicator | |||
integer, | intent(in) | :: | color | |||
character(len=*), | intent(in) | :: | name |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(SplitCommunicator), | intent(in) | :: | this |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(SplitCommunicator), | intent(in) | :: | this |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(SplitCommunicator), | intent(in) | :: | this |
type :: SplitCommunicator private integer :: subcommunicator integer :: color character(:), allocatable :: name contains procedure :: get_subcommunicator procedure :: get_color procedure :: get_name end type SplitCommunicator