| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(mp_file_type), | intent(in) | :: | fh | |||
| integer(kind=file_offset), | intent(in) | :: | offset | |||
| integer(kind=int_4), | intent(in) | :: | msg |
(parallel) Blocking collective file write using explicit offsets (serial) Unformatted stream write
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(mp_file_type), | intent(in) | :: | fh | |||
| integer(kind=file_offset), | intent(in) | :: | offset | |||
| integer(kind=int_4), | intent(in) | :: | msg(:) | |||
| integer, | intent(in), | optional | :: | msglen |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(mp_file_type), | intent(in) | :: | fh | |||
| integer(kind=file_offset), | intent(in) | :: | offset | |||
| integer(kind=int_8), | intent(in) | :: | msg |
(parallel) Blocking collective file write using explicit offsets (serial) Unformatted stream write
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(mp_file_type), | intent(in) | :: | fh | |||
| integer(kind=file_offset), | intent(in) | :: | offset | |||
| integer(kind=int_8), | intent(in) | :: | msg(:) | |||
| integer, | intent(in), | optional | :: | msglen |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(mp_file_type), | intent(in) | :: | fh | |||
| integer(kind=file_offset), | intent(in) | :: | offset | |||
| real(kind=real_8), | intent(in) | :: | msg |
(parallel) Blocking collective file write using explicit offsets (serial) Unformatted stream write
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(mp_file_type), | intent(in) | :: | fh | |||
| integer(kind=file_offset), | intent(in) | :: | offset | |||
| real(kind=real_8), | intent(in) | :: | msg(:) | |||
| integer, | intent(in), | optional | :: | msglen |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(mp_file_type), | intent(in) | :: | fh | |||
| integer(kind=file_offset), | intent(in) | :: | offset | |||
| real(kind=real_4), | intent(in) | :: | msg |
(parallel) Blocking collective file write using explicit offsets (serial) Unformatted stream write
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(mp_file_type), | intent(in) | :: | fh | |||
| integer(kind=file_offset), | intent(in) | :: | offset | |||
| real(kind=real_4), | intent(in) | :: | msg(:) | |||
| integer, | intent(in), | optional | :: | msglen |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(mp_file_type), | intent(in) | :: | fh | |||
| integer(kind=file_offset), | intent(in) | :: | offset | |||
| complex(kind=real_8), | intent(in) | :: | msg |
(parallel) Blocking collective file write using explicit offsets (serial) Unformatted stream write
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(mp_file_type), | intent(in) | :: | fh | |||
| integer(kind=file_offset), | intent(in) | :: | offset | |||
| complex(kind=real_8), | intent(in) | :: | msg(:) | |||
| integer, | intent(in), | optional | :: | msglen |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(mp_file_type), | intent(in) | :: | fh | |||
| integer(kind=file_offset), | intent(in) | :: | offset | |||
| complex(kind=real_4), | intent(in) | :: | msg |
(parallel) Blocking collective file write using explicit offsets (serial) Unformatted stream write
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(mp_file_type), | intent(in) | :: | fh | |||
| integer(kind=file_offset), | intent(in) | :: | offset | |||
| complex(kind=real_4), | intent(in) | :: | msg(:) | |||
| integer, | intent(in), | optional | :: | msglen |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(mp_file_type), | intent(in) | :: | fh | |||
| integer(kind=file_offset), | intent(in) | :: | offset | |||
| character(len=*), | intent(in) | :: | msg |