pyPDAF.PDAF.print_info¶
- pyPDAF.PDAF.print_info()¶
Print PDAF timing and memory information.
Wrapper of the Fortran routine
PDAF_print_info(printtype)
. Prints aggregated timing information and/or memory usage depending onprinttype
. Call this near the end of your DA program.- Parameters:
printtype (int) – Type of screen output: - 1: general timings - 3: timers focused on call-back routines (recommended) - 4: detailed timers (analyze filters) - 5: very detailed timers (deep filter analysis) - 10: allocated memory of the calling MPI task - 11: globally used memory (call from all processes)