Receive shard-assignment ids and polymer matrix from rank 0.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(comm_t), | intent(in) | :: | world_comm | |||
| integer(kind=int64), | intent(out), | allocatable | :: | ids(:) | ||
| integer, | intent(out), | allocatable | :: | matrix(:,:) |
Send shard-assignment ids and polymer matrix to a destination rank.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(comm_t), | intent(in) | :: | world_comm | |||
| integer, | intent(in) | :: | dest_rank | |||
| integer(kind=int64), | intent(in) | :: | ids(:) | |||
| integer, | intent(in) | :: | matrix(:,:) |