Skip to content

Commit

Permalink
flush after printing the stack
Browse files Browse the repository at this point in the history
svn-origin-rev: 14888
  • Loading branch information
vondele committed Dec 24, 2014
1 parent 036a201 commit 2c3f2e3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/common/timings.F
Original file line number Diff line number Diff line change
Expand Up @@ -424,6 +424,8 @@ SUBROUTINE print_stack(unit_nr)
r_stat => list_get(timer_env%routine_stats, cs_entry%routine_id)
WRITE (unit_nr, '(T10,I4,1X,A)') i, TRIM(r_stat%routineN)
END DO
CALL m_flush(unit_nr)

END SUBROUTINE print_stack

! *****************************************************************************
Expand Down

0 comments on commit 2c3f2e3

Please sign in to comment.