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

compiler: Support for C-level MPI_Allreduce #2344

Merged
merged 5 commits into from
May 31, 2024

CI: leftover parallel mark missing

35aea7c
Select commit
Loading
Failed to load commit list.
Merged

compiler: Support for C-level MPI_Allreduce #2344

CI: leftover parallel mark missing
35aea7c
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded May 29, 2024 in 0s

86.86% (target 1.00%)

View this Pull Request on Codecov

86.86% (target 1.00%)

Details

Codecov Report

Attention: Patch coverage is 93.80952% with 13 lines in your changes are missing coverage. Please review.

Project coverage is 86.86%. Comparing base (602d5e6) to head (35aea7c).

Files Patch % Lines
devito/core/gpu.py 33.33% 4 Missing ⚠️
devito/mpi/reduction_scheme.py 87.50% 3 Missing ⚠️
devito/operator/operator.py 62.50% 2 Missing and 1 partial ⚠️
devito/ir/clusters/algorithms.py 95.34% 2 Missing ⚠️
devito/ir/support/basic.py 66.66% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2344      +/-   ##
==========================================
+ Coverage   86.81%   86.86%   +0.04%     
==========================================
  Files         233      234       +1     
  Lines       43759    43886     +127     
  Branches     8076     8102      +26     
==========================================
+ Hits        37990    38122     +132     
+ Misses       5061     5059       -2     
+ Partials      708      705       -3     

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