Skip to content
Snippets Groups Projects
Commit d5937479 authored by Christoph Alt's avatar Christoph Alt
Browse files

added new panels to the fe2ti dashboard

parent c9327288
No related branches found
No related tags found
No related merge requests found
Pipeline #56185 passed
......@@ -61,6 +61,8 @@ def dashboard_fe2ti():
]
fields = [PanelInfos("Time to solution", Units.seconds),
PanelInfos("micro_solve", Units.seconds),
PanelInfos("KSP_Macro", Units.seconds),
PanelInfos("DP [MFLOP/s] STAT Sum", Units.mflop_sec),
PanelInfos("Operational intensity STAT Sum", Units.flop_per_byte),
PanelInfos('AVX DP [MFLOP/s] STAT Sum" / "DP [MFLOP/s] STAT Sum', Units.percent),
......@@ -72,7 +74,9 @@ def dashboard_fe2ti():
PanelInfos('Memory write data volume [GBytes] STAT Sum', Units.gigabyte),
PanelInfos('Energy [J] STAT Sum', Units.joule),
PanelInfos('Power [W] STAT Sum', Units.watt),
PanelInfos('Clock [MHz] STAT Avg', Units.megahertz), ]
PanelInfos('Clock [MHz] STAT Avg', Units.megahertz, absthreshold=2000),
PanelInfos('U1_L2_diff", "U2_L2_diff", "U3_L2_diff', Units.number, absthreshold=1e-6),
]
filter_vars = [get_dashboard_variable(filter, measurment_name, data_source) for filter in filters]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment