Skip to content

Console Output

+ cmake --build build-arborx --parallel 8
-- ArborX hash = 'a3b47c98'
[  0%] Built target record_hash
[  3%] Building CXX object examples/access_traits/CMakeFiles/ArborX_Example_CudaAccessTraits.exe.dir/example_cuda_access_traits.cpp.o
[  3%] Building CXX object examples/callback/CMakeFiles/ArborX_Example_Callback.exe.dir/example_callback.cpp.o
[  5%] 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
[ 10%] Building CXX object examples/molecular_dynamics/CMakeFiles/ArborX_Example_MolecularDynamics.exe.dir/example_molecular_dynamics.cpp.o
[ 10%] Building CXX object examples/custom_distance/CMakeFiles/ArborX_Example_CustomDistance.exe.dir/example_custom_distance.cpp.o
[ 12%] Building CXX object examples/emst/CMakeFiles/ArborX_Example_EMST.exe.dir/example_emst.cpp.o
[ 13%] Building CXX object examples/simple_intersection/CMakeFiles/ArborX_Example_Intersection.exe.dir/example_intersection.cpp.o
[ 17%] Linking CXX executable ArborX_Example_EMST.exe
[ 17%] Linking CXX executable ArborX_Example_CudaAccessTraits.exe
[ 18%] Linking CXX executable ArborX_Example_CustomDistance.exe
[ 18%] Built target ArborX_Example_CudaAccessTraits.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%] Building CXX object examples/distributed_tree/CMakeFiles/ArborX_Example_DistributedTree_KNN.exe.dir/distributed_knn.cpp.o
[ 24%] Linking CXX executable ArborX_Example_BruteForce.exe
[ 24%] Built target ArborX_Example_CustomDistance.exe
[ 25%] Building CXX object examples/viz/CMakeFiles/ArborX_Example_TreeViz.exe.dir/tree_visualization.cpp.o
[ 25%] Built target ArborX_Example_BruteForce.exe
[ 27%] Building CXX object examples/raytracing/CMakeFiles/ArborX_Example_RayTracing.exe.dir/example_raytracing.cpp.o
[ 29%] Linking CXX executable ArborX_Example_MolecularDynamics.exe
[ 29%] Built target ArborX_Example_MolecularDynamics.exe
[ 31%] Building CXX object examples/moving_least_squares/CMakeFiles/ArborX_Example_MovingLeastSquares.exe.dir/moving_least_squares.cpp.o
[ 32%] Linking CXX executable ArborX_Example_Intersection.exe
[ 34%] Linking CXX executable ArborX_Example_Callback.exe
[ 34%] Built target ArborX_Example_Intersection.exe
[ 36%] Building CXX object benchmarks/brute_force_vs_bvh/CMakeFiles/ArborX_Benchmark_BruteForceVsBVH.exe.dir/brute_force_vs_bvh_2.cpp.o
[ 36%] Built target ArborX_Example_Callback.exe
[ 37%] Building CXX object benchmarks/cluster/CMakeFiles/cluster_benchmark_helpers.dir/data.cpp.o
[ 39%] Linking CXX executable ArborX_Example_DBSCAN.exe
/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>"

