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

Set the MPI communicator for 'MessagePassingMng' instance of 'SequentialParallelMng' #1661

Conversation

grospelliergilles
Copy link
Member

This fix an incoherence between the values returned with IParallelMng::communicator() and IMessagePassingMng::communicator() for the same instance of SequentialParallelMng.

…au 'MessagePassingMng'.

En séquentiel il est possible d'initialiser MPI et donc d'avoir un
communicateur valide. C'était le cas pour le 'IParallelMng' mais pas pour
le 'MessagePassingMng'.
@grospelliergilles grospelliergilles added bug Something isn't working arcane Arcane Component labels Oct 3, 2024
@grospelliergilles grospelliergilles self-assigned this Oct 3, 2024
Copy link

codecov bot commented Oct 3, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 69.66%. Comparing base (d930db5) to head (c734fe7).
Report is 5 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1661   +/-   ##
=======================================
  Coverage   69.66%   69.66%           
=======================================
  Files        2247     2247           
  Lines      160513   160514    +1     
  Branches    18493    18493           
=======================================
+ Hits       111820   111824    +4     
+ Misses      42025    42023    -2     
+ Partials     6668     6667    -1     

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

@grospelliergilles grospelliergilles merged commit cea177f into main Oct 3, 2024
29 checks passed
@grospelliergilles grospelliergilles deleted the dev/gg-set-messagepassingmng-communicator-in-sequential branch October 4, 2024 18:30
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