tem_restart_writeData Subroutine

public subroutine tem_restart_writeData(restart, chunk)

This subroutine dumps the given chunk to a given position in the restart file.

Arguments

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

The restart object describing how and what to output.

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

The data to output. It is organized as a serialized array of all scalar entries of all variable systems. Where first all the data for the nElems of the first variable system is provided. Within each variable system the data is organized elementwise.


Calls

proc~~tem_restart_writedata~~CallsGraph proc~tem_restart_writedata tem_restart_writeData mpi_file_write_all mpi_file_write_all proc~tem_restart_writedata->mpi_file_write_all proc~check_mpi_error check_mpi_error proc~tem_restart_writedata->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_writedata~~CalledByGraph proc~tem_restart_writedata tem_restart_writeData proc~tem_restart_closewrite tem_restart_closeWrite proc~tem_restart_closewrite->proc~tem_restart_writedata proc~hvs_output_close hvs_output_close proc~hvs_output_close->proc~tem_restart_closewrite proc~tem_tracker tem_tracker proc~tem_tracker->proc~hvs_output_close

Contents


Variables

TypeVisibilityAttributesNameInitial
integer, private :: ioStatus(mpi_status_size)
integer, private :: iError