[ 39%] Built target ArborX_Example_DBSCAN.exe
[ 41%] Building CXX object benchmarks/execution_space_instances/CMakeFiles/ArborX_Benchmark_ExecutionSpaces.exe.dir/execution_space_instances_driver.cpp.o
[ 43%] Building CXX object benchmarks/cluster/CMakeFiles/cluster_benchmark_helpers.dir/print_timers.cpp.o
[ 44%] Linking CXX executable ArborX_Example_TreeViz.exe
[ 44%] Built target ArborX_Example_TreeViz.exe
[ 46%] Building CXX object benchmarks/bvh_driver/CMakeFiles/ArborX_Benchmark_BoundingVolumeHierarchy.exe.dir/bvh_driver.cpp.o
[ 48%] Linking CXX executable ArborX_Example_MovingLeastSquares.exe
[ 48%] Built target ArborX_Example_MovingLeastSquares.exe
[ 50%] Building CXX object benchmarks/develop/CMakeFiles/ArborX_Benchmark_Develop.exe.dir/develop.cpp.o
[ 51%] Linking CXX static library libcluster_benchmark_helpers.a
[ 51%] Built target cluster_benchmark_helpers
[ 53%] Building CXX object benchmarks/union_find/CMakeFiles/ArborX_Benchmark_UnionFind.exe.dir/union_find.cpp.o
[ 55%] Linking CXX executable ArborX_Example_TriangleIntersection.exe
[ 55%] Built target ArborX_Example_TriangleIntersection.exe
[ 56%] Building CXX object benchmarks/triangulated_surface_distance/CMakeFiles/ArborX_Benchmark_TriangulatedSurfaceDistance.exe.dir/triangulated_surface_distance.cpp.o
[ 58%] Linking CXX executable ArborX_Benchmark_Develop.exe
[ 60%] Linking CXX executable ArborX_Example_RayTracing.exe
[ 60%] Built target ArborX_Benchmark_Develop.exe
[ 62%] Building CXX object benchmarks/distributed_contact/CMakeFiles/ArborX_Benchmark_DistributedContact.exe.dir/distributed_contact.cpp.o
[ 62%] Built target ArborX_Example_RayTracing.exe
[ 63%] Building CXX object benchmarks/distributed_tree_driver/CMakeFiles/ArborX_Benchmark_DistributedTree.exe.dir/distributed_tree_driver.cpp.o
[ 65%] Linking CXX executable ArborX_Benchmark_ExecutionSpaces.exe
[ 65%] Built target ArborX_Benchmark_ExecutionSpaces.exe
[ 67%] Building CXX object benchmarks/brute_force_vs_bvh/CMakeFiles/ArborX_Benchmark_BruteForceVsBVH.exe.dir/brute_force_vs_bvh_3.cpp.o
[ 68%] Building CXX object benchmarks/brute_force_vs_bvh/CMakeFiles/ArborX_Benchmark_BruteForceVsBVH.exe.dir/brute_force_vs_bvh_4.cpp.o
[ 70%] Linking CXX executable ArborX_Benchmark_UnionFind.exe
[ 70%] Built target ArborX_Benchmark_UnionFind.exe
[ 72%] Building CXX object benchmarks/cluster/CMakeFiles/ArborX_Benchmark_DBSCAN.exe.dir/dbscan.cpp.o
[ 74%] Linking CXX executable ArborX_Example_DistributedTree_KNN.exe
/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>")
      |                                                                                                    ^
[ 74%] Built target ArborX_Example_DistributedTree_KNN.exe
[ 75%] Building CXX object benchmarks/cluster/CMakeFiles/ArborX_Benchmark_MST.exe.dir/mst.cpp.o
[ 77%] Linking CXX executable ArborX_Benchmark_TriangulatedSurfaceDistance.exe
[ 77%] Built target ArborX_Benchmark_TriangulatedSurfaceDistance.exe
[ 79%] Building CXX object benchmarks/cluster/CMakeFiles/ArborX_Benchmark_HDBSCAN.exe.dir/hdbscan.cpp.o
[ 81%] Linking CXX executable ArborX_Benchmark_DistributedContact.exe
[ 82%] Building CXX object benchmarks/brute_force_vs_bvh/CMakeFiles/ArborX_Benchmark_BruteForceVsBVH.exe.dir/brute_force_vs_bvh_5.cpp.o
[ 82%] Built target ArborX_Benchmark_DistributedContact.exe
[ 84%] Building CXX object benchmarks/cluster/CMakeFiles/ArborX_Benchmark_DistributedDBSCAN.exe.dir/distributed_dbscan.cpp.o
[ 86%] Building CXX object benchmarks/brute_force_vs_bvh/CMakeFiles/ArborX_Benchmark_BruteForceVsBVH.exe.dir/brute_force_vs_bvh_6.cpp.o
/var/jenkins/workspace/ArborX_nightly/benchmarks/cluster/distributed_data.hpp(118): warning #20013-D: calling a constexpr __host__ function("operator[]") from a __host__ __device__ function("operator()") is not allowed. The experimental flag '--expt-relaxed-constexpr' can be used to allow this.
            points(j * nx + i) = {pos(Is[0] * nx + i), pos(Is[1] * nx + j)};
                                        ^
          detected during instantiation of "Kokkos::View<ArborX::Point<DIM, Coordinate> *, MemorySpace> generateDistributedData<DIM,Coordinate,MemorySpace>(MPI_Comm, const ArborXBenchmark::Parameters &) [with DIM=2, Coordinate=float, MemorySpace=Kokkos::Cuda::memory_space]" at line 276 of /var/jenkins/workspace/ArborX_nightly/benchmarks/cluster/distributed_dbscan.cpp

