mpi_read_dp Subroutine

public subroutine mpi_read_dp(buf, bufsize, disp, nchar, fout)

Arguments

Type IntentOptional AttributesName
real(kind=dp), intent(inout) :: buf(:)
integer, intent(in) :: bufsize
integer(kind=offset_kind), intent(in) :: disp
integer, intent(in) :: nchar
character(len=nchar), intent(in) :: fout

Calls

proc~~mpi_read_dp~~CallsGraph proc~mpi_read_dp mpi_read_dp mpi_file_open mpi_file_open proc~mpi_read_dp->mpi_file_open mpi_file_close mpi_file_close proc~mpi_read_dp->mpi_file_close mpi_file_read_at mpi_file_read_at proc~mpi_read_dp->mpi_file_read_at

Contents

None