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

Compile error in ExodusProblemGenerator_def.hpp #589

Closed gahansen closed 3 years ago

gahansen commented 3 years ago

I'm almost at the end of the base compile:

[100%] Building CXX object DataTransferKit/packages/Meshfree/test/CMakeFiles/DataTransferKit_NearestNeighborExodusGenerator.dir/tstNearestNeighborExodusGenerator.cpp.o

Ran into the attached compilation error:

output.txt

Machine and compilers same as in #587

aprokop commented 3 years ago

Here's the actual error:

<snip>/DataTransferKit/packages/Meshfree/test/PointCloudProblemGenerator/ExodusProblemGenerator_def.hpp:208:54:
error: no matching function for call to 'ArborX::Details::Distributor<Kokkos::Device<Kokkos::Serial, Kokkos::HostSpace> >::createFromSends(Kokkos::View<int*, Kokkos::HostSpace>&)'
  208 |     int num_node_import = distributor.createFromSends( export_ranks );