File: ReadMe.md

package info (click to toggle)
adios2 2.11.0%2Bdfsg1-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 39,984 kB
  • sloc: ansic: 250,306; cpp: 189,875; yacc: 18,929; f90: 15,117; python: 8,047; perl: 7,126; sh: 3,049; lisp: 1,106; xml: 1,011; lex: 948; makefile: 598
file content (15 lines) | stat: -rw-r--r-- 454 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
These are the script I use to plot json profilers.
In the ADIOS proflier, the important keys are:
   PP PDW ES ES_AWD ES_aggregate_info MetaInfoBcast FixedMetaInfoGather transport_0.wbytes

The relationship is
   PDW (PerformDataWrite) | PP(PerformPut)
   ES: (EndStep)
    - ES_AWD
    - ES_aggregate_info
       - FixedMetaInfoGather
       - MetaInfoBcase
   Bytes are reported in "transport_0.wbytes"


For how to plot a json file, see test/commands