Changes between Version 1 and Version 2 of PDAF_print_info


Ignore:
Timestamp:
Dec 8, 2019, 12:04:13 PM (4 years ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PDAF_print_info

    v1 v2  
    33This page documents the routine `PDAF_print_info` of PDAF.
    44
    5 This routine is called to display memory and timing information measured by PDAF.
     5This routine is called to display memory and timing information measured by PDAF. Usually, the routine is only called by one process (the process with MPI Rank 0 in the communicator for the filter, which in most cases is the process with world rank 0 (i.e. in MPI_COMM_WORLD)), however, one can also let each process call the routine to e.g. get the timing information for each process.
    66
    77== Displaying memory information ==