encode_run_to_end_reply Subroutine

public subroutine encode_run_to_end_reply(req_id, iteration, sim_time, dt, residual, header_bytes)

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: req_id
integer, intent(in) :: iteration
real(kind=real64), intent(in) :: sim_time
real(kind=real64), intent(in) :: dt
real(kind=real64), intent(in) :: residual
integer(kind=int8), intent(out), allocatable :: header_bytes(:)