wrapper to simplify MPI_Gatherv
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=table_dp), | intent(in), | dimension(:) | :: | local_flat | ||
| real(kind=table_dp), | intent(out), | dimension(:) | :: | global_flat | ||
| integer, | intent(in), | dimension(:) | :: | sendcounts | ||
| integer, | intent(in), | dimension(:) | :: | displacements | ||
| integer, | intent(inout) | :: | ierror |