Writes in parallel contiguous up to 2D data distributed over MPI ranks into an archive. This routine assumes that the data varies across MPI ranks only in the final dimension
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in), | dimension(:) | :: | wrt_buf |
Data to be written |
|
| character(len=*), | intent(in) | :: | dataset_name |
Name of dataset |
||
| integer(kind=hid_t), | intent(in) | :: | grp_id |
ID of group that dataset should be written into |
Writes in parallel contiguous up to 2D data distributed over MPI ranks into an archive. This routine assumes that the data varies across MPI ranks only in the final dimension
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in), | dimension(:, :) | :: | wrt_buf |
Data to be written |
|
| character(len=*), | intent(in) | :: | dataset_name |
Name of dataset |
||
| integer(kind=hid_t), | intent(in) | :: | grp_id |
ID of group that dataset should be written into |
Writes in parallel contiguous up to 2D data distributed over MPI ranks into an archive. This routine assumes that the data varies across MPI ranks only in the final dimension
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=dp), | intent(in), | dimension(:) | :: | wrt_buf |
Data to be written |
|
| character(len=*), | intent(in) | :: | dataset_name |
Name of dataset |
||
| integer(kind=hid_t), | intent(in) | :: | grp_id |
ID of group that dataset should be written into |
Writes in parallel contiguous up to 2D data distributed over MPI ranks into an archive. This routine assumes that the data varies across MPI ranks only in the final dimension
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=dp), | intent(in), | dimension(:, :) | :: | wrt_buf |
Data to be written |
|
| character(len=*), | intent(in) | :: | dataset_name |
Name of dataset |
||
| integer(kind=hid_t), | intent(in) | :: | grp_id |
ID of group that dataset should be written into |