Changes between Initial Version and Version 1 of Ticket #785


Ignore:
Timestamp:
09/26/18 21:55:19 (6 years ago)
Author:
arango
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #785

    • Property ResolutionDone
    • Property Status newclosed
  • Ticket #785 – Description

    initial v1  
    66
    77A new subroutine, '''memory.F''', is introduce to compute and report ROMS dynamic and automatic memory requirements.  It is called from '''ROMS_finalize'''. That is, at the end of execution.
     8 {{{
     9!
     10!  Report dynamic memory and automatic memory requirements.
     11!
     12!$OMP PARALLEL
     13      CALL memory
     14!$OMP END PARALLEL
     15!
     16!  Close IO files.
     17!
     18      CALL close_out
     19
     20      RETURN
     21      END SUBROUTINE ROMS_finalize
     22}}}
    823
    924For a three-nested grid MPI application, I get:
    10 
    11 {{{
     25 {{{
    1226>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    1327