Skip to content

Conversation

@FabioLuporini
Copy link
Contributor

MFEs in PRO

@FabioLuporini FabioLuporini requested review from EdCaunt and mloubout May 9, 2025 10:04
@FabioLuporini FabioLuporini added MPI mpi-related bug-C bug in the generated code labels May 9, 2025
@codecov
Copy link

codecov bot commented May 9, 2025

Codecov Report

Attention: Patch coverage is 50.00000% with 2 lines in your changes missing coverage. Please review.

Project coverage is 91.91%. Comparing base (3f9af54) to head (cbff554).
Report is 5 commits behind head on main.

Files with missing lines Patch % Lines
devito/mpi/routines.py 50.00% 1 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2602      +/-   ##
==========================================
- Coverage   91.92%   91.91%   -0.01%     
==========================================
  Files         245      245              
  Lines       48396    48399       +3     
  Branches     4251     4252       +1     
==========================================
+ Hits        44486    44487       +1     
- Misses       3234     3235       +1     
- Partials      676      677       +1     
Flag Coverage Δ
pytest-gpu-aomp-amdgpuX 72.52% <0.00%> (-0.01%) ⬇️
pytest-gpu-nvc-nvidiaX 73.59% <0.00%> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

for f in self.target.components:
# Since the components are by construction homogeneous, any will do
v = self.target
if isinstance(v, BundleView):
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Given this is fixing a bug, it might be prudent to include a test

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

obviously, I'm not that arteriosclerotic yet 😂 as I wrote in the PR description, the test(s) is upcoming in PRO.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oops, missed that

@FabioLuporini FabioLuporini merged commit 94e5743 into main May 9, 2025
34 checks passed
@FabioLuporini FabioLuporini deleted the fixup-decoupler branch May 9, 2025 12:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug-C bug in the generated code MPI mpi-related

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants