Skip to content

Console Output

+ 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=23 -D CMAKE_CXX_EXTENSIONS=OFF -D Kokkos_ENABLE_SERIAL=ON
-- Setting default Kokkos CXX standard to 23
-- The CXX compiler identification is GNU 14.2.0
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/local/bin/c++ - 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 GNU version 14.2.0)
-- Using -std=c++23 for C++23 standard as feature
-- Built-in Execution Spaces:
--     Device Parallel: NoTypeDefined
--     Host Parallel: NoTypeDefined
--       Host Serial: SERIAL
-- 
-- Architectures:
-- Using bundled desul_atomics copy (desul/desul@79f928075837ffb5d302aae188e0ec7b7a79ae94)
-- Performing Test KOKKOS_LINK_OPTIONS_CHECK
-- Performing Test KOKKOS_LINK_OPTIONS_CHECK - Success
-- Using bundled mdspan copy (kokkos/mdspan@546d4dd63697c6a331554adb6fe650e09b690812)
-- Kokkos Backends: SERIAL
-- Configuring done
-- Generating done
-- Build files have been written to: /var/jenkins/workspace/ArborX_nightly/build-kokkos