+ cmake -S source-kokkos -B build-kokkos -D CMAKE_INSTALL_PREFIX=/var/jenkins/workspace/ArborX_nightly/install-kokkos -D CMAKE_BUILD_TYPE=Release -D CMAKE_CXX_STANDARD=20 -D CMAKE_CXX_EXTENSIONS=OFF -DCMAKE_CXX_COMPILER=hipcc -DCMAKE_PREFIX_PATH=/opt/rocm -D Kokkos_ENABLE_HIP=ON -DKokkos_ARCH_VEGA908=ON
-- Setting default Kokkos CXX standard to 20
-- The CXX compiler identification is Clang 18.0.0
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /opt/rocm/bin/hipcc - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Kokkos version: 5.0.99
-- The project name is: Kokkos
-- Configured git information in /var/jenkins/workspace/ArborX_nightly/build-kokkos/generated/Kokkos_Version_Info.cpp
-- Kokkos is configured for CMake languages CXX compilation (using HIPCC version 6.2.41134)
-- SERIAL backend is being turned on to ensure there is at least one Host space. To change this, you must enable another host execution space and configure with -DKokkos_ENABLE_SERIAL=OFF.
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
-- Found Threads: TRUE
-- Performing Test HIP_CLANG_SUPPORTS_PARALLEL_JOBS
-- Performing Test HIP_CLANG_SUPPORTS_PARALLEL_JOBS - Success
-- Using -std=c++20 for C++20 standard as feature
-- Built-in Execution Spaces:
-- Device Parallel: Kokkos::HIP
-- Host Parallel: NoTypeDefined
-- Host Serial: SERIAL
--
-- Architectures:
-- VEGA908
-- Using bundled desul_atomics copy (desul/desul@79f928075837ffb5d302aae188e0ec7b7a79ae94)
-- Performing Test KOKKOS_LINK_OPTIONS_CHECK
-- Performing Test KOKKOS_LINK_OPTIONS_CHECK - Success
-- Performing Test KOKKOS_COMPILE_OPTIONS_CHECK
-- Performing Test KOKKOS_COMPILE_OPTIONS_CHECK - Success
-- Using bundled mdspan copy (kokkos/mdspan@546d4dd63697c6a331554adb6fe650e09b690812)
-- Kokkos Backends: SERIAL;HIP
-- Configuring done (12.3s)
-- Generating done (0.0s)
-- Build files have been written to: /var/jenkins/workspace/ArborX_nightly/build-kokkos