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

Clean up output #1

Open
khuck opened this issue Nov 28, 2023 · 0 comments
Open

Clean up output #1

khuck opened this issue Nov 28, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@khuck
Copy link
Collaborator

khuck commented Nov 28, 2023

Fix the screen output so that it is columns with headers, instead of this:

LWP (thread) Summary:
LWP 23319: Main,OpenMP - stime:   2.38, utime:  90.69, nv_ctx:     1, ctx:  1537, CPUs allowed: [1,65]
LWP 23324:     ZeroSum - stime:   0.27, utime:   0.18, nv_ctx:     0, ctx:    25, CPUs allowed: [71]
LWP 23332:      OpenMP - stime:   0.33, utime:  98.92, nv_ctx:     0, ctx:     5, CPUs allowed: [1,65]
...

it would be:

LWP (thread) Summary:
LWP ID           Type             stime               utime               nv_ctx                 ctx            CPUs allowed
23319            Main,OpenMP      2.38                 90.69              1                           1537         [1,65]
23324            ZeroSum          0.27                 0.18                 0                          25             [71]
23332.           OpenMP           0.33                 98.92              0                          5               [1,65]

...or equivalent.

@khuck khuck self-assigned this Nov 28, 2023
@khuck khuck added the enhancement New feature or request label Nov 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant