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

Small MPI refactor #58

Merged
merged 2 commits into from
Jan 20, 2024
Merged

Small MPI refactor #58

merged 2 commits into from
Jan 20, 2024

Conversation

kubagalecki
Copy link
Owner

  • Enabled communication of trivially copyable types
  • StaggeredAllGather factored out as repeatable communication pattern

@kubagalecki kubagalecki self-assigned this Jan 20, 2024
Copy link

codecov bot commented Jan 20, 2024

Codecov Report

Attention: 4 lines in your changes are missing coverage. Please review.

Comparison is base (682c682) 83.73% compared to head (f6eabc6) 83.63%.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #58      +/-   ##
==========================================
- Coverage   83.73%   83.63%   -0.11%     
==========================================
  Files          88       88              
  Lines        4907     4870      -37     
  Branches     2054     2016      -38     
==========================================
- Hits         4109     4073      -36     
- Misses         63       64       +1     
+ Partials      735      733       -2     
Files Coverage Δ
include/l3ster/dofs/DofIntervals.hpp 88.05% <100.00%> (-1.46%) ⬇️
include/l3ster/util/Algorithm.hpp 84.21% <100.00%> (+6.59%) ⬆️
include/l3ster/util/ArrayOwner.hpp 87.50% <100.00%> (+0.32%) ⬆️
include/l3ster/util/BitsetManip.hpp 96.42% <100.00%> (ø)
include/l3ster/comm/MpiComm.hpp 93.58% <94.44%> (+0.58%) ⬆️
include/l3ster/glob_asm/SparsityGraph.hpp 75.49% <85.71%> (-1.29%) ⬇️
include/l3ster/dofs/NodeCondensation.hpp 91.46% <88.88%> (-1.98%) ⬇️

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 682c682...f6eabc6. Read the comment docs.

@kubagalecki kubagalecki merged commit cc95825 into main Jan 20, 2024
10 checks passed
@kubagalecki kubagalecki deleted the mpi-refactor branch January 20, 2024 14:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant