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

Fix error in ItemsOwnerBuilder when a sorted Item is present on several ranks #2019

Conversation

grospelliergilles
Copy link
Member

In that case the sended list was in reversed order.

…ieurs rangs après le tri.

Dans ce cas la liste envoyée n'était pas dans le même ordre que les
derniers éléments ce qui pouvait introduire des incohérences.
@grospelliergilles grospelliergilles added bug Something isn't working arcane Arcane Component labels Mar 5, 2025
@grospelliergilles grospelliergilles self-assigned this Mar 5, 2025
Copy link

codecov bot commented Mar 5, 2025

Codecov Report

Attention: Patch coverage is 78.37838% with 8 lines in your changes missing coverage. Please review.

Project coverage is 70.70%. Comparing base (889a481) to head (893c193).
Report is 2 commits behind head on main.

✅ All tests successful. No failed tests found.

Files with missing lines Patch % Lines
arcane/src/arcane/mesh/ItemsOwnerBuilder.cc 78.37% 5 Missing and 3 partials ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2019   +/-   ##
=======================================
  Coverage   70.70%   70.70%           
=======================================
  Files        2290     2290           
  Lines      167545   167563   +18     
  Branches    19300    19303    +3     
=======================================
+ Hits       118457   118471   +14     
- Misses      42003    42004    +1     
- Partials     7085     7088    +3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@grospelliergilles grospelliergilles merged commit 3baf7a4 into main Mar 5, 2025
33 checks passed
@grospelliergilles grospelliergilles changed the title Fix error in ItemsOwnerBuilder when an sorted Item was present on several ranks Fix error in ItemsOwnerBuilder when a sorted Item was present on several ranks Mar 5, 2025
@grospelliergilles grospelliergilles changed the title Fix error in ItemsOwnerBuilder when a sorted Item was present on several ranks Fix error in ItemsOwnerBuilder when a sorted Item is present on several ranks Mar 5, 2025
@grospelliergilles grospelliergilles deleted the dev/gg-fix-itemsownerbuilder-when-info-on-several-ranks branch March 12, 2025 19:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
arcane Arcane Component bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant