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

Problems with OpenMP and Pthreads (non-MPI) traces #134

Open
hsirkar opened this issue May 23, 2024 · 0 comments
Open

Problems with OpenMP and Pthreads (non-MPI) traces #134

hsirkar opened this issue May 23, 2024 · 0 comments

Comments

@hsirkar
Copy link
Collaborator

hsirkar commented May 23, 2024

Many of our functions assume that the trace is an MPI trace. A lot of them also assume that there is messaging information.

Specifically, we use the "process" column to groupby and aggregate metrics, plot the timeline, and calculate time profile. For a multi-threaded program, some of our readers do not create a process column at all.

These lead to issues with OpenMP and Pthreads programs that are multi-threaded but only run in a single node.

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

No branches or pull requests

1 participant