encode_progress_tick Subroutine

public subroutine encode_progress_tick(iteration, sim_time, dt, residual, wallclock_s, header_bytes)

Encode a PROGRESS_TICK push frame (spec ยง3.2). Rank 0 only.

Arguments

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