Remark: The warnings can be suppressed with "-diag-suppress <warning-number>"

/var/jenkins/workspace/ArborX_nightly/benchmarks/cluster/distributed_data.hpp(118): warning #20013-D: calling a constexpr __host__ function("operator[]") from a __host__ __device__ function("operator()") is not allowed. The experimental flag '--expt-relaxed-constexpr' can be used to allow this.
            points(j * nx + i) = {pos(Is[0] * nx + i), pos(Is[1] * nx + j)};
                                                             ^
          detected during instantiation of "Kokkos::View<ArborX::Point<DIM, Coordinate> *, MemorySpace> generateDistributedData<DIM,Coordinate,MemorySpace>(MPI_Comm, const ArborXBenchmark::Parameters &) [with DIM=2, Coordinate=float, MemorySpace=Kokkos::Cuda::memory_space]" at line 276 of /var/jenkins/workspace/ArborX_nightly/benchmarks/cluster/distributed_dbscan.cpp

/var/jenkins/workspace/ArborX_nightly/benchmarks/cluster/distributed_data.hpp(132): warning #20013-D: calling a constexpr __host__ function("operator[]") from a __host__ __device__ function("operator()") is not allowed. The experimental flag '--expt-relaxed-constexpr' can be used to allow this.
                pos(Is[0] * nx + i), pos(Is[1] * nx + j), pos(Is[2] * nx + k)};
                      ^
          detected during instantiation of "Kokkos::View<ArborX::Point<DIM, Coordinate> *, MemorySpace> generateDistributedData<DIM,Coordinate,MemorySpace>(MPI_Comm, const ArborXBenchmark::Parameters &) [with DIM=3, Coordinate=float, MemorySpace=Kokkos::Cuda::memory_space]" at line 277 of /var/jenkins/workspace/ArborX_nightly/benchmarks/cluster/distributed_dbscan.cpp

/var/jenkins/workspace/ArborX_nightly/benchmarks/cluster/distributed_data.hpp(132): warning #20013-D: calling a constexpr __host__ function("operator[]") from a __host__ __device__ function("operator()") is not allowed. The experimental flag '--expt-relaxed-constexpr' can be used to allow this.
                pos(Is[0] * nx + i), pos(Is[1] * nx + j), pos(Is[2] * nx + k)};
                                           ^
          detected during instantiation of "Kokkos::View<ArborX::Point<DIM, Coordinate> *, MemorySpace> generateDistributedData<DIM,Coordinate,MemorySpace>(MPI_Comm, const ArborXBenchmark::Parameters &) [with DIM=3, Coordinate=float, MemorySpace=Kokkos::Cuda::memory_space]" at line 277 of /var/jenkins/workspace/ArborX_nightly/benchmarks/cluster/distributed_dbscan.cpp

/var/jenkins/workspace/ArborX_nightly/benchmarks/cluster/distributed_data.hpp(132): warning #20013-D: calling a constexpr __host__ function("operator[]") from a __host__ __device__ function("operator()") is not allowed. The experimental flag '--expt-relaxed-constexpr' can be used to allow this.
                pos(Is[0] * nx + i), pos(Is[1] * nx + j), pos(Is[2] * nx + k)};
                                                                ^
          detected during instantiation of "Kokkos::View<ArborX::Point<DIM, Coordinate> *, MemorySpace> generateDistributedData<DIM,Coordinate,MemorySpace>(MPI_Comm, const ArborXBenchmark::Parameters &) [with DIM=3, Coordinate=float, MemorySpace=Kokkos::Cuda::memory_space]" at line 277 of /var/jenkins/workspace/ArborX_nightly/benchmarks/cluster/distributed_dbscan.cpp

