Created
February 22, 2024 20:03
-
-
Save BenBrock/65bb26fae33ed11e7ecad9df59c6cf17 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- The C compiler identification is GNU 11.4.0 | |
-- The CXX compiler identification is Clang 19.0.0 | |
-- Detecting C compiler ABI info | |
-- Detecting C compiler ABI info - done | |
-- Check for working C compiler: /usr/bin/cc - skipped | |
-- Detecting C compile features | |
-- Detecting C compile features - done | |
-- Detecting CXX compiler ABI info | |
-- Detecting CXX compiler ABI info - done | |
-- Check for working CXX compiler: /nfs/site/home/bbrock/pkg/dpcpp-2024-02-22/bin/clang++ - skipped | |
-- Detecting CXX compile features | |
-- Detecting CXX compile features - done | |
-- Performing Test _fsycl_option | |
-- Performing Test _fsycl_option - Success | |
-- Looking for C++ include sycl/sycl.hpp | |
-- Looking for C++ include sycl/sycl.hpp - found | |
-- No build type selected (CMAKE_BUILD_TYPE), defaulting to Release | |
-- MKL_VERSION: 2024.0.0 | |
-- MKL_ROOT: /opt/intel/oneapi/mkl/2024.0 | |
-- MKL_ARCH: None, set to ` intel64` by default | |
-- MKL_LINK: None, set to ` dynamic` by default | |
-- MKL_INTERFACE_FULL: None, set to ` intel_ilp64` by default | |
-- MKL_THREADING: None, set to ` intel_thread` by default | |
-- Found /opt/intel/oneapi/mkl/2024.0/lib/libmkl_intel_ilp64.so | |
-- Found /opt/intel/oneapi/mkl/2024.0/lib/libmkl_intel_thread.so | |
-- Found /opt/intel/oneapi/mkl/2024.0/lib/libmkl_core.so | |
-- Found /opt/intel/oneapi/compiler/2024.0/lib/libiomp5.so | |
-- Found MPI_C: /opt/intel/oneapi/mpi/2021.11/lib/libmpi.so (found version "3.1") | |
-- Found MPI_CXX: /opt/intel/oneapi/mpi/2021.11/lib/libmpicxx.so (found version "3.1") | |
-- Found MPI: TRUE (found version "3.1") | |
-- Found OpenMP_C: -fopenmp (found version "4.5") | |
-- Could NOT find OpenMP_CXX (missing: OpenMP_CXX_FLAGS OpenMP_CXX_LIB_NAMES) | |
-- Could NOT find OpenMP (missing: OpenMP_CXX_FOUND) (found version "4.5") | |
MPI exec set to /opt/intel/oneapi/mpi/2021.11/bin/mpiexec | |
-- Found Python: /usr/bin/python3.10 (found version "3.10.12") found components: Interpreter | |
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD | |
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success | |
-- Found Threads: TRUE | |
-- Found Git: /usr/bin/git (found version "2.34.1") | |
-- [range-v3]: C++ std=2a | |
-- Performing Test RANGES_HAS_CXXSTD | |
-- Performing Test RANGES_HAS_CXXSTD - Success | |
-- Performing Test RANGES_HAS_WALL | |
-- Performing Test RANGES_HAS_WALL - Success | |
-- Performing Test RANGES_HAS_WEXTRA | |
-- Performing Test RANGES_HAS_WEXTRA - Success | |
-- Performing Test RANGES_HAS_WERROR | |
-- Performing Test RANGES_HAS_WERROR - Success | |
-- Performing Test RANGES_HAS_D__EXTERN_ALWAYS_INLINE | |
-- Performing Test RANGES_HAS_D__EXTERN_ALWAYS_INLINE - Success | |
-- Performing Test RANGES_HAS_FDIAGNOSTIC_SHOW_TEMPLATE_TREE | |
-- Performing Test RANGES_HAS_FDIAGNOSTIC_SHOW_TEMPLATE_TREE - Success | |
-- Performing Test RANGES_HAS_FTEMPLATE_BACKTRACE_LIMIT | |
-- Performing Test RANGES_HAS_FTEMPLATE_BACKTRACE_LIMIT - Success | |
-- Performing Test RANGES_HAS_FMACRO_BACKTRACE_LIMIT | |
-- Performing Test RANGES_HAS_FMACRO_BACKTRACE_LIMIT - Success | |
-- Performing Test RANGES_HAS_OMIT_FRAME_POINTER | |
-- Performing Test RANGES_HAS_OMIT_FRAME_POINTER - Success | |
-- Performing Test RANGES_HAS_OFAST | |
-- Performing Test RANGES_HAS_OFAST - Success | |
-- Performing Test RANGES_HAS_STRICT_ALIASING | |
-- Performing Test RANGES_HAS_STRICT_ALIASING - Success | |
-- Performing Test RANGES_HAS_STRICT_VTABLE_POINTERS | |
-- Performing Test RANGES_HAS_STRICT_VTABLE_POINTERS - Success | |
-- Performing Test RANGES_HAS_FAST_MATH | |
-- Performing Test RANGES_HAS_FAST_MATH - Success | |
-- Performing Test RANGES_HAS_VECTORIZE | |
-- Performing Test RANGES_HAS_VECTORIZE - Success | |
-- Performing Test RANGES_HAS_SIZED_DEALLOCATION | |
-- Performing Test RANGES_HAS_SIZED_DEALLOCATION - Success | |
-- Performing Test RANGES_HAS_MARCH_NATIVE | |
-- Performing Test RANGES_HAS_MARCH_NATIVE - Success | |
-- Performing Test RANGES_HAS_MTUNE_NATIVE | |
-- Performing Test RANGES_HAS_MTUNE_NATIVE - Success | |
-- Performing Test RANGE_V3_ALIGNED_NEW_PROBE | |
-- Performing Test RANGE_V3_ALIGNED_NEW_PROBE - Success | |
-- Performing Test RANGES_HAS_FCOROUTINES_TS | |
-- Performing Test RANGES_HAS_FCOROUTINES_TS - Failed | |
-- Performing Test RANGE_V3_HAS_FCONCEPTS | |
-- Performing Test RANGE_V3_HAS_FCONCEPTS - Failed | |
-- Module support is disabled. | |
-- Version: 9.1.0 | |
-- Build type: Release | |
-- CXX_STANDARD: 20 | |
-- Performing Test has_std_20_flag | |
-- Performing Test has_std_20_flag - Success | |
-- Performing Test has_std_2a_flag | |
-- Performing Test has_std_2a_flag - Success | |
-- Required features: cxx_variadic_templates | |
-- Performing Test HAS_NULLPTR_WARNING | |
-- Performing Test HAS_NULLPTR_WARNING - Success | |
-- Detected support for C++23 standard | |
-- Performing Test COMPILER_SUPPORTS_FCONCEPTS | |
-- Performing Test COMPILER_SUPPORTS_FCONCEPTS - Failed | |
-- Performing Test COMPILER_SUPPORTS_FCONCEPTS_TS | |
-- Performing Test COMPILER_SUPPORTS_FCONCEPTS_TS - Failed | |
-- Configuring oneDPL 2022.4.0 | |
-- Using DPCPP as default backend | |
-- Build type is Release | |
-- Using parallel policies with DPCPP backend | |
-- Performing Test _fopenmp_simd_option | |
-- Performing Test _fopenmp_simd_option - Success | |
-- oneDPL: OpenMP SIMD is enabled by passing '-fopenmp-simd' to compiler | |
-- Found TBB: /opt/intel/oneapi/tbb/2021.11/lib/cmake/tbb/TBBConfig.cmake (found suitable version "2021.11.0", minimum required is "2021") | |
-- oneDPL uses oneTBB 2021.11.0 | |
-- Adding -fsycl compiler option | |
-- Using a default device type (GPU) | |
-- Using a default device backend (*) | |
-- Using just-in-time compilation | |
-- Failed to find LLVM FileCheck | |
-- Google Benchmark version: v0.0.0, normalized to 0.0.0 | |
-- Looking for shm_open in rt | |
-- Looking for shm_open in rt - found | |
-- Performing Test HAVE_CXX_FLAG_WALL | |
-- Performing Test HAVE_CXX_FLAG_WALL - Success | |
-- Performing Test HAVE_CXX_FLAG_WEXTRA | |
-- Performing Test HAVE_CXX_FLAG_WEXTRA - Success | |
-- Performing Test HAVE_CXX_FLAG_WSHADOW | |
-- Performing Test HAVE_CXX_FLAG_WSHADOW - Success | |
-- Performing Test HAVE_CXX_FLAG_WFLOAT_EQUAL | |
-- Performing Test HAVE_CXX_FLAG_WFLOAT_EQUAL - Success | |
-- Performing Test HAVE_CXX_FLAG_WOLD_STYLE_CAST | |
-- Performing Test HAVE_CXX_FLAG_WOLD_STYLE_CAST - Success | |
-- Performing Test HAVE_CXX_FLAG_WSUGGEST_OVERRIDE | |
-- Performing Test HAVE_CXX_FLAG_WSUGGEST_OVERRIDE - Success | |
-- Performing Test HAVE_CXX_FLAG_PEDANTIC | |
-- Performing Test HAVE_CXX_FLAG_PEDANTIC - Success | |
-- Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS | |
-- Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS - Success | |
-- Performing Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32 | |
-- Performing Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32 - Success | |
-- Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING | |
-- Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING - Success | |
-- Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS | |
-- Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS - Success | |
-- Performing Test HAVE_CXX_FLAG_WSTRICT_ALIASING | |
-- Performing Test HAVE_CXX_FLAG_WSTRICT_ALIASING - Success | |
-- Performing Test HAVE_CXX_FLAG_WD654 | |
-- Performing Test HAVE_CXX_FLAG_WD654 - Failed | |
-- Performing Test HAVE_CXX_FLAG_WTHREAD_SAFETY | |
-- Performing Test HAVE_CXX_FLAG_WTHREAD_SAFETY - Success | |
-- Enabling additional flags: -DINCLUDE_DIRECTORIES=/nfs/site/home/bbrock/src/distributed-ranges/build/_deps/googlebench-src/include | |
-- Compiling and running to test HAVE_THREAD_SAFETY_ATTRIBUTES | |
-- Performing Test HAVE_THREAD_SAFETY_ATTRIBUTES -- success | |
-- Performing Test HAVE_CXX_FLAG_COVERAGE | |
-- Performing Test HAVE_CXX_FLAG_COVERAGE - Failed | |
-- Compiling and running to test HAVE_STD_REGEX | |
-- Performing Test HAVE_STD_REGEX -- success | |
-- Compiling and running to test HAVE_GNU_POSIX_REGEX | |
-- Performing Test HAVE_GNU_POSIX_REGEX -- failed to compile | |
-- Compiling and running to test HAVE_POSIX_REGEX | |
-- Performing Test HAVE_POSIX_REGEX -- success | |
-- Compiling and running to test HAVE_STEADY_CLOCK | |
-- Performing Test HAVE_STEADY_CLOCK -- success | |
-- Compiling and running to test HAVE_PTHREAD_AFFINITY | |
-- Performing Test HAVE_PTHREAD_AFFINITY -- success | |
-- Configuring done | |
CMake Error at include/CMakeLists.txt:42 (target_link_libraries): | |
The link interface of target "dr_shp" contains: | |
MKL::MKL_DPCPP | |
but the target was not found. Possible reasons include: | |
* There is a typo in the target name. | |
* A find_package call is missing for an IMPORTED target. | |
* An ALIAS target is missing. | |
CMake Error at benchmarks/gbench/mhp/CMakeLists.txt:48 (target_link_libraries): | |
Target "mhp-bench" links to: | |
MKL::MKL_DPCPP | |
but the target was not found. Possible reasons include: | |
* There is a typo in the target name. | |
* A find_package call is missing for an IMPORTED target. | |
* An ALIAS target is missing. | |
CMake Error at benchmarks/gbench/mhp/CMakeLists.txt:48 (target_link_libraries): | |
Target "mhp-quick-bench" links to: | |
MKL::MKL_DPCPP | |
but the target was not found. Possible reasons include: | |
* There is a typo in the target name. | |
* A find_package call is missing for an IMPORTED target. | |
* An ALIAS target is missing. | |
CMake Error at benchmarks/gbench/mhp/CMakeLists.txt:107 (target_link_libraries): | |
Target "fft3d_mhp" links to: | |
MKL::MKL_DPCPP | |
but the target was not found. Possible reasons include: | |
* There is a typo in the target name. | |
* A find_package call is missing for an IMPORTED target. | |
* An ALIAS target is missing. | |
-- Generating done | |
CMake Generate step failed. Build files cannot be regenerated correctly. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment