emit_progress_tick Subroutine

private subroutine emit_progress_tick(iter, sim_time, dt, residual, wallclock_s)

Tick handler bound on rank 0 only. Encodes a PROGRESS_TICK and writes it to the existing attached-mode socket fd.

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: iter
real(kind=wp), intent(in) :: sim_time
real(kind=wp), intent(in) :: dt
real(kind=wp), intent(in) :: residual
real(kind=wp), intent(in) :: wallclock_s