/var/jenkins/workspace/ArborX_nightly/benchmarks/cluster/distributed_data.hpp(118): warning #20013-D: calling a constexpr __host__ function("operator[]") from a __host__ __device__ function("operator()") is not allowed. The experimental flag '--expt-relaxed-constexpr' can be used to allow this.
            points(j * nx + i) = {pos(Is[0] * nx + i), pos(Is[1] * nx + j)};
                                        ^
          detected during instantiation of "Kokkos::View<ArborX::Point<DIM, Coordinate> *, MemorySpace> generateDistributedData<DIM,Coordinate,MemorySpace>(MPI_Comm, const ArborXBenchmark::Parameters &) [with DIM=2, Coordinate=double, MemorySpace=Kokkos::Cuda::memory_space]" at line 284 of /var/jenkins/workspace/ArborX_nightly/benchmarks/cluster/distributed_dbscan.cpp

/var/jenkins/workspace/ArborX_nightly/benchmarks/cluster/distributed_data.hpp(118): warning #20013-D: calling a constexpr __host__ function("operator[]") from a __host__ __device__ function("operator()") is not allowed. The experimental flag '--expt-relaxed-constexpr' can be used to allow this.
            points(j * nx + i) = {pos(Is[0] * nx + i), pos(Is[1] * nx + j)};
                                                             ^
          detected during instantiation of "Kokkos::View<ArborX::Point<DIM, Coordinate> *, MemorySpace> generateDistributedData<DIM,Coordinate,MemorySpace>(MPI_Comm, const ArborXBenchmark::Parameters &) [with DIM=2, Coordinate=double, MemorySpace=Kokkos::Cuda::memory_space]" at line 284 of /var/jenkins/workspace/ArborX_nightly/benchmarks/cluster/distributed_dbscan.cpp

[ 87%] Linking CXX executable ArborX_Benchmark_BoundingVolumeHierarchy.exe
/var/jenkins/workspace/ArborX_nightly/benchmarks/cluster/distributed_data.hpp(132): warning #20013-D: calling a constexpr __host__ function("operator[]") from a __host__ __device__ function("operator()") is not allowed. The experimental flag '--expt-relaxed-constexpr' can be used to allow this.
                pos(Is[0] * nx + i), pos(Is[1] * nx + j), pos(Is[2] * nx + k)};
                      ^
          detected during instantiation of "Kokkos::View<ArborX::Point<DIM, Coordinate> *, MemorySpace> generateDistributedData<DIM,Coordinate,MemorySpace>(MPI_Comm, const ArborXBenchmark::Parameters &) [with DIM=3, Coordinate=double, MemorySpace=Kokkos::Cuda::memory_space]" at line 285 of /var/jenkins/workspace/ArborX_nightly/benchmarks/cluster/distributed_dbscan.cpp

/var/jenkins/workspace/ArborX_nightly/benchmarks/cluster/distributed_data.hpp(132): warning #20013-D: calling a constexpr __host__ function("operator[]") from a __host__ __device__ function("operator()") is not allowed. The experimental flag '--expt-relaxed-constexpr' can be used to allow this.
                pos(Is[0] * nx + i), pos(Is[1] * nx + j), pos(Is[2] * nx + k)};
                                           ^
          detected during instantiation of "Kokkos::View<ArborX::Point<DIM, Coordinate> *, MemorySpace> generateDistributedData<DIM,Coordinate,MemorySpace>(MPI_Comm, const ArborXBenchmark::Parameters &) [with DIM=3, Coordinate=double, MemorySpace=Kokkos::Cuda::memory_space]" at line 285 of /var/jenkins/workspace/ArborX_nightly/benchmarks/cluster/distributed_dbscan.cpp

