Skip to content

Commit

Permalink
Call MARBL's shutdown() routine
Browse files Browse the repository at this point in the history
Also added a placeholder for parsing the MARBL timing information
  • Loading branch information
mnlevy1981 committed Sep 19, 2019
1 parent cb72bdc commit 0b625ab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/tracer/MARBL_tracers.F90
Original file line number Diff line number Diff line change
Expand Up @@ -417,6 +417,8 @@ subroutine MARBL_tracers_end(CS)
integer :: m

call print_marbl_log(MARBL_instances%StatusLog)
call marbl_instances%shutdown()
! TODO: print MARBL timers to stdout as well
if (associated(CS)) then
if (associated(CS%tr)) deallocate(CS%tr)
deallocate(CS)
Expand Down

0 comments on commit 0b625ab

Please sign in to comment.