Skip to content

Latest commit

 

History

History
39 lines (32 loc) · 1.24 KB

README.md

File metadata and controls

39 lines (32 loc) · 1.24 KB

eacct-view

Terminal plotting tool for energy aware runtime (EAR)

Build instructions

git clone https://github.com/sara-nl/eacctview.git
cd eacctview
pip install .

Requirements

Usage

usage: eacctview [-h] [-j JobID] [--xvy-metrics METRIC_STRING METRIC_STRING] [--time-metrics METRIC_STRING/S [METRIC_STRING/S ...]] [--list-metrics] [--list-architectures]

optional arguments:
  -h, --help            show this help message and exit
  -j JobID, --jobid JobID
                        Plot Roofline and Timeline from eacct tool
  --xvy-metrics METRIC_STRING METRIC_STRING
                        2D metric v metric plot
  --time-metrics METRIC_STRING/S [METRIC_STRING/S ...]
                        Metrics to plot timeline
  --list-metrics        List available metrics to plot timeline
  --list-architectures  List the specs for the available archs

Simple example

Pass it a jobid and stepid of a job that you ran with the EAR runtime library enabled, i.e. --ear=on. It doesn't matter the policy.

eacctview -j 9572777.1