ORNL-CEES / DataTransferKit

A library for multiphysics solution transfer. ARCHIVED
https://datatransferkit.readthedocs.io/en/dtk-3.0/
BSD 3-Clause "New" or "Revised" License
47 stars 26 forks source link

Fix Kokkos-3.0.0 issues detected by runtime checks #568

Closed masterleinad closed 4 years ago

masterleinad commented 4 years ago

Views need to be initialized with the correct number of dynamic ranks.

codecov-io commented 4 years ago

Codecov Report

Merging #568 into master will increase coverage by <.01%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #568      +/-   ##
==========================================
+ Coverage   95.88%   95.88%   +<.01%     
==========================================
  Files          86       86              
  Lines        6002     6003       +1     
==========================================
+ Hits         5755     5756       +1     
  Misses        247      247
Impacted Files Coverage Δ
...eshfree/src/DTK_MovingLeastSquaresOperator_def.hpp 100% <ø> (ø) :arrow_up:
packages/Interface/src/DTK_InputAllocators_def.hpp 100% <ø> (ø) :arrow_up:
...s/Meshfree/src/DTK_NearestNeighborOperator_def.hpp 100% <100%> (ø) :arrow_up:
...kages/Meshfree/test/tstNearestNeighborOperator.cpp 97.88% <100%> (ø) :arrow_up:
...ree/src/DTK_DetailsNearestNeighborOperatorImpl.hpp 100% <100%> (ø) :arrow_up:
...ackages/Discretization/src/DTK_PointSearch_def.hpp 99.23% <100%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 7003e36...98c694b. Read the comment docs.

codecov-commenter commented 4 years ago

Codecov Report

Merging #568 into master will increase coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #568   +/-   ##
=======================================
  Coverage   95.88%   95.88%           
=======================================
  Files          86       86           
  Lines        6002     6003    +1     
=======================================
+ Hits         5755     5756    +1     
  Misses        247      247           
Impacted Files Coverage Δ
packages/Interface/src/DTK_InputAllocators_def.hpp 100.00% <ø> (ø)
...eshfree/src/DTK_MovingLeastSquaresOperator_def.hpp 100.00% <ø> (ø)
...ackages/Discretization/src/DTK_PointSearch_def.hpp 99.23% <100.00%> (ø)
...ree/src/DTK_DetailsNearestNeighborOperatorImpl.hpp 100.00% <100.00%> (ø)
...s/Meshfree/src/DTK_NearestNeighborOperator_def.hpp 100.00% <100.00%> (ø)
...kages/Meshfree/test/tstNearestNeighborOperator.cpp 97.88% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 97b5ccd...ede26f4. Read the comment docs.