Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

otf2 output: Build up a proper system tree #45

Open
wants to merge 1 commit into
base: amd-staging
Choose a base branch
from

Conversation

bertwesarg
Copy link

OTF2 mandates that ACCELERATOR location groups need a ACCELERATOR_DEVICE system tree node as parent and that the creating location group is a PROCESS. The system tree node class for the device should actually be something like "AMD GPU" and the name be "{logical_node_type_id}" but uses currently only the same name as the location group for the class.

What type of PR is this? (check all applicable)

  • Refactor
  • Feature
  • Bug Fix
  • Optimization
  • Documentation Update
  • Continuous Integration

Technical details

Comply to the OTF2 event/metadata model.

Added/updated tests?

  • Yes
  • No, Does not apply to this PR.

Updated CHANGELOG?

  • Yes
  • No, Does not apply to this PR.

Added/Updated documentation?

  • Yes
  • No, Does not apply to this PR.

OTF2 mandates that ACCELERATOR location groups need a ACCELERATOR_DEVICE
system tree node as parent and that the creating location group is a
PROCESS. The system tree node _class_ for the device should actually
be something like "AMD GPU" and the _name_ be "{logical_node_type_id}"
but uses currently only the same name as the location group for the
_class_.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant