Skip to content

Commit 6dcc2f3

Browse files
committed
reformtted
1 parent edeea3a commit 6dcc2f3

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

source/utils/profiler/scripts/parseMe.py

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,18 @@
44
import textwrap
55
import os
66

7-
parser = argparse.ArgumentParser(
8-
description="ADIOS json file parser inputs"
9-
)
7+
parser = argparse.ArgumentParser(description="ADIOS json file parser inputs")
108

119
TAGS = {
1210
"input_dir": "dataDir", # key name for input direcory is "dataDir"
13-
"rank": "whichRank", # which rank to peek profile
14-
"out": "plotPrefix", # for output file name
15-
"showfig": "showFig", # call plt.show or not
11+
"rank": "whichRank", # which rank to peek profile
12+
"out": "plotPrefix", # for output file name
13+
"showfig": "showFig", # call plt.show or not
1614
"attr": "jsonAttr", # key refer to specific json attr
1715
# the "zeroif" key refers to a min number to be treated as 0.
1816
# will process data until first rank <= this value is spotted
1917
"zero": "zeroIf",
20-
"level": "levelAxis"
18+
"level": "levelAxis",
2119
}
2220

2321
TAGS_DEFAULT = {

0 commit comments

Comments
 (0)