-
Notifications
You must be signed in to change notification settings - Fork 27
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
SLIC: Populate rank and count earlier #1410
Comments
@gberg617 Looks like we are not checking the rank information yet in our unit tests. I'll add unit tests, and see if I get the same missing-rank-information behavior. |
So I am encountering errors in terms of unexpected rank/rank count information when I added unit tests (branch: bugfix/han12/slic_rank_info) |
Thanks for the update! |
@gberg617 In terms of rank and rank count, I did not notice the information missing on I did want to reiterate that for |
From @gberg617:
I was noticing that the rank information (both list of ranks and count) are populated for Lumberjack streams only when pushing the messages. Do you know if it would be possible at all to populate this information for ranks that are going call outputLocal and then abort? No need to go out of your way if you think this will be difficult to change, but I was curious if it's something that could be a
simple few lines of code changes.
The text was updated successfully, but these errors were encountered: