-
Notifications
You must be signed in to change notification settings - Fork 10
Post-processing: Store rank and thread information in a single array #235
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
Merged
Merged
Changes from all commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
3702ed5
Store rank and thread informatioN
EdHone b174e00
Extend getter for rank and thread
EdHone e5651c7
Threaded tests
EdHone 3fc022b
Fix multithreaded data reduction
EdHone 7d90f12
Fix threaded tests
EdHone 9b61f06
Fix typing!
EdHone 3537af0
Review comments
EdHone 8045ff5
Fix broken comment
EdHone File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
21 changes: 21 additions & 0 deletions
21
post-processing/tests/data/vernier-output-threaded/vernier-output-0
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,21 @@ | ||
|
|
||
| Task 1 of 2 : MPI rank ID 0 | ||
| Profiling on 4 thread(s). | ||
|
|
||
| # % Time Cumul Self Total # of calls Self Total Routine@ | ||
| (Size; Size/sec; Size/call; MinSize; MaxSize) | ||
| (self) (sec) (sec) (sec) ms/call ms/call | ||
|
|
||
| 1 40.000 2.000 2.000 3.000 2 1000.075 1500.115 MAIN_SUB@0 | ||
| 2 40.000 4.000 2.000 5.000 1 2000.140 5000.373 FULL@0 | ||
| 3 20.000 5.000 1.000 1.000 1 1000.073 1000.073 MAIN_SUB2@3 | ||
| 4 20.000 6.000 1.000 2.000 1 1000.072 2000.152 MAIN_SUB@3 | ||
| 5 20.000 7.001 1.000 1.000 1 1000.072 1000.072 MAIN_SUB2@0 | ||
| 6 20.000 8.001 1.000 1.000 1 1000.071 1000.071 MAIN_SUB2@2 | ||
| 7 20.000 9.001 1.000 1.000 1 1000.069 1000.069 MAIN_SUB2@1 | ||
| 8 20.000 10.001 1.000 2.000 1 1000.068 2000.151 MAIN_SUB@2 | ||
| 9 20.000 11.001 1.000 2.000 1 1000.067 2000.150 MAIN_SUB@1 | ||
| 10 0.000 11.001 0.000 0.000 2 0.008 0.008 __vernier__@2 | ||
| 11 0.000 11.001 0.000 0.000 4 0.004 0.004 __vernier__@0 | ||
| 12 0.000 11.001 0.000 0.000 2 0.008 0.008 __vernier__@1 | ||
| 13 0.000 11.001 0.000 0.000 2 0.007 0.007 __vernier__@3 |
21 changes: 21 additions & 0 deletions
21
post-processing/tests/data/vernier-output-threaded/vernier-output-1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,21 @@ | ||
|
|
||
| Task 2 of 2 : MPI rank ID 1 | ||
| Profiling on 4 thread(s). | ||
|
|
||
| # % Time Cumul Self Total # of calls Self Total Routine@ | ||
| (Size; Size/sec; Size/call; MinSize; MaxSize) | ||
| (self) (sec) (sec) (sec) ms/call ms/call | ||
|
|
||
| 1 40.031 2.004 2.004 5.006 1 2003.948 5005.940 FULL@0 | ||
| 2 39.956 4.004 2.000 3.002 2 1000.084 1500.991 MAIN_SUB@0 | ||
| 3 20.056 5.008 1.004 1.004 1 1003.995 1003.995 MAIN_SUB2@1 | ||
| 4 20.017 6.010 1.002 1.002 1 1002.034 1002.034 MAIN_SUB2@3 | ||
| 5 20.012 7.012 1.002 1.002 1 1001.809 1001.809 MAIN_SUB2@0 | ||
| 6 19.979 8.012 1.000 1.000 1 1000.149 1000.149 MAIN_SUB2@2 | ||
| 7 19.978 9.012 1.000 2.004 1 1000.063 2004.060 MAIN_SUB@1 | ||
| 8 19.978 10.012 1.000 2.002 1 1000.063 2002.101 MAIN_SUB@3 | ||
| 9 19.977 11.012 1.000 2.000 1 1000.038 2000.191 MAIN_SUB@2 | ||
| 10 0.002 11.012 0.000 0.000 2 0.052 0.052 __vernier__@2 | ||
| 11 0.002 11.012 0.000 0.000 2 0.052 0.052 __vernier__@1 | ||
| 12 0.002 11.013 0.000 0.000 2 0.052 0.052 __vernier__@3 | ||
| 13 0.001 11.013 0.000 0.000 4 0.007 0.007 __vernier__@0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.