/var/jenkins/workspace/ArborX_nightly/benchmarks/cluster/distributed_data.hpp(132): warning #20013-D: calling a constexpr __host__ function("operator[]") from a __host__ __device__ function("operator()") is not allowed. The experimental flag '--expt-relaxed-constexpr' can be used to allow this.
                pos(Is[0] * nx + i), pos(Is[1] * nx + j), pos(Is[2] * nx + k)};
                                                                ^
          detected during instantiation of "Kokkos::View<ArborX::Point<DIM, Coordinate> *, MemorySpace> generateDistributedData<DIM,Coordinate,MemorySpace>(MPI_Comm, const ArborXBenchmark::Parameters &) [with DIM=3, Coordinate=double, MemorySpace=Kokkos::Cuda::memory_space]" at line 285 of /var/jenkins/workspace/ArborX_nightly/benchmarks/cluster/distributed_dbscan.cpp

[ 87%] Built target ArborX_Benchmark_BoundingVolumeHierarchy.exe
[ 89%] Building CXX object benchmarks/brute_force_vs_bvh/CMakeFiles/ArborX_Benchmark_BruteForceVsBVH.exe.dir/brute_force_vs_bvh.cpp.o
/var/jenkins/workspace/ArborX_nightly/benchmarks/cluster/distributed_data.hpp(118): warning #20015-D: calling a constexpr __host__ function from a __host__ __device__ function is not allowed. The experimental flag '--expt-relaxed-constexpr' can be used to allow this.
            points(j * nx + i) = {pos(Is[0] * nx + i), pos(Is[1] * nx + j)};
            ^

/var/jenkins/workspace/ArborX_nightly/benchmarks/cluster/distributed_data.hpp(118): warning #20015-D: calling a constexpr __host__ function from a __host__ __device__ function is not allowed. The experimental flag '--expt-relaxed-constexpr' can be used to allow this.
            points(j * nx + i) = {pos(Is[0] * nx + i), pos(Is[1] * nx + j)};
            ^

