tem_restart_readData_single Subroutine

public subroutine tem_restart_readData_single(restart, chunk, offset)

subroutine which reads data from restart file corresponding to the input variable system

Arguments

TypeIntentOptionalAttributesName
type(tem_restart_type), intent(inout) :: restart

Restart object to read the data from

real(kind=rk), intent(out) :: chunk(:)

Memory to chunk to put the data into

integer, intent(in) :: offset

Offset of the chunk of data to get in the global data


Calls

proc~~tem_restart_readdata_single~~CallsGraph proc~tem_restart_readdata_single tem_restart_readData_single mpi_file_read_all mpi_file_read_all proc~tem_restart_readdata_single->mpi_file_read_all proc~check_mpi_error check_mpi_error proc~tem_restart_readdata_single->proc~check_mpi_error proc~tem_abort tem_abort proc~check_mpi_error->proc~tem_abort mpi_error_string mpi_error_string proc~check_mpi_error->mpi_error_string mpi_abort mpi_abort proc~tem_abort->mpi_abort

Called by

proc~~tem_restart_readdata_single~~CalledByGraph proc~tem_restart_readdata_single tem_restart_readData_single proc~tem_restart_readdata tem_restart_readData proc~tem_restart_readdata->proc~tem_restart_readdata_single proc~tem_restart_closeread tem_restart_closeRead proc~tem_restart_closeread->proc~tem_restart_readdata

Contents


Variables

TypeVisibilityAttributesNameInitial
integer, private :: iostatus(MPI_STATUS_SIZE)
integer, private :: iError