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

Feat halo #717

Merged
merged 76 commits into from
Feb 1, 2021
Merged

Feat halo #717

merged 76 commits into from
Feb 1, 2021

Conversation

dhinf
Copy link
Member

@dhinf dhinf commented Feb 1, 2021

  • Refactored the inner data structure to set up the boundary and halo environment. Removed code redundancy and improved maintainability.
  • Now very small blocks work fine.
  • Added coordinate based access for inner and boundary elements.
    Issue Directly specify the halo width #680

dhinf and others added 30 commits June 5, 2019 11:02
dhinf and others added 25 commits June 9, 2020 13:57
@codecov
Copy link

codecov bot commented Feb 1, 2021

Codecov Report

Merging #717 (8cd2137) into development (e1af056) will increase coverage by 0.16%.
The diff coverage is 97.25%.

@@               Coverage Diff               @@
##           development     #717      +/-   ##
===============================================
+ Coverage        85.24%   85.41%   +0.16%     
===============================================
  Files              336      340       +4     
  Lines            25043    25479     +436     
  Branches         11759    12059     +300     
===============================================
+ Hits             21349    21764     +415     
- Misses            3693     3714      +21     
  Partials             1        1              
Impacted Files Coverage Δ
dash/include/dash/Dimensional.h 81.08% <ø> (+0.34%) ⬆️
dash/include/dash/Matrix.h 100.00% <ø> (ø)
dash/include/dash/iterator/GlobViewIter.h 81.14% <ø> (+0.44%) ⬆️
dash/include/dash/halo/Types.h 30.00% <30.00%> (ø)
dash/include/dash/TeamSpec.h 87.50% <94.11%> (+1.18%) ⬆️
dash/include/dash/halo/Halo.h 95.77% <95.07%> (-1.84%) ⬇️
dash/include/dash/halo/Stencil.h 97.43% <97.43%> (ø)
dash/include/dash/halo/Region.h 97.63% <97.63%> (ø)
dash/include/dash/halo/iterator/StencilIterator.h 98.21% <98.59%> (-0.46%) ⬇️
dash/include/dash/halo/HaloMemory.h 99.54% <99.54%> (ø)
... and 16 more

@dhinf dhinf requested a review from bertwesarg February 1, 2021 00:18
@@ -13,7 +13,7 @@ jobs:
steps:
- checkout
- run: bash dash/scripts/dash-ci.sh Release
- run: bash -c 'export DART_FORCE_C_STD=99; dash/scripts/dash-ci.sh Minimal'
#- run: bash -c 'export DART_FORCE_C_STD=99; dash/scripts/dash-ci.sh Minimal'
Copy link
Member

Choose a reason for hiding this comment

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

needed?

@dhinf dhinf merged commit c561931 into development Feb 1, 2021
@dhinf dhinf deleted the feat-halo branch February 1, 2021 09:20
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.

3 participants