devitocodes / devito

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

mpi: Add basic2 mode #2307

Open georgebisbas opened 7 months ago

georgebisbas commented 7 months ago

Preallocated buffers using MPIMsg. An MPIMsgEnriched version for send/recv, will follow

codecov[bot] commented 7 months ago

Codecov Report

Attention: Patch coverage is 97.53086% with 4 lines in your changes missing coverage. Please review.

Project coverage is 87.01%. Comparing base (97b81fc) to head (dab37fd). Report is 1 commits behind head on master.

Files with missing lines Patch % Lines
devito/mpi/routines.py 97.38% 1 Missing and 3 partials :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #2307 +/- ## ========================================== + Coverage 86.99% 87.01% +0.01% ========================================== Files 239 239 Lines 44957 45090 +133 Branches 8390 8415 +25 ========================================== + Hits 39112 39234 +122 - Misses 5113 5121 +8 - Partials 732 735 +3 ```

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