Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | n | |||
integer, | intent(in) | :: | comm |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | public | :: | comm | ||||
integer, | public, | allocatable | :: | displs(:) | |||
integer, | public | :: | n | ||||
integer, | public | :: | np | ||||
integer, | public | :: | rank | ||||
integer, | public, | allocatable | :: | recvcnts(:) | |||
real, | public, | allocatable | :: | buffer(:) |
private function new_GathervKernel (n, comm) |
procedure, public :: init | |
procedure, public :: run |