Git Product home page Git Product logo

Comments (5)

bhatele avatar bhatele commented on May 26, 2024

this should be fixed with the most recent commit. Is your hatchet up-to-date?

from hatchet.

ian-bertolacci avatar ian-bertolacci commented on May 26, 2024

Pretty sure.
I think I installed hatchet to my local anaconda install using pip.
According to pip:

> pip show --files hatchet
Name: hatchet
Version: 1.1.0
Summary: A Python library for analyzing hierarchical performance data
Home-page: https://github.com/LLNL/hatchet
Author: Abhinav Bhatele
Author-email: [email protected]
License: MIT
Location: /home/ian/.local/opt/anaconda3/lib/python3.7/site-packages
Requires: pandas, matplotlib, numpy, PyYAML, pydot
Required-by: 
Files:
  hatchet-1.1.0.dist-info/INSTALLER
  hatchet-1.1.0.dist-info/METADATA
  hatchet-1.1.0.dist-info/RECORD
  hatchet-1.1.0.dist-info/WHEEL
  hatchet-1.1.0.dist-info/top_level.txt
  hatchet/__init__.py
  hatchet/__pycache__/__init__.cpython-37.pyc
  hatchet/__pycache__/frame.cpython-37.pyc
  hatchet/__pycache__/graph.cpython-37.pyc
  hatchet/__pycache__/graphframe.cpython-37.pyc
  hatchet/__pycache__/node.cpython-37.pyc
  hatchet/external/__init__.py
  hatchet/external/__pycache__/__init__.cpython-37.pyc
  hatchet/external/__pycache__/printtree.cpython-37.pyc
  hatchet/external/printtree.py
  hatchet/frame.py
  hatchet/graph.py
  hatchet/graphframe.py
  hatchet/node.py
  hatchet/readers/__init__.py
  hatchet/readers/__pycache__/__init__.cpython-37.pyc
  hatchet/readers/__pycache__/caliper_reader.cpython-37.pyc
  hatchet/readers/__pycache__/gprof_dot_reader.cpython-37.pyc
  hatchet/readers/__pycache__/hpctoolkit_reader.cpython-37.pyc
  hatchet/readers/caliper_reader.py
  hatchet/readers/gprof_dot_reader.py
  hatchet/readers/hpctoolkit_reader.py
  hatchet/tests/__pycache__/caliper.cpython-37.pyc
  hatchet/tests/__pycache__/callgrind.cpython-37.pyc
  hatchet/tests/__pycache__/conftest.cpython-37.pyc
  hatchet/tests/__pycache__/dataframe_ops.cpython-37.pyc
  hatchet/tests/__pycache__/executable.cpython-37.pyc
  hatchet/tests/__pycache__/frame.cpython-37.pyc
  hatchet/tests/__pycache__/graph.cpython-37.pyc
  hatchet/tests/__pycache__/graph_literal.cpython-37.pyc
  hatchet/tests/__pycache__/graph_ops.cpython-37.pyc
  hatchet/tests/__pycache__/graphframe.cpython-37.pyc
  hatchet/tests/__pycache__/hpctoolkit.cpython-37.pyc
  hatchet/tests/__pycache__/node.cpython-37.pyc
  hatchet/tests/caliper.py
  hatchet/tests/callgrind.py
  hatchet/tests/conftest.py
  hatchet/tests/dataframe_ops.py
  hatchet/tests/executable.py
  hatchet/tests/frame.py
  hatchet/tests/graph.py
  hatchet/tests/graph_literal.py
  hatchet/tests/graph_ops.py
  hatchet/tests/graphframe.py
  hatchet/tests/hpctoolkit.py
  hatchet/tests/node.py
  hatchet/util/__init__.py
  hatchet/util/__pycache__/__init__.cpython-37.pyc
  hatchet/util/__pycache__/config.cpython-37.pyc
  hatchet/util/__pycache__/dot.cpython-37.pyc
  hatchet/util/__pycache__/executable.cpython-37.pyc
  hatchet/util/__pycache__/timer.cpython-37.pyc
  hatchet/util/config.py
  hatchet/util/dot.py
  hatchet/util/executable.py
  hatchet/util/timer.py

I think I also installed it from source.
According to git:

> git log HEAD~1..HEAD
commit f723ff8406876894b298e1d86b5d9aef4b70dc9d (HEAD -> develop, origin/develop, origin/HEAD)
Author: Ian Lumsden <[email protected]>
Date:   Tue Jun 16 13:02:53 2020 -0400

    Fixes the bug with squash (#176)
    
    * Adds a test for merging matching sub-DAGs
    * Changes the "val" variable to "curr_min" and adds comments.

Conda listing:

> conda list | grep hatchet
hatchet                   1.1.0                    pypi_0    pypi

from hatchet.

ian-bertolacci avatar ian-bertolacci commented on May 26, 2024

Pretty easy to resolve with:

gt.tree(metric="CPUTIME (sec) (I)")

but still confusing that the HPCToolkit example doesn't really touch this.

from hatchet.

bhatele avatar bhatele commented on May 26, 2024

Sorry this isn't in the release yet. Please use the develop branch if you want to avoid having to type that. The reason is that hpctoolkit change their metric names recently.

from hatchet.

bhatele avatar bhatele commented on May 26, 2024

Btw PR #180 fixes the issue and that commit is not in your source above.

from hatchet.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.