dash-project / dash

DASH, the C++ Template Library for Distributed Data Structures with Support for Hierarchical Locality for HPC and Data-Driven Science
http://www.dash-project.org/
Other
154 stars 44 forks source link

Add local_blockspec() call to 1D TilePattern specialization #693

Closed devreal closed 4 years ago

devreal commented 4 years ago

This is needed for the HDF5 integration to work correctly.

See #692

codecov[bot] commented 4 years ago

Codecov Report

Merging #693 into development will increase coverage by 0.34%. The diff coverage is n/a.

@@               Coverage Diff               @@
##           development     #693      +/-   ##
===============================================
+ Coverage        84.07%   84.42%   +0.34%     
===============================================
  Files              336      336              
  Lines            24954    24954              
  Branches         11338    11338              
===============================================
+ Hits             20981    21067      +86     
- Misses            3693     3694       +1     
+ Partials           280      193      -87
Impacted Files Coverage Δ
dart-impl/mpi/src/dart_globmem.c 55.97% <ø> (ø) :arrow_up:
dart-if/include/dash/dart/if/dart_globmem.h 100% <ø> (ø) :arrow_up:
dash/test/TestBase.h 65.9% <0%> (-22.73%) :arrow_down:
...h/include/dash/pattern/internal/PatternArguments.h 78.68% <0%> (-16.4%) :arrow_down:
dash/include/dash/GlobRef.h 76.99% <0%> (-14.16%) :arrow_down:
dash/include/dash/Team.h 78.35% <0%> (-10.31%) :arrow_down:
dash/include/dash/memory/UniquePtr.h 90% <0%> (-10%) :arrow_down:
dash/include/dash/view/ViewMod.h 92.94% <0%> (-7.06%) :arrow_down:
dash/include/dash/util/LocalityDomain.h 27.63% <0%> (-6.58%) :arrow_down:
dash/include/dash/atomic/GlobAtomicRef.h 94.93% <0%> (-5.07%) :arrow_down:
... and 32 more