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

Allow Kokkos with deprecated code disabled #567

Closed masterleinad closed 4 years ago

masterleinad commented 4 years ago

This pull request allows building DTK if the underlying Kokkos library has deprecated code disabled.

Intrepid2 still needs to be fixed upstream, though.

masterleinad commented 4 years ago

See https://github.com/trilinos/Trilinos/pull/6539.

codecov-io commented 4 years ago

Codecov Report

Merging #567 into master will decrease coverage by <.01%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #567      +/-   ##
==========================================
- Coverage   95.88%   95.88%   -0.01%     
==========================================
  Files          86       86              
  Lines        6009     6001       -8     
==========================================
- Hits         5762     5754       -8     
  Misses        247      247
Impacted Files Coverage Δ
packages/Interface/test/tstView.cpp 100% <ø> (ø) :arrow_up:
packages/Utils/src/DTK_Core.cpp 86.95% <ø> (ø) :arrow_up:
...kages/Meshfree/test/tstNearestNeighborOperator.cpp 97.88% <100%> (ø) :arrow_up:
...ree/src/DTK_DetailsNearestNeighborOperatorImpl.hpp 100% <100%> (ø) :arrow_up:
packages/Interface/test/tstInit.cpp 93.18% <100%> (-0.94%) :arrow_down:

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 da786bd...b610313. Read the comment docs.