/var/jenkins/workspace/ArborX_nightly/benchmarks/cluster/distributed_data.hpp(131): warning #20015-D: calling a constexpr __host__ function from a __host__ __device__ function is not allowed. The experimental flag '--expt-relaxed-constexpr' can be used to allow this.
            points(k * nx * nx + j * nx + i) = {
            ^

/var/jenkins/workspace/ArborX_nightly/benchmarks/cluster/distributed_data.hpp(131): warning #20015-D: calling a constexpr __host__ function from a __host__ __device__ function is not allowed. The experimental flag '--expt-relaxed-constexpr' can be used to allow this.
            points(k * nx * nx + j * nx + i) = {
            ^

/var/jenkins/workspace/ArborX_nightly/benchmarks/cluster/distributed_data.hpp(131): warning #20015-D: calling a constexpr __host__ function from a __host__ __device__ function is not allowed. The experimental flag '--expt-relaxed-constexpr' can be used to allow this.
            points(k * nx * nx + j * nx + i) = {
            ^

/var/jenkins/workspace/ArborX_nightly/benchmarks/cluster/distributed_data.hpp(118): warning #20015-D: calling a constexpr __host__ function from a __host__ __device__ function is not allowed. The experimental flag '--expt-relaxed-constexpr' can be used to allow this.
            points(j * nx + i) = {pos(Is[0] * nx + i), pos(Is[1] * nx + j)};
            ^

/var/jenkins/workspace/ArborX_nightly/benchmarks/cluster/distributed_data.hpp(118): warning #20015-D: calling a constexpr __host__ function from a __host__ __device__ function is not allowed. The experimental flag '--expt-relaxed-constexpr' can be used to allow this.
            points(j * nx + i) = {pos(Is[0] * nx + i), pos(Is[1] * nx + j)};
            ^

/var/jenkins/workspace/ArborX_nightly/benchmarks/cluster/distributed_data.hpp(131): warning #20015-D: calling a constexpr __host__ function from a __host__ __device__ function is not allowed. The experimental flag '--expt-relaxed-constexpr' can be used to allow this.
            points(k * nx * nx + j * nx + i) = {
            ^

/var/jenkins/workspace/ArborX_nightly/benchmarks/cluster/distributed_data.hpp(131): warning #20015-D: calling a constexpr __host__ function from a __host__ __device__ function is not allowed. The experimental flag '--expt-relaxed-constexpr' can be used to allow this.
            points(k * nx * nx + j * nx + i) = {
            ^

/var/jenkins/workspace/ArborX_nightly/benchmarks/cluster/distributed_data.hpp(131): warning #20015-D: calling a constexpr __host__ function from a __host__ __device__ function is not allowed. The experimental flag '--expt-relaxed-constexpr' can be used to allow this.
            points(k * nx * nx + j * nx + i) = {
            ^

/var/jenkins/workspace/ArborX_nightly/benchmarks/cluster/distributed_data.hpp(118): warning #20013-D: calling a constexpr __host__ function("std::array<int, (unsigned long)2ul> ::operator [](unsigned long) const") from a __host__ __device__ function("Kokkos::View< ::ArborX::Point<T1, T2>  *, T3 >   ::generateDistributedData<(int)2, float,  ::Kokkos::CudaSpace> (    ::ompi_communicator_t *, const  ::ArborXBenchmark::Parameters &)::[lambda(int, int) (instance 1)]::operator () const") is not allowed. The experimental flag '--expt-relaxed-constexpr' can be used to allow this.

/var/jenkins/workspace/ArborX_nightly/benchmarks/cluster/distributed_data.hpp(118): warning #20013-D: calling a constexpr __host__ function("std::array<int, (unsigned long)2ul> ::operator [](unsigned long) const") from a __host__ __device__ function("Kokkos::View< ::ArborX::Point<T1, T2>  *, T3 >   ::generateDistributedData<(int)2, float,  ::Kokkos::CudaSpace> (    ::ompi_communicator_t *, const  ::ArborXBenchmark::Parameters &)::[lambda(int, int) (instance 1)]::operator () const") is not allowed. The experimental flag '--expt-relaxed-constexpr' can be used to allow this.

/var/jenkins/workspace/ArborX_nightly/benchmarks/cluster/distributed_data.hpp(132): warning #20013-D: calling a constexpr __host__ function("std::array<int, (unsigned long)3ul> ::operator [](unsigned long) const") from a __host__ __device__ function("Kokkos::View< ::ArborX::Point<T1, T2>  *, T3 >   ::generateDistributedData<(int)3, float,  ::Kokkos::CudaSpace> (    ::ompi_communicator_t *, const  ::ArborXBenchmark::Parameters &)::[lambda(int, int, int) (instance 1)]::operator () const") is not allowed. The experimental flag '--expt-relaxed-constexpr' can be used to allow this.

/var/jenkins/workspace/ArborX_nightly/benchmarks/cluster/distributed_data.hpp(132): warning #20013-D: calling a constexpr __host__ function("std::array<int, (unsigned long)3ul> ::operator [](unsigned long) const") from a __host__ __device__ function("Kokkos::View< ::ArborX::Point<T1, T2>  *, T3 >   ::generateDistributedData<(int)3, float,  ::Kokkos::CudaSpace> (    ::ompi_communicator_t *, const  ::ArborXBenchmark::Parameters &)::[lambda(int, int, int) (instance 1)]::operator () const") is not allowed. The experimental flag '--expt-relaxed-constexpr' can be used to allow this.

/var/jenkins/workspace/ArborX_nightly/benchmarks/cluster/distributed_data.hpp(132): warning #20013-D: calling a constexpr __host__ function("std::array<int, (unsigned long)3ul> ::operator [](unsigned long) const") from a __host__ __device__ function("Kokkos::View< ::ArborX::Point<T1, T2>  *, T3 >   ::generateDistributedData<(int)3, float,  ::Kokkos::CudaSpace> (    ::ompi_communicator_t *, const  ::ArborXBenchmark::Parameters &)::[lambda(int, int, int) (instance 1)]::operator () const") is not allowed. The experimental flag '--expt-relaxed-constexpr' can be used to allow this.

/var/jenkins/workspace/ArborX_nightly/benchmarks/cluster/distributed_data.hpp(118): warning #20013-D: calling a constexpr __host__ function("std::array<int, (unsigned long)2ul> ::operator [](unsigned long) const") from a __host__ __device__ function("Kokkos::View< ::ArborX::Point<T1, T2>  *, T3 >   ::generateDistributedData<(int)2, double,  ::Kokkos::CudaSpace> (    ::ompi_communicator_t *, const  ::ArborXBenchmark::Parameters &)::[lambda(int, int) (instance 1)]::operator () const") is not allowed. The experimental flag '--expt-relaxed-constexpr' can be used to allow this.

/var/jenkins/workspace/ArborX_nightly/benchmarks/cluster/distributed_data.hpp(118): warning #20013-D: calling a constexpr __host__ function("std::array<int, (unsigned long)2ul> ::operator [](unsigned long) const") from a __host__ __device__ function("Kokkos::View< ::ArborX::Point<T1, T2>  *, T3 >   ::generateDistributedData<(int)2, double,  ::Kokkos::CudaSpace> (    ::ompi_communicator_t *, const  ::ArborXBenchmark::Parameters &)::[lambda(int, int) (instance 1)]::operator () const") is not allowed. The experimental flag '--expt-relaxed-constexpr' can be used to allow this.

/var/jenkins/workspace/ArborX_nightly/benchmarks/cluster/distributed_data.hpp(132): warning #20013-D: calling a constexpr __host__ function("std::array<int, (unsigned long)3ul> ::operator [](unsigned long) const") from a __host__ __device__ function("Kokkos::View< ::ArborX::Point<T1, T2>  *, T3 >   ::generateDistributedData<(int)3, double,  ::Kokkos::CudaSpace> (    ::ompi_communicator_t *, const  ::ArborXBenchmark::Parameters &)::[lambda(int, int, int) (instance 1)]::operator () const") is not allowed. The experimental flag '--expt-relaxed-constexpr' can be used to allow this.

/var/jenkins/workspace/ArborX_nightly/benchmarks/cluster/distributed_data.hpp(132): warning #20013-D: calling a constexpr __host__ function("std::array<int, (unsigned long)3ul> ::operator [](unsigned long) const") from a __host__ __device__ function("Kokkos::View< ::ArborX::Point<T1, T2>  *, T3 >   ::generateDistributedData<(int)3, double,  ::Kokkos::CudaSpace> (    ::ompi_communicator_t *, const  ::ArborXBenchmark::Parameters &)::[lambda(int, int, int) (instance 1)]::operator () const") is not allowed. The experimental flag '--expt-relaxed-constexpr' can be used to allow this.

/var/jenkins/workspace/ArborX_nightly/benchmarks/cluster/distributed_data.hpp(132): warning #20013-D: calling a constexpr __host__ function("std::array<int, (unsigned long)3ul> ::operator [](unsigned long) const") from a __host__ __device__ function("Kokkos::View< ::ArborX::Point<T1, T2>  *, T3 >   ::generateDistributedData<(int)3, double,  ::Kokkos::CudaSpace> (    ::ompi_communicator_t *, const  ::ArborXBenchmark::Parameters &)::[lambda(int, int, int) (instance 1)]::operator () const") is not allowed. The experimental flag '--expt-relaxed-constexpr' can be used to allow this.

[ 91%] Linking CXX executable ArborX_Benchmark_MST.exe
[ 91%] Built target ArborX_Benchmark_MST.exe
[ 93%] Linking CXX executable ArborX_Benchmark_BruteForceVsBVH.exe
[ 93%] Built target ArborX_Benchmark_BruteForceVsBVH.exe
[ 94%] Linking CXX executable ArborX_Benchmark_HDBSCAN.exe
[ 94%] Built target ArborX_Benchmark_HDBSCAN.exe
[ 96%] Linking CXX executable ArborX_Benchmark_DistributedTree.exe
[ 96%] Built target ArborX_Benchmark_DistributedTree.exe
[ 98%] Linking CXX executable ArborX_Benchmark_DBSCAN.exe
[ 98%] Built target ArborX_Benchmark_DBSCAN.exe
[100%] Linking CXX executable ArborX_Benchmark_DistributedDBSCAN.exe
[100%] Built target ArborX_Benchmark_DistributedDBSCAN.exe