devitocodes / devito

DSL and compiler framework for automated finite-differences and stencil computation
http://www.devitoproject.org
MIT License
537 stars 221 forks source link

mpi: Fix haloupdate with inner dim #2264

Closed mloubout closed 7 months ago

mloubout commented 8 months ago

Fixes #2262

codecov[bot] commented 8 months ago

Codecov Report

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

Comparison is base (d0cd354) 86.92% compared to head (f37445e) 77.76%. Report is 2 commits behind head on master.

Files Patch % Lines
tests/test_mpi.py 0.00% 54 Missing :warning:
devito/ir/stree/algorithms.py 64.00% 7 Missing and 2 partials :warning:
devito/ir/iet/algorithms.py 50.00% 2 Missing :warning:
devito/passes/iet/mpi.py 0.00% 1 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #2264 +/- ## ========================================== - Coverage 86.92% 77.76% -9.17% ========================================== Files 229 229 Lines 42150 42230 +80 Branches 7787 7802 +15 ========================================== - Hits 36639 32839 -3800 - Misses 4863 8694 +3831 - Partials 648 697 +49 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

mloubout commented 7 months ago

superseded by #2272 , closing