Skip to content
New issue

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

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

Already on GitHub? # to your account

Ember: adds reading global string definitions from OTF2 traces #2450

Open
wants to merge 1 commit into
base: devel
Choose a base branch
from

Conversation

IzajaszPWrosz
Copy link
Contributor

This change extends the OTF2 motif in Ember, so that it can read the global string definitions from an OTF2 trace into memory. String definitions (e.g., function names) are referenced in OTF2 event packets through stringRef ids. This change will allow Ember to interpret these references. There are also local (per rank) definitions in OTF2, but this change is concerned only with reading the global strings.

To avoid issues with potentially lots of string definitions in large trace files, the loading is disabled by default. To enable one has to set the readGlobalStringDefinitions config parameter:
...
ep = EmberMPIJob(0, topo.getNumNodes())
...
ep.addMotif("OTF2 tracePrefix=trace.otf2 readGlobalStringDefinitions=True")
....

@sst-autotester
Copy link
Contributor

Status Flag 'Pre-Test Inspection' - - This Pull Request Requires Inspection... The code must be inspected by a member of the Team before Testing/Merging
NO INSPECTION HAS BEEN PERFORMED ON THIS PULL REQUEST! - This PR must be inspected by setting label 'AT: PRE-TEST INSPECTED'.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants