Console Output
+ cmake --build build-arborx --parallel 8
-- ArborX hash = '7400ce27'
[ 0%] Built target record_hash
[ 2%] Building CXX object examples/access_traits/CMakeFiles/ArborX_Example_CudaAccessTraits.exe.dir/example_cuda_access_traits.cpp.o
[ 4%] Building CXX object examples/brute_force/CMakeFiles/ArborX_Example_BruteForce.exe.dir/example_brute_force.cpp.o
[ 6%] Building CXX object examples/dbscan/CMakeFiles/ArborX_Example_DBSCAN.exe.dir/example_dbscan.cpp.o
[ 8%] Building CXX object examples/emst/CMakeFiles/ArborX_Example_EMST.exe.dir/example_emst.cpp.o
[ 10%] Building CXX object examples/simple_intersection/CMakeFiles/ArborX_Example_Intersection.exe.dir/example_intersection.cpp.o
[ 12%] Building CXX object examples/callback/CMakeFiles/ArborX_Example_Callback.exe.dir/example_callback.cpp.o
[ 14%] Building CXX object examples/custom_distance/CMakeFiles/ArborX_Example_CustomDistance.exe.dir/example_custom_distance.cpp.o
[ 16%] Building CXX object examples/molecular_dynamics/CMakeFiles/ArborX_Example_MolecularDynamics.exe.dir/example_molecular_dynamics.cpp.o
[ 18%] Linking CXX executable ArborX_Example_EMST.exe
[ 18%] Built target ArborX_Example_EMST.exe
[ 20%] Building CXX object examples/triangle_intersection/CMakeFiles/ArborX_Example_TriangleIntersection.exe.dir/triangle_intersection.cpp.o
[ 22%] Linking CXX executable ArborX_Example_Intersection.exe
[ 24%] Linking CXX executable ArborX_Example_BruteForce.exe
[ 24%] Built target ArborX_Example_Intersection.exe
[ 26%] Building CXX object examples/viz/CMakeFiles/ArborX_Example_TreeViz.exe.dir/tree_visualization.cpp.o
[ 26%] Built target ArborX_Example_BruteForce.exe
[ 28%] Building CXX object examples/raytracing/CMakeFiles/ArborX_Example_RayTracing.exe.dir/example_raytracing.cpp.o
[ 30%] Linking CXX executable ArborX_Example_MolecularDynamics.exe
[ 30%] Built target ArborX_Example_MolecularDynamics.exe
[ 32%] Building CXX object examples/moving_least_squares/CMakeFiles/ArborX_Example_MovingLeastSquares.exe.dir/moving_least_squares.cpp.o
[ 34%] Linking CXX executable ArborX_Example_CustomDistance.exe
[ 36%] Linking CXX executable ArborX_Example_CudaAccessTraits.exe
[ 36%] Built target ArborX_Example_CustomDistance.exe
[ 38%] Building CXX object benchmarks/brute_force_vs_bvh/CMakeFiles/ArborX_Benchmark_BruteForceVsBVH.exe.dir/brute_force_vs_bvh_2.cpp.o
[ 38%] Built target ArborX_Example_CudaAccessTraits.exe
[ 40%] Linking CXX executable ArborX_Example_DBSCAN.exe
[ 42%] Building CXX object benchmarks/cluster/CMakeFiles/cluster_benchmark_helpers.dir/data.cpp.o
[ 42%] Built target ArborX_Example_DBSCAN.exe
[ 44%] Building CXX object benchmarks/execution_space_instances/CMakeFiles/ArborX_Benchmark_ExecutionSpaces.exe.dir/execution_space_instances_driver.cpp.o
[ 46%] Linking CXX executable ArborX_Example_Callback.exe
[ 46%] Built target ArborX_Example_Callback.exe
[ 48%] Building CXX object benchmarks/bvh_driver/CMakeFiles/ArborX_Benchmark_BoundingVolumeHierarchy.exe.dir/bvh_driver.cpp.o
/var/jenkins/workspace/ArborX_nightly/src/interpolation/detail/ArborX_InterpDetailsMovingLeastSquaresCoefficients.hpp(178): warning #186-D: pointless comparison of unsigned integer with zero
for (unsigned int j = 0; j < vandermonde.static_extent(0); ++j)
^
detected during:
instantiation of "void ArborX::Interpolation::Details::MovingLeastSquaresCoefficientsKernel<SourcePoints, TargetAccess, Coefficients, ExecutionSpace, CRBFunc, PolynomialDegree>::operator()(const TeamMember &) const [with SourcePoints=Kokkos::View<Point **, Kokkos::Cuda::memory_space>, TargetAccess=Kokkos::View<Point *, Kokkos::Cuda::memory_space>, Coefficients=Kokkos::View<double **, Kokkos::Cuda::memory_space>, ExecutionSpace=Kokkos::DefaultExecutionSpace, CRBFunc=ArborX::Interpolation::CRBF::Wendland<0UL>, PolynomialDegree=std::integral_constant<std::size_t, 2UL>, TeamMember=Kokkos::Impl::CudaTeamMember]" at line 482 of /var/jenkins/workspace/ArborX_nightly/install-kokkos/include/Cuda/Kokkos_Cuda_Parallel_Team.hpp
instantiation of "std::enable_if_t<std::is_void_v, void> Kokkos::Impl::ParallelFor<FunctorType, Kokkos::TeamPolicy<Properties...>, Kokkos::Cuda>::exec_team<TagType>(const Kokkos::Impl::ParallelFor<FunctorType, Kokkos::TeamPolicy<Properties...>, Kokkos::Cuda>::Member &) const [with FunctorType=ArborX::Interpolation::Details::MovingLeastSquaresCoefficientsKernel<Kokkos::View<Point **, Kokkos::Cuda::memory_space>, Kokkos::View<Point *, Kokkos::Cuda::memory_space>, Kokkos::View<double **, Kokkos::Cuda::memory_space>, Kokkos::DefaultExecutionSpace, ArborX::Interpolation::CRBF::Wendland<0UL>, std::integral_constant<std::size_t, 2UL>>, Properties=<>, TagType=Kokkos::Impl::WorkTagTrait::base_traits::work_tag]" at line 511 of /var/jenkins/workspace/ArborX_nightly/install-kokkos/include/Cuda/Kokkos_Cuda_Parallel_Team.hpp
instantiation of "void Kokkos::Impl::ParallelFor<FunctorType, Kokkos::TeamPolicy<Properties...>, Kokkos::Cuda>::operator()() const [with FunctorType=ArborX::Interpolation::Details::MovingLeastSquaresCoefficientsKernel<Kokkos::View<Point **, Kokkos::Cuda::memory_space>, Kokkos::View<Point *, Kokkos::Cuda::memory_space>, Kokkos::View<double **, Kokkos::Cuda::memory_space>, Kokkos::DefaultExecutionSpace, ArborX::Interpolation::CRBF::Wendland<0UL>, std::integral_constant<std::size_t, 2UL>>, Properties=<>]" at line 98 of /var/jenkins/workspace/ArborX_nightly/install-kokkos/include/Cuda/Kokkos_Cuda_KernelLaunch.hpp
instantiation of "void Kokkos::Impl::cuda_parallel_launch_local_memory(DriverType) [with DriverType=Kokkos::Impl::ParallelFor<ArborX::Interpolation::Details::MovingLeastSquaresCoefficientsKernel<Kokkos::View<Point **, Kokkos::Cuda::memory_space>, Kokkos::View<Point *, Kokkos::Cuda::memory_space>, Kokkos::View<double **, Kokkos::Cuda::memory_space>, Kokkos::DefaultExecutionSpace, ArborX::Interpolation::CRBF::Wendland<0UL>, std::integral_constant<std::size_t, 2UL>>, Kokkos::TeamPolicy<>, Kokkos::Cuda>]" at line 365 of /var/jenkins/workspace/ArborX_nightly/install-kokkos/include/Cuda/Kokkos_Cuda_KernelLaunch.hpp
instantiation of "std::decay_t<decltype((<expression>))> Kokkos::Impl::CudaParallelLaunchKernelFunc<DriverType, Kokkos::LaunchBounds<0U, 0U>, Kokkos::Impl::CudaLaunchMechanism::LocalMemory>::get_kernel_func() [with DriverType=Kokkos::Impl::ParallelFor<ArborX::Interpolation::Details::MovingLeastSquaresCoefficientsKernel<Kokkos::View<Point **, Kokkos::Cuda::memory_space>, Kokkos::View<Point *, Kokkos::Cuda::memory_space>, Kokkos::View<double **, Kokkos::Cuda::memory_space>, Kokkos::DefaultExecutionSpace, ArborX::Interpolation::CRBF::Wendland<0UL>, std::integral_constant<std::size_t, 2UL>>, Kokkos::TeamPolicy<>, Kokkos::Cuda>]" at line 722 of /var/jenkins/workspace/ArborX_nightly/install-kokkos/include/Cuda/Kokkos_Cuda_KernelLaunch.hpp
instantiation of "cudaFuncAttributes Kokkos::Impl::CudaParallelLaunchImpl<DriverType, Kokkos::LaunchBounds<MaxThreadsPerBlock, MinBlocksPerSM>, LaunchMechanism>::get_cuda_func_attributes(const Kokkos::Impl::CudaInternal *) [with DriverType=Kokkos::Impl::ParallelFor<ArborX::Interpolation::Details::MovingLeastSquaresCoefficientsKernel<Kokkos::View<Point **, Kokkos::Cuda::memory_space>, Kokkos::View<Point *, Kokkos::Cuda::memory_space>, Kokkos::View<double **, Kokkos::Cuda::memory_space>, Kokkos::DefaultExecutionSpace, ArborX::Interpolation::CRBF::Wendland<0UL>, std::integral_constant<std::size_t, 2UL>>, Kokkos::TeamPolicy<>, Kokkos::Cuda>, MaxThreadsPerBlock=0U, MinBlocksPerSM=0U, LaunchMechanism=Kokkos::Impl::CudaLaunchMechanism::LocalMemory]" at line 135 of /var/jenkins/workspace/ArborX_nightly/install-kokkos/include/Cuda/Kokkos_Cuda_Parallel_Team.hpp
instantiation of "int Kokkos::Impl::TeamPolicyInternal<Kokkos::Cuda, Properties...>::team_size_recommended(const FunctorType &, const Kokkos::ParallelForTag &) const [with Properties=<>, FunctorType=ArborX::Interpolation::Details::MovingLeastSquaresCoefficientsKernel<Kokkos::View<Point **, Kokkos::Cuda::memory_space>, Kokkos::View<Point *, Kokkos::Cuda::memory_space>, Kokkos::View<double **, Kokkos::Cuda::memory_space>, Kokkos::DefaultExecutionSpace, ArborX::Interpolation::CRBF::Wendland<0UL>, std::integral_constant<std::size_t, 2UL>>]" at line 128 of /var/jenkins/workspace/ArborX_nightly/src/interpolation/ArborX_InterpMovingLeastSquares.hpp
instantiation of "ArborX::Interpolation::MovingLeastSquares<MemorySpace, FloatingCalculationType>::MovingLeastSquares(const ExecutionSpace &, const SourcePoints &, const TargetPoints &, CRBFunc, PolynomialDegree, std::optional<int>) [with MemorySpace=Kokkos::Cuda::memory_space, FloatingCalculationType=double, ExecutionSpace=Kokkos::DefaultExecutionSpace, SourcePoints=Kokkos::View<Point *, Kokkos::Cuda::memory_space>, TargetPoints=Kokkos::View<Point *, Kokkos::Cuda::memory_space>, CRBFunc=ArborX::Interpolation::CRBF::Wendland<0UL>, PolynomialDegree=std::integral_constant<std::size_t, 2UL>]" at line 89 of /var/jenkins/workspace/ArborX_nightly/examples/moving_least_squares/moving_least_squares.cpp
Remark: The warnings can be suppressed with "-diag-suppress <warning-number>"
[ 50%] Building CXX object benchmarks/cluster/CMakeFiles/cluster_benchmark_helpers.dir/print_timers.cpp.o
[ 52%] Linking CXX static library libcluster_benchmark_helpers.a
[ 52%] Built target cluster_benchmark_helpers
[ 54%] Building CXX object benchmarks/develop/CMakeFiles/ArborX_Benchmark_Develop.exe.dir/develop.cpp.o
[ 56%] Linking CXX executable ArborX_Example_TreeViz.exe
[ 56%] Built target ArborX_Example_TreeViz.exe
[ 58%] Building CXX object benchmarks/union_find/CMakeFiles/ArborX_Benchmark_UnionFind.exe.dir/union_find.cpp.o
[ 60%] Linking CXX executable ArborX_Example_TriangleIntersection.exe
[ 60%] Built target ArborX_Example_TriangleIntersection.exe
[ 62%] Building CXX object benchmarks/triangulated_surface_distance/CMakeFiles/ArborX_Benchmark_TriangulatedSurfaceDistance.exe.dir/triangulated_surface_distance.cpp.o
[ 64%] Linking CXX executable ArborX_Example_MovingLeastSquares.exe
[ 64%] Built target ArborX_Example_MovingLeastSquares.exe
[ 66%] Building CXX object benchmarks/brute_force_vs_bvh/CMakeFiles/ArborX_Benchmark_BruteForceVsBVH.exe.dir/brute_force_vs_bvh_3.cpp.o
[ 68%] Linking CXX executable ArborX_Benchmark_Develop.exe
[ 68%] Built target ArborX_Benchmark_Develop.exe
[ 70%] Building CXX object benchmarks/cluster/CMakeFiles/ArborX_Benchmark_DBSCAN.exe.dir/dbscan.cpp.o
[ 72%] Linking CXX executable ArborX_Benchmark_ExecutionSpaces.exe
[ 72%] Built target ArborX_Benchmark_ExecutionSpaces.exe
[ 74%] Building CXX object benchmarks/cluster/CMakeFiles/ArborX_Benchmark_MST.exe.dir/mst.cpp.o
/usr/include/boost/detail/no_exceptions_support.hpp:17:100: note: '#pragma message: This header is deprecated. Use <boost/core/no_exceptions_support.hpp> instead.'
17 | BOOST_HEADER_DEPRECATED("<boost/core/no_exceptions_support.hpp>")
| ^
[ 76%] Linking CXX executable ArborX_Example_RayTracing.exe
[ 76%] Built target ArborX_Example_RayTracing.exe
[ 78%] Building CXX object benchmarks/cluster/CMakeFiles/ArborX_Benchmark_HDBSCAN.exe.dir/hdbscan.cpp.o
[ 80%] Building CXX object benchmarks/brute_force_vs_bvh/CMakeFiles/ArborX_Benchmark_BruteForceVsBVH.exe.dir/brute_force_vs_bvh_4.cpp.o
[ 82%] Linking CXX executable ArborX_Benchmark_UnionFind.exe
[ 82%] Built target ArborX_Benchmark_UnionFind.exe
[ 84%] Building CXX object benchmarks/brute_force_vs_bvh/CMakeFiles/ArborX_Benchmark_BruteForceVsBVH.exe.dir/brute_force_vs_bvh_5.cpp.o
[ 86%] Linking CXX executable ArborX_Benchmark_TriangulatedSurfaceDistance.exe
[ 86%] Built target ArborX_Benchmark_TriangulatedSurfaceDistance.exe
[ 88%] Building CXX object benchmarks/brute_force_vs_bvh/CMakeFiles/ArborX_Benchmark_BruteForceVsBVH.exe.dir/brute_force_vs_bvh_6.cpp.o
[ 90%] Building CXX object benchmarks/brute_force_vs_bvh/CMakeFiles/ArborX_Benchmark_BruteForceVsBVH.exe.dir/brute_force_vs_bvh.cpp.o
[ 92%] Linking CXX executable ArborX_Benchmark_BoundingVolumeHierarchy.exe
[ 92%] Built target ArborX_Benchmark_BoundingVolumeHierarchy.exe
[ 94%] Linking CXX executable ArborX_Benchmark_MST.exe
[ 94%] Built target ArborX_Benchmark_MST.exe
[ 96%] Linking CXX executable ArborX_Benchmark_HDBSCAN.exe
[ 96%] Built target ArborX_Benchmark_HDBSCAN.exe
[ 98%] Linking CXX executable ArborX_Benchmark_BruteForceVsBVH.exe
[ 98%] Built target ArborX_Benchmark_BruteForceVsBVH.exe
[100%] Linking CXX executable ArborX_Benchmark_DBSCAN.exe
[100%] Built target ArborX_Benchmark_DBSCAN.exe