Function memorymanagermodule::mem_summary_line¶
Defined in File MemoryManager.f90
Function Documentation¶
-
subroutine
memorymanagermodule::mem_summary_line(component, rchars, rlog, rint, rreal, bytes)¶ Write a row for the memory_print_option ‘SUMMARY’ table.
- Parameters
[in] component: character defining the program component (e.g. solution)[in] rchars: allocated size of characters (in common units)[in] rlog: allocated size of logical (in common units)[in] rint: allocated size of integer variables (in common units)[in] rreal: allocated size of real variables (in common units)[in] bytes: total allocated memory in memory manager (in common units)