mp_file_write_at_all Interface

public interface mp_file_write_at_all

Module Procedures

private subroutine mp_file_write_at_all_i(fh, offset, msg)

Arguments

Type IntentOptional Attributes Name
type(mp_file_type), intent(in) :: fh
integer(kind=file_offset), intent(in) :: offset
integer(kind=int_4), intent(in) :: msg

private subroutine mp_file_write_at_all_iv(fh, offset, msg, msglen)

(parallel) Blocking collective file write using explicit offsets (serial) Unformatted stream write

Read more…

Arguments

Type IntentOptional 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

private subroutine mp_file_write_at_all_l(fh, offset, msg)

Arguments

Type IntentOptional Attributes Name
type(mp_file_type), intent(in) :: fh
integer(kind=file_offset), intent(in) :: offset
integer(kind=int_8), intent(in) :: msg

private subroutine mp_file_write_at_all_lv(fh, offset, msg, msglen)

(parallel) Blocking collective file write using explicit offsets (serial) Unformatted stream write

Read more…

Arguments

Type IntentOptional 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

private subroutine mp_file_write_at_all_d(fh, offset, msg)

Arguments

Type IntentOptional Attributes Name
type(mp_file_type), intent(in) :: fh
integer(kind=file_offset), intent(in) :: offset
real(kind=real_8), intent(in) :: msg

private subroutine mp_file_write_at_all_dv(fh, offset, msg, msglen)

(parallel) Blocking collective file write using explicit offsets (serial) Unformatted stream write

Read more…

Arguments

Type IntentOptional 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

private subroutine mp_file_write_at_all_r(fh, offset, msg)

Arguments

Type IntentOptional Attributes Name
type(mp_file_type), intent(in) :: fh
integer(kind=file_offset), intent(in) :: offset
real(kind=real_4), intent(in) :: msg

private subroutine mp_file_write_at_all_rv(fh, offset, msg, msglen)

(parallel) Blocking collective file write using explicit offsets (serial) Unformatted stream write

Read more…

Arguments

Type IntentOptional 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

private subroutine mp_file_write_at_all_z(fh, offset, msg)

Arguments

Type IntentOptional Attributes Name
type(mp_file_type), intent(in) :: fh
integer(kind=file_offset), intent(in) :: offset
complex(kind=real_8), intent(in) :: msg

private subroutine mp_file_write_at_all_zv(fh, offset, msg, msglen)

(parallel) Blocking collective file write using explicit offsets (serial) Unformatted stream write

Read more…

Arguments

Type IntentOptional 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

private subroutine mp_file_write_at_all_c(fh, offset, msg)

Arguments

Type IntentOptional Attributes Name
type(mp_file_type), intent(in) :: fh
integer(kind=file_offset), intent(in) :: offset
complex(kind=real_4), intent(in) :: msg

private subroutine mp_file_write_at_all_cv(fh, offset, msg, msglen)

(parallel) Blocking collective file write using explicit offsets (serial) Unformatted stream write

Read more…

Arguments

Type IntentOptional 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

private subroutine mp_file_write_at_all_ch(fh, offset, msg)

Arguments

Type IntentOptional Attributes Name
type(mp_file_type), intent(in) :: fh
integer(kind=file_offset), intent(in) :: offset
character(len=*), intent(in) :: msg