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

NearestNeighborOperator_def.hpp search tree use inconsistent with ArborX_DistributedSearchTree.hpp #575

Closed mattbement closed 4 years ago

mattbement commented 4 years ago

https://github.com/ORNL-CEES/DataTransferKit/blob/2ffa27babf694737cba147fd66842dba1f586a87/packages/Meshfree/src/DTK_NearestNeighborOperator_def.hpp#L36-L37 is not consistent with ArborX_DistributedSearchTree.hpp, at least for the ArborX hash that's in the repo.

aprokop commented 4 years ago

@mattbement How is it not consistent? There is an overload for DistributedSearchTree.

mattbement commented 4 years ago

Nevermind - I was misinterpreting a compiler error message. Relative to an older version of DTK, I had to add ::device_type to my Kokkos::HostSpace template parameter.

dalg24 commented 4 years ago

Related to arborx/ArborX#349