Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- CMake Warning (dev) at C:/Program Files/CMake/share/cmake-3.27/Modules/FetchContent.cmake:1316 (message):
- The DOWNLOAD_EXTRACT_TIMESTAMP option was not given and policy CMP0135 is
- not set. The policy's OLD behavior will be used. When using a URL
- download, the timestamps of extracted files should preferably be that of
- the time of extraction, otherwise code that depends on the extracted
- contents might not be rebuilt if the URL changes. The OLD behavior
- preserves the timestamps from the archive instead, but this is usually not
- what you want. Update your project to the NEW behavior or specify the
- DOWNLOAD_EXTRACT_TIMESTAMP option with a value of true to avoid this
- robustness issue.
- Call Stack (most recent call first):
- CMakeLists.txt:69 (FetchContent_Declare)
- This warning is for project developers. Use -Wno-dev to suppress it.
- -- Building for: Visual Studio 17 2022
- -- The CXX compiler identification is MSVC 19.35.32217.1
- -- Detecting CXX compiler ABI info
- -- Detecting CXX compiler ABI info - done
- -- Check for working CXX compiler: C:/Program Files/Microsoft Visual Studio/2022/Enterprise/VC/Tools/MSVC/14.35.32215/bin/HostX64/x64/cl.exe - skipped
- -- Detecting CXX compile features
- -- Detecting CXX compile features - done
- -- Using C++20
- -- CMake version: 3.27.7, generator: Visual Studio 17 2022
- -- HPX version: 1.9.1
- -- Building modules as OBJECT libraries
- -- WARNING: Job pooling is only available with Ninja generators.
- -- Nice threadlevel is disabled.
- -- Stack traces are enabled.
- -- Compiling with the native toolset
- -- Performing Test HPX_WITH_CXX11_ATOMIC_INIT_FLAG - Success
- -- Performing Test HPX_WITH_CXX11_ATOMIC - Success
- -- Performing Test HPX_WITH_CXX11_ATOMIC_128BIT - Success
- -- Performing Test HPX_WITH_CXX11_STD_QUICK_EXIT - Success
- -- Performing Test HPX_WITH_CXX11_SHARED_PTR_LWG3018 - Success
- -- Performing Test HPX_WITH_C11_ALIGNED_ALLOC - Failed
- -- Performing Test HPX_WITH_CXX14_DELETE_OPERATOR_WITH_SIZE - Success
- -- Performing Test HPX_WITH_CXX17_STD_ALIGNED_ALLOC - Failed
- -- Performing Test HPX_WITH_CXX17_STD_EXECUTION_POLICES - Success
- -- Performing Test HPX_WITH_CXX17_FILESYSTEM - Success
- -- Performing Test HPX_WITH_CXX17_HARDWARE_DESTRUCTIVE_INTERFERENCE_SIZE - Success
- -- Performing Test HPX_WITH_CXX17_ALIGNED_NEW - Success
- -- Performing Test HPX_WITH_CXX17_SHARED_PTR_ARRAY - Success
- -- Performing Test HPX_WITH_CXX17_STD_TRANSFORM_SCAN_ALGORITHMS - Success
- -- Performing Test HPX_WITH_CXX17_STD_SCAN_ALGORITHMS - Success
- -- Performing Test HPX_WITH_CXX17_COPY_ELISION - Success
- -- Performing Test HPX_WITH_CXX17_OPTIONAL_COPY_ELISION - Success
- -- Performing Test HPX_WITH_CXX20_NO_UNIQUE_ADDRESS_ATTRIBUTE - Success
- -- Performing Test HPX_WITH_CXX20_COROUTINES - Success
- -- Performing Test HPX_WITH_CXX20_EXPERIMENTAL_SIMD - Failed
- -- Performing Test HPX_WITH_CXX20_LAMBDA_CAPTURE - Success
- -- Performing Test HPX_WITH_CXX20_SOURCE_LOCATION - Failed
- -- Performing Test HPX_WITH_CXX20_PERFECT_PACK_CAPTURE - Success
- -- Performing Test HPX_WITH_CXX20_PAREN_INITIALIZATION_OF_AGGREGATES - Success
- -- Performing Test HPX_WITH_CXX20_STD_DISABLE_SIZED_SENTINEL_FOR - Success
- -- Performing Test HPX_WITH_CXX20_STD_ENDIAN - Success
- -- Performing Test HPX_WITH_CXX20_STD_EXECUTION_POLICES - Success
- -- Performing Test HPX_WITH_CXX20_STD_RANGES_ITER_SWAP - Success
- -- Performing Test HPX_WITH_CXX20_TRIVIAL_VIRTUAL_DESTRUCTOR - Success
- -- Performing Test HPX_WITH_CXX20_STD_CONSTRUCT_AT - Success
- -- Performing Test HPX_WITH_CXX20_STD_DEFAULT_SENTINEL - Success
- -- Performing Test HPX_WITH_CXX20_STD_BIT_CAST - Success
- -- Performing Test HPX_WITH_CXX_LAMBDA_CAPTURE_DECLTYPE - Success
- -- Performing Test HPX_WITH_BUILTIN_INTEGER_PACK - Failed
- -- Performing Test HPX_WITH_BUILTIN_MAKE_INTEGER_SEQ - Success
- -- Performing Test HPX_WITH_BUILTIN_TYPE_PACK_ELEMENT - Failed
- -- Performing Test HPX_WITH_BUILTIN_FORWARD_MOVE - Success
- -- Performing Test HPX_WITH_MM_PREFETCH - Success
- -- Performing Test HPX_WITH_STABLE_INPLACE_MERGE - Success
- -- Performing Test HPX_WITH_UNISTD_H - Failed
- -- Architecture detected: x86_64
- -- Performing Test CMAKE_HAVE_LIBC_PTHREAD
- -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed
- -- Looking for pthread_create in pthreads
- -- Looking for pthread_create in pthreads - not found
- -- Looking for pthread_create in pthread
- -- Looking for pthread_create in pthread - not found
- -- Found Threads: TRUE
- -- Performing Test HPX_WITH_CXX_FLAG_PTHREAD
- -- Performing Test HPX_WITH_CXX_FLAG_PTHREAD - Failed
- -- "-pthread" not available for language CXX.
- -- Performing Test WITH_LINKER_FLAG_PTHREAD
- -- Performing Test WITH_LINKER_FLAG_PTHREAD - Failed
- -- Linker "-pthread" not available.
- -- Found Boost: D:/a/hpx-template/hpx-template/build/_deps/boost-src (found suitable version "1.81.0", minimum required is "1.71")
- -- HPX_WITH_FETCH_ASIO=ON, Asio will be fetched using CMake's FetchContent and installed alongside HPX (HPX_WITH_ASIO_TAG=asio-1-21-0)
- -- Using system allocator.
- CMake Warning (dev) at cmake/HPX_SetupHwloc.cmake:16 (find_package):
- Policy CMP0144 is not set: find_package uses upper-case <PACKAGENAME>_ROOT
- variables. Run "cmake --help-policy CMP0144" for policy details. Use the
- cmake_policy command to set the policy and suppress this warning.
- CMake variable HWLOC_ROOT is set to:
- D:/a/hpx-template/hpx-template/build/_deps/HWLoc-src
- For compatibility, find_package is ignoring the variable, but code in a
- .cmake module might still use it.
- Call Stack (most recent call first):
- CMakeLists.txt:2117 (include)
- This warning is for project developers. Use -Wno-dev to suppress it.
- -- Found Hwloc: D:/a/hpx-template/hpx-template/build/_deps/hwloc-src/lib/libhwloc.lib
- -- Found Git: C:/Program Files/Git/bin/git.exe (found version "2.42.0.windows.2")
- -- WARNING: GIT commit not found (set to 'unknown').
- --
- -- Configuring modules:
- --
- -- Configuring libhpx_core modules:
- --
- -- Module configuration (coroutines):
- -- HPX_COROUTINES_WITH_SWAP_CONTEXT_EMULATION=OFF
- --
- -- Module configuration (datastructures):
- -- HPX_DATASTRUCTURES_WITH_ADAPT_STD_TUPLE=ON
- -- HPX_DATASTRUCTURES_WITH_ADAPT_STD_VARIANT=OFF
- --
- -- Module configuration (logging):
- -- HPX_LOGGING_WITH_SEPARATE_DESTINATIONS=ON
- --
- -- Module configuration (serialization):
- -- HPX_SERIALIZATION_WITH_ALLOW_CONST_TUPLE_MEMBERS=OFF
- -- HPX_SERIALIZATION_WITH_ALLOW_RAW_POINTER_SERIALIZATION=OFF
- -- HPX_SERIALIZATION_WITH_ALL_TYPES_ARE_BITWISE_SERIALIZABLE=OFF
- -- HPX_SERIALIZATION_WITH_BOOST_TYPES=OFF
- -- HPX_SERIALIZATION_WITH_SUPPORTS_ENDIANESS=OFF
- --
- -- Module configuration (topology):
- -- HPX_TOPOLOGY_WITH_ADDITIONAL_HWLOC_TESTING=OFF
- --
- -- Configuring libhpx modules:
- -- Configuring components:
- -- component_storage
- -- containers
- -- iostreams
- -- parcel_plugins
- -- performance_counters
- -- process
- CMake Warning (dev) at CMakeLists.txt:2296 (find_package):
- Policy CMP0148 is not set: The FindPythonInterp and FindPythonLibs modules
- are removed. Run "cmake --help-policy CMP0148" for policy details. Use
- the cmake_policy command to set the policy and suppress this warning.
- This warning is for project developers. Use -Wno-dev to suppress it.
- -- Found PythonInterp: C:/hostedtoolcache/windows/Python/3.9.13/x64/python.exe (found version "3.9.13")
- --
- -- Configuration summary:
- --
- -- HPX_WITH_AGAS_DUMP_REFCNT_ENTRIES=OFF
- -- HPX_WITH_APEX=OFF
- -- HPX_WITH_ASIO_TAG=asio-1-21-0
- -- HPX_WITH_ASYNC_MPI=OFF
- -- HPX_WITH_ATTACH_DEBUGGER_ON_TEST_FAILURE=OFF
- -- HPX_WITH_AUTOMATIC_SERIALIZATION_REGISTRATION=ON
- -- HPX_WITH_BENCHMARK_SCRIPTS_PATH=D:/a/hpx-template/hpx-template/build/_deps/hpx-src/build/scripts
- -- HPX_WITH_BUILD_BINARY_PACKAGE=OFF
- -- HPX_WITH_CHECK_MODULE_DEPENDENCIES=OFF
- -- HPX_WITH_COMPILER_WARNINGS=ON
- -- HPX_WITH_COMPILER_WARNINGS_AS_ERRORS=OFF
- -- HPX_WITH_COMPILE_ONLY_TESTS=ON
- -- HPX_WITH_COMPRESSION_BZIP2=OFF
- -- HPX_WITH_COMPRESSION_SNAPPY=OFF
- -- HPX_WITH_COMPRESSION_ZLIB=OFF
- -- HPX_WITH_COROUTINE_COUNTERS=OFF
- -- HPX_WITH_CUDA=OFF
- -- HPX_WITH_CXX_STANDARD=20
- -- HPX_WITH_DATAPAR_BACKEND=NONE
- -- HPX_WITH_DEPRECATION_WARNINGS=ON
- -- HPX_WITH_DISABLED_SIGNAL_EXCEPTION_HANDLERS=OFF
- -- HPX_WITH_DISTRIBUTED_RUNTIME=ON
- -- HPX_WITH_DOCUMENTATION=OFF
- -- HPX_WITH_DYNAMIC_HPX_MAIN=OFF
- -- HPX_WITH_EXAMPLES=OFF
- -- HPX_WITH_EXAMPLES_HDF5=OFF
- -- HPX_WITH_EXAMPLES_OPENMP=OFF
- -- HPX_WITH_EXAMPLES_QT4=OFF
- -- HPX_WITH_EXAMPLES_QTHREADS=OFF
- -- HPX_WITH_EXAMPLES_TBB=OFF
- -- HPX_WITH_EXECUTABLE_PREFIX=
- -- HPX_WITH_FAIL_COMPILE_TESTS=ON
- -- HPX_WITH_FAULT_TOLERANCE=OFF
- -- HPX_WITH_FETCH_ASIO=ON
- -- HPX_WITH_FETCH_LCI=OFF
- -- HPX_WITH_FULL_RPATH=OFF
- -- HPX_WITH_GCC_VERSION_CHECK=ON
- -- HPX_WITH_GENERIC_CONTEXT_COROUTINES=OFF
- -- HPX_WITH_HIDDEN_VISIBILITY=ON
- -- HPX_WITH_HIP=OFF
- -- HPX_WITH_HIPSYCL=OFF
- -- HPX_WITH_IO_COUNTERS=OFF
- -- HPX_WITH_IO_POOL=ON
- -- HPX_WITH_ITTNOTIFY=OFF
- -- HPX_WITH_LCI_TAG=v1.7.5
- -- HPX_WITH_LOGGING=ON
- -- HPX_WITH_MALLOC=system
- -- HPX_WITH_MAX_CPU_COUNT=
- -- HPX_WITH_MAX_NUMA_DOMAIN_COUNT=8
- -- HPX_WITH_MODULES_AS_STATIC_LIBRARIES=OFF
- -- HPX_WITH_NETWORKING=ON
- -- HPX_WITH_NICE_THREADLEVEL=OFF
- -- HPX_WITH_PAPI=OFF
- -- HPX_WITH_PARALLEL_LINK_JOBS=2
- -- HPX_WITH_PARALLEL_TESTS_BIND_NONE=OFF
- -- HPX_WITH_PARCELPORT_ACTION_COUNTERS=OFF
- -- HPX_WITH_PARCELPORT_COUNTERS=OFF
- -- HPX_WITH_PARCELPORT_LCI=OFF
- -- HPX_WITH_PARCELPORT_LIBFABRIC=OFF
- -- HPX_WITH_PARCELPORT_MPI=OFF
- -- HPX_WITH_PARCELPORT_TCP=ON
- -- HPX_WITH_PARCEL_COALESCING=ON
- -- HPX_WITH_PARCEL_PROFILING=OFF
- -- HPX_WITH_PKGCONFIG=OFF
- -- HPX_WITH_PRECOMPILED_HEADERS=OFF
- -- HPX_WITH_RPM=OFF
- -- HPX_WITH_RUN_MAIN_EVERYWHERE=OFF
- -- HPX_WITH_SANITIZERS=OFF
- -- HPX_WITH_SCHEDULER_LOCAL_STORAGE=OFF
- -- HPX_WITH_SPINLOCK_DEADLOCK_DETECTION=OFF
- -- HPX_WITH_SPINLOCK_POOL_NUM=128
- -- HPX_WITH_STACKTRACES=ON
- -- HPX_WITH_STATIC_LINKING=OFF
- -- HPX_WITH_SYCL=OFF
- -- HPX_WITH_SYCL_FLAGS=
- -- HPX_WITH_TESTS=ON
- -- HPX_WITH_TESTS_BENCHMARKS=ON
- -- HPX_WITH_TESTS_DEBUG_LOG=OFF
- -- HPX_WITH_TESTS_DEBUG_LOG_DESTINATION=cout
- -- HPX_WITH_TESTS_EXAMPLES=ON
- -- HPX_WITH_TESTS_EXTERNAL_BUILD=ON
- -- HPX_WITH_TESTS_HEADERS=OFF
- -- HPX_WITH_TESTS_MAX_THREADS_PER_LOCALITY=0
- -- HPX_WITH_TESTS_REGRESSIONS=ON
- -- HPX_WITH_TESTS_UNIT=ON
- -- HPX_WITH_THREAD_BACKTRACE_DEPTH=20
- -- HPX_WITH_THREAD_BACKTRACE_ON_SUSPENSION=OFF
- -- HPX_WITH_THREAD_CREATION_AND_CLEANUP_RATES=OFF
- -- HPX_WITH_THREAD_CUMULATIVE_COUNTS=ON
- -- HPX_WITH_THREAD_DEBUG_INFO=OFF
- -- HPX_WITH_THREAD_DESCRIPTION_FULL=OFF
- -- HPX_WITH_THREAD_GUARD_PAGE=ON
- -- HPX_WITH_THREAD_IDLE_RATES=OFF
- -- HPX_WITH_THREAD_LOCAL_STORAGE=OFF
- -- HPX_WITH_THREAD_MANAGER_IDLE_BACKOFF=ON
- -- HPX_WITH_THREAD_QUEUE_WAITTIME=OFF
- -- HPX_WITH_THREAD_STACK_MMAP=ON
- -- HPX_WITH_THREAD_STEALING_COUNTS=OFF
- -- HPX_WITH_THREAD_TARGET_ADDRESS=OFF
- -- HPX_WITH_TIMER_POOL=ON
- -- HPX_WITH_TOOLS=OFF
- -- HPX_WITH_TUPLE_RVALUE_SWAP=ON
- -- HPX_WITH_UNITY_BUILD=OFF
- -- HPX_WITH_VALGRIND=OFF
- -- HPX_WITH_VERIFY_LOCKS=OFF
- -- HPX_WITH_VERIFY_LOCKS_BACKTRACE=OFF
- -- HPX_WITH_VIM_YCM=OFF
- -- HPX_WITH_VS_STARTUP_PROJECT=ALL_BUILD
- -- HPX_WITH_ZERO_COPY_SERIALIZATION_THRESHOLD=8192
- HPX will be installed to D:/a/hpx-template/hpx-template/build/_deps/hpx-installed
- -- Configuring done (93.3s)
- -- Generating done (101.4s)
- -- Build files have been written to: D:/a/hpx-template/hpx-template/build/_deps/hpx-src/build
- MSBuild version 17.7.2+d6990bcfa for .NET Framework
- 1>Checking Build System
- Building Custom Rule D:/a/hpx-template/hpx-template/build/_deps/hpx-src/libs/core/config_registry/CMakeLists.txt
- config_entries.cpp
- config_registry.cpp
- hpx_config_registry.vcxproj -> D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\core\config_registry\hpx_config_registry.dir\Debug\hpx_config_registry.lib
- Building Custom Rule D:/a/hpx-template/hpx-template/build/_deps/hpx-src/libs/core/preprocessor/CMakeLists.txt
- empty.cpp
- hpx_preprocessor.vcxproj -> D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\core\preprocessor\hpx_preprocessor.dir\Debug\hpx_preprocessor.lib
- Building Custom Rule D:/a/hpx-template/hpx-template/build/_deps/hpx-src/libs/core/config/CMakeLists.txt
- version.cpp
- hpx_config.vcxproj -> D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\core\config\hpx_config.dir\Debug\hpx_config.lib
- Building Custom Rule D:/a/hpx-template/hpx-template/build/_deps/hpx-src/libs/core/format/CMakeLists.txt
- format.cpp
- bad_lexical_cast.cpp
- hpx_format.vcxproj -> D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\core\format\hpx_format.dir\Debug\hpx_format.lib
- Building Custom Rule D:/a/hpx-template/hpx-template/build/_deps/hpx-src/libs/core/assertion/CMakeLists.txt
- assertion.cpp
- source_location.cpp
- hpx_assertion.vcxproj -> D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\core\assertion\hpx_assertion.dir\Debug\hpx_assertion.lib
- Building Custom Rule D:/a/hpx-template/hpx-template/build/_deps/hpx-src/libs/core/concepts/CMakeLists.txt
- empty.cpp
- hpx_concepts.vcxproj -> D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\core\concepts\hpx_concepts.dir\Debug\hpx_concepts.lib
- Building Custom Rule D:/a/hpx-template/hpx-template/build/_deps/hpx-src/libs/core/type_support/CMakeLists.txt
- empty.cpp
- hpx_type_support.vcxproj -> D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\core\type_support\hpx_type_support.dir\Debug\hpx_type_support.lib
- Building Custom Rule D:/a/hpx-template/hpx-template/build/_deps/hpx-src/libs/core/allocator_support/CMakeLists.txt
- empty.cpp
- hpx_allocator_support.vcxproj -> D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\core\allocator_support\hpx_allocator_support.dir\Debug\hpx_allocator_support.lib
- Building Custom Rule D:/a/hpx-template/hpx-template/build/_deps/hpx-src/libs/core/debugging/CMakeLists.txt
- attach_debugger.cpp
- backtrace.cpp
- print.cpp
- hpx_debugging.vcxproj -> D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\core\debugging\hpx_debugging.dir\Debug\hpx_debugging.lib
- Building Custom Rule D:/a/hpx-template/hpx-template/build/_deps/hpx-src/libs/core/filesystem/CMakeLists.txt
- empty.cpp
- hpx_filesystem.vcxproj -> D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\core\filesystem\hpx_filesystem.dir\Debug\hpx_filesystem.lib
- Building Custom Rule D:/a/hpx-template/hpx-template/build/_deps/hpx-src/libs/core/hardware/CMakeLists.txt
- empty.cpp
- hpx_hardware.vcxproj -> D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\core\hardware\hpx_hardware.dir\Debug\hpx_hardware.lib
- Building Custom Rule D:/a/hpx-template/hpx-template/build/_deps/hpx-src/libs/core/thread_support/CMakeLists.txt
- set_thread_name.cpp
- spinlock.cpp
- hpx_thread_support.vcxproj -> D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\core\thread_support\hpx_thread_support.dir\Debug\hpx_thread_support.lib
- Building Custom Rule D:/a/hpx-template/hpx-template/build/_deps/hpx-src/libs/core/timing/CMakeLists.txt
- empty.cpp
- hpx_timing.vcxproj -> D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\core\timing\hpx_timing.dir\Debug\hpx_timing.lib
- Building Custom Rule D:/a/hpx-template/hpx-template/build/_deps/hpx-src/libs/core/logging/CMakeLists.txt
- level.cpp
- logging.cpp
- manipulator.cpp
- named_write.cpp
- defaults_destination.cpp
- file.cpp
- high_precision_time.cpp
- defaults_formatter.cpp
- thread_id.cpp
- config_entries.cpp
- hpx_logging.vcxproj -> D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\core\logging\hpx_logging.dir\Debug\hpx_logging.lib
- Building Custom Rule D:/a/hpx-template/hpx-template/build/_deps/hpx-src/libs/core/errors/CMakeLists.txt
- error_code.cpp
- exception.cpp
- exception_list.cpp
- throw_exception.cpp
- hpx_errors.vcxproj -> D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\core\errors\hpx_errors.dir\Debug\hpx_errors.lib
- Building Custom Rule D:/a/hpx-template/hpx-template/build/_deps/hpx-src/libs/core/serialization/CMakeLists.txt
- allow_zero_copy_receive.cpp
- pointer.cpp
- polymorphic_id_factory.cpp
- polymorphic_intrusive_factory.cpp
- polymorphic_nonintrusive_factory.cpp
- exception_ptr.cpp
- config_entries.cpp
- hpx_serialization.vcxproj -> D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\core\serialization\hpx_serialization.dir\Debug\hpx_serialization.lib
- Building Custom Rule D:/a/hpx-template/hpx-template/build/_deps/hpx-src/libs/core/datastructures/CMakeLists.txt
- serializable_any.cpp
- config_entries.cpp
- hpx_datastructures.vcxproj -> D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\core\datastructures\hpx_datastructures.dir\Debug\hpx_datastructures.lib
- Building Custom Rule D:/a/hpx-template/hpx-template/build/_deps/hpx-src/libs/core/itt_notify/CMakeLists.txt
- itt_notify.cpp
- thread_name.cpp
- hpx_itt_notify.vcxproj -> D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\core\itt_notify\hpx_itt_notify.dir\Debug\hpx_itt_notify.lib
- Building Custom Rule D:/a/hpx-template/hpx-template/build/_deps/hpx-src/libs/core/tag_invoke/CMakeLists.txt
- empty.cpp
- hpx_tag_invoke.vcxproj -> D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\core\tag_invoke\hpx_tag_invoke.dir\Debug\hpx_tag_invoke.lib
- Building Custom Rule D:/a/hpx-template/hpx-template/build/_deps/hpx-src/libs/core/functional/CMakeLists.txt
- basic_function.cpp
- empty_function.cpp
- hpx_functional.vcxproj -> D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\core\functional\hpx_functional.dir\Debug\hpx_functional.lib
- Building Custom Rule D:/a/hpx-template/hpx-template/build/_deps/hpx-src/libs/core/iterator_support/CMakeLists.txt
- empty.cpp
- hpx_iterator_support.vcxproj -> D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\core\iterator_support\hpx_iterator_support.dir\Debug\hpx_iterator_support.lib
- Building Custom Rule D:/a/hpx-template/hpx-template/build/_deps/hpx-src/libs/core/memory/CMakeLists.txt
- empty.cpp
- hpx_memory.vcxproj -> D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\core\memory\hpx_memory.dir\Debug\hpx_memory.lib
- Building Custom Rule D:/a/hpx-template/hpx-template/build/_deps/hpx-src/libs/core/plugin/CMakeLists.txt
- empty.cpp
- hpx_plugin.vcxproj -> D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\core\plugin\hpx_plugin.dir\Debug\hpx_plugin.lib
- Building Custom Rule D:/a/hpx-template/hpx-template/build/_deps/hpx-src/libs/core/string_util/CMakeLists.txt
- empty.cpp
- hpx_string_util.vcxproj -> D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\core\string_util\hpx_string_util.dir\Debug\hpx_string_util.lib
- Building Custom Rule D:/a/hpx-template/hpx-template/build/_deps/hpx-src/libs/core/prefix/CMakeLists.txt
- find_prefix.cpp
- hpx_prefix.vcxproj -> D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\core\prefix\hpx_prefix.dir\Debug\hpx_prefix.lib
- Building Custom Rule D:/a/hpx-template/hpx-template/build/_deps/hpx-src/libs/core/util/CMakeLists.txt
- manage_config.cpp
- regex_from_pattern.cpp
- sed_transform.cpp
- hpx_util.vcxproj -> D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\core\util\hpx_util.dir\Debug\hpx_util.lib
- Building Custom Rule D:/a/hpx-template/hpx-template/build/_deps/hpx-src/libs/core/version/CMakeLists.txt
- version.cpp
- hpx_version.vcxproj -> D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\core\version\hpx_version.dir\Debug\hpx_version.lib
- Building Custom Rule D:/a/hpx-template/hpx-template/build/_deps/hpx-src/libs/core/coroutines/CMakeLists.txt
- context_base.cpp
- context_posix.cpp
- coroutine_impl.cpp
- coroutine_self.cpp
- posix_utility.cpp
- tss.cpp
- swapcontext.cpp
- thread_enums.cpp
- thread_id_type.cpp
- signal_handler_debugging.cpp
- config_entries.cpp
- hpx_coroutines.vcxproj -> D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\core\coroutines\hpx_coroutines.dir\Debug\hpx_coroutines.lib
- Building Custom Rule D:/a/hpx-template/hpx-template/build/_deps/hpx-src/libs/core/async_base/CMakeLists.txt
- launch_policy.cpp
- hpx_async_base.vcxproj -> D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\core\async_base\hpx_async_base.dir\Debug\hpx_async_base.lib
- Building Custom Rule D:/a/hpx-template/hpx-template/build/_deps/hpx-src/libs/core/lock_registration/CMakeLists.txt
- register_locks.cpp
- hpx_lock_registration.vcxproj -> D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\core\lock_registration\hpx_lock_registration.dir\Debug\hpx_lock_registration.lib
- Building Custom Rule D:/a/hpx-template/hpx-template/build/_deps/hpx-src/libs/core/execution_base/CMakeLists.txt
- agent_ref.cpp
- any_sender.cpp
- spinlock_deadlock_detection.cpp
- this_thread.cpp
- hpx_execution_base.vcxproj -> D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\core\execution_base\hpx_execution_base.dir\Debug\hpx_execution_base.lib
- Building Custom Rule D:/a/hpx-template/hpx-template/build/_deps/hpx-src/libs/core/hashing/CMakeLists.txt
- empty.cpp
- hpx_hashing.vcxproj -> D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\core\hashing\hpx_hashing.dir\Debug\hpx_hashing.lib
- Building Custom Rule D:/a/hpx-template/hpx-template/build/_deps/hpx-src/libs/core/concurrency/CMakeLists.txt
- barrier.cpp
- hpx_concurrency.vcxproj -> D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\core\concurrency\hpx_concurrency.dir\Debug\hpx_concurrency.lib
- Building Custom Rule D:/a/hpx-template/hpx-template/build/_deps/hpx-src/libs/core/topology/CMakeLists.txt
- cpu_mask.cpp
- topology.cpp
- config_entries.cpp
- hpx_topology.vcxproj -> D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\core\topology\hpx_topology.dir\Debug\hpx_topology.lib
- Building Custom Rule D:/a/hpx-template/hpx-template/build/_deps/hpx-src/libs/core/affinity/CMakeLists.txt
- affinity_data.cpp
- parse_affinity_options.cpp
- hpx_affinity.vcxproj -> D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\core\affinity\hpx_affinity.dir\Debug\hpx_affinity.lib
- Building Custom Rule D:/a/hpx-template/hpx-template/build/_deps/hpx-src/libs/core/threading_base/CMakeLists.txt
- annotated_function.cpp
- callback_notifier.cpp
- create_thread.cpp
- create_work.cpp
- reset_backtrace.cpp
- reset_lco_description.cpp
- execution_agent.cpp
- external_timer.cpp
- get_default_pool.cpp
- get_default_timer_service.cpp
- print.cpp
- scheduler_base.cpp
- set_thread_state.cpp
- set_thread_state_timed.cpp
- thread_data.cpp
- thread_data_stackful.cpp
- thread_data_stackless.cpp
- thread_description.cpp
- thread_helpers.cpp
- thread_num_tss.cpp
- thread_pool_base.cpp
- hpx_threading_base.vcxproj -> D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\core\threading_base\hpx_threading_base.dir\Debug\hpx_threading_base.lib
- Building Custom Rule D:/a/hpx-template/hpx-template/build/_deps/hpx-src/libs/core/synchronization/CMakeLists.txt
- condition_variable.cpp
- counting_semaphore.cpp
- sliding_semaphore.cpp
- local_barrier.cpp
- mutex.cpp
- stop_token.cpp
- hpx_synchronization.vcxproj -> D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\core\synchronization\hpx_synchronization.dir\Debug\hpx_synchronization.lib
- Building Custom Rule D:/a/hpx-template/hpx-template/build/_deps/hpx-src/libs/core/futures/CMakeLists.txt
- future_data.cpp
- hpx_futures.vcxproj -> D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\core\futures\hpx_futures.dir\Debug\hpx_futures.lib
- Building Custom Rule D:/a/hpx-template/hpx-template/build/_deps/hpx-src/libs/core/pack_traversal/CMakeLists.txt
- empty.cpp
- hpx_pack_traversal.vcxproj -> D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\core\pack_traversal\hpx_pack_traversal.dir\Debug\hpx_pack_traversal.lib
- Building Custom Rule D:/a/hpx-template/hpx-template/build/_deps/hpx-src/libs/core/async_combinators/CMakeLists.txt
- empty.cpp
- hpx_async_combinators.vcxproj -> D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\core\async_combinators\hpx_async_combinators.dir\Debug\hpx_async_combinators.lib
- Building Custom Rule D:/a/hpx-template/hpx-template/build/_deps/hpx-src/libs/core/threading/CMakeLists.txt
- thread.cpp
- hpx_threading.vcxproj -> D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\core\threading\hpx_threading.dir\Debug\hpx_threading.lib
- Building Custom Rule D:/a/hpx-template/hpx-template/build/_deps/hpx-src/libs/core/execution/CMakeLists.txt
- execution_parameter_callbacks.cpp
- polymorphic_executor.cpp
- run_loop.cpp
- hpx_execution.vcxproj -> D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\core\execution\hpx_execution.dir\Debug\hpx_execution.lib
- Building Custom Rule D:/a/hpx-template/hpx-template/build/_deps/hpx-src/libs/core/ini/CMakeLists.txt
- ini.cpp
- hpx_ini.vcxproj -> D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\core\ini\hpx_ini.dir\Debug\hpx_ini.lib
- Building Custom Rule D:/a/hpx-template/hpx-template/build/_deps/hpx-src/libs/core/io_service/CMakeLists.txt
- io_service_pool.cpp
- io_service_thread_pool.cpp
- hpx_io_service.vcxproj -> D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\core\io_service\hpx_io_service.dir\Debug\hpx_io_service.lib
- Building Custom Rule D:/a/hpx-template/hpx-template/build/_deps/hpx-src/libs/core/program_options/CMakeLists.txt
- cmdline.cpp
- config_file.cpp
- convert.cpp
- options_description.cpp
- parsers.cpp
- positional_options.cpp
- split.cpp
- utf8_codecvt_facet.cpp
- value_semantic.cpp
- variables_map.cpp
- winmain.cpp
- hpx_program_options.vcxproj -> D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\core\program_options\hpx_program_options.dir\Debug\hpx_program_options.lib
- Building Custom Rule D:/a/hpx-template/hpx-template/build/_deps/hpx-src/libs/core/properties/CMakeLists.txt
- empty.cpp
- hpx_properties.vcxproj -> D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\core\properties\hpx_properties.dir\Debug\hpx_properties.lib
- Building Custom Rule D:/a/hpx-template/hpx-template/build/_deps/hpx-src/libs/core/runtime_configuration/CMakeLists.txt
- init_ini_data.cpp
- runtime_configuration.cpp
- runtime_mode.cpp
- static_factory_data.cpp
- hpx_runtime_configuration.vcxproj -> D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\core\runtime_configuration\hpx_runtime_configuration.dir\Debug\hpx_runtime_configuration.lib
- Building Custom Rule D:/a/hpx-template/hpx-template/build/_deps/hpx-src/libs/core/schedulers/CMakeLists.txt
- deadlock_detection.cpp
- maintain_queue_wait_times.cpp
- hpx_schedulers.vcxproj -> D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\core\schedulers\hpx_schedulers.dir\Debug\hpx_schedulers.lib
- Building Custom Rule D:/a/hpx-template/hpx-template/build/_deps/hpx-src/libs/core/thread_pools/CMakeLists.txt
- background_thread.cpp
- scheduling_log.cpp
- scheduled_thread_pool.cpp
- hpx_thread_pools.vcxproj -> D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\core\thread_pools\hpx_thread_pools.dir\Debug\hpx_thread_pools.lib
- Building Custom Rule D:/a/hpx-template/hpx-template/build/_deps/hpx-src/libs/core/resource_partitioner/CMakeLists.txt
- detail_partitioner.cpp
- partitioner.cpp
- hpx_resource_partitioner.vcxproj -> D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\core\resource_partitioner\hpx_resource_partitioner.dir\Debug\hpx_resource_partitioner.lib
- Building Custom Rule D:/a/hpx-template/hpx-template/build/_deps/hpx-src/libs/core/executors/CMakeLists.txt
- current_executor.cpp
- exception_list_callbacks.cpp
- fork_join_executor.cpp
- hpx_executors.vcxproj -> D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\core\executors\hpx_executors.dir\Debug\hpx_executors.lib
- Building Custom Rule D:/a/hpx-template/hpx-template/build/_deps/hpx-src/libs/core/async_local/CMakeLists.txt
- empty.cpp
- hpx_async_local.vcxproj -> D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\core\async_local\hpx_async_local.dir\Debug\hpx_async_local.lib
- Building Custom Rule D:/a/hpx-template/hpx-template/build/_deps/hpx-src/libs/core/lcos_local/CMakeLists.txt
- composable_guard.cpp
- preprocess_future.cpp
- hpx_lcos_local.vcxproj -> D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\core\lcos_local\hpx_lcos_local.dir\Debug\hpx_lcos_local.lib
- Building Custom Rule D:/a/hpx-template/hpx-template/build/_deps/hpx-src/libs/core/algorithms/CMakeLists.txt
- handle_exception_termination_handler.cpp
- task_group.cpp
- hpx_algorithms.vcxproj -> D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\core\algorithms\hpx_algorithms.dir\Debug\hpx_algorithms.lib
- Building Custom Rule D:/a/hpx-template/hpx-template/build/_deps/hpx-src/libs/core/asio/CMakeLists.txt
- asio_util.cpp
- map_hostnames.cpp
- hpx_asio.vcxproj -> D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\core\asio\hpx_asio.dir\Debug\hpx_asio.lib
- Building Custom Rule D:/a/hpx-template/hpx-template/build/_deps/hpx-src/libs/core/batch_environments/CMakeLists.txt
- alps_environment.cpp
- batch_environment.cpp
- pbs_environment.cpp
- pjm_environment.cpp
- slurm_environment.cpp
- hpx_batch_environments.vcxproj -> D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\core\batch_environments\hpx_batch_environments.dir\Debug\hpx_batch_environments.lib
- Building Custom Rule D:/a/hpx-template/hpx-template/build/_deps/hpx-src/libs/core/cache/CMakeLists.txt
- empty.cpp
- hpx_cache.vcxproj -> D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\core\cache\hpx_cache.dir\Debug\hpx_cache.lib
- Building Custom Rule D:/a/hpx-template/hpx-template/build/_deps/hpx-src/libs/core/command_line_handling_local/CMakeLists.txt
- command_line_handling_local.cpp
- late_command_line_handling_local.cpp
- parse_command_line_local.cpp
- hpx_command_line_handling_local.vcxproj -> D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\core\command_line_handling_local\hpx_command_line_handling_local.dir\Debug\hpx_command_line_handling_local.lib
- Building Custom Rule D:/a/hpx-template/hpx-template/build/_deps/hpx-src/libs/core/static_reinit/CMakeLists.txt
- static_reinit.cpp
- hpx_static_reinit.vcxproj -> D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\core\static_reinit\hpx_static_reinit.dir\Debug\hpx_static_reinit.lib
- Building Custom Rule D:/a/hpx-template/hpx-template/build/_deps/hpx-src/libs/core/thread_pool_util/CMakeLists.txt
- thread_pool_suspension_helpers.cpp
- hpx_thread_pool_util.vcxproj -> D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\core\thread_pool_util\hpx_thread_pool_util.dir\Debug\hpx_thread_pool_util.lib
- Building Custom Rule D:/a/hpx-template/hpx-template/build/_deps/hpx-src/libs/core/threadmanager/CMakeLists.txt
- threadmanager.cpp
- hpx_threadmanager.vcxproj -> D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\core\threadmanager\hpx_threadmanager.dir\Debug\hpx_threadmanager.lib
- Building Custom Rule D:/a/hpx-template/hpx-template/build/_deps/hpx-src/libs/core/runtime_local/CMakeLists.txt
- custom_exception_info.cpp
- debugging.cpp
- interval_timer.cpp
- get_locality_name.cpp
- os_thread_type.cpp
- pool_timer.cpp
- runtime_handlers.cpp
- runtime_local.cpp
- serialize_exception.cpp
- state.cpp
- thread_mapper.cpp
- thread_pool_helpers.cpp
- thread_stacktrace.cpp
- hpx_runtime_local.vcxproj -> D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\core\runtime_local\hpx_runtime_local.dir\Debug\hpx_runtime_local.lib
- Building Custom Rule D:/a/hpx-template/hpx-template/build/_deps/hpx-src/libs/core/compute_local/CMakeLists.txt
- get_host_targets.cpp
- host_target.cpp
- numa_domains.cpp
- hpx_compute_local.vcxproj -> D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\core\compute_local\hpx_compute_local.dir\Debug\hpx_compute_local.lib
- Building Custom Rule D:/a/hpx-template/hpx-template/build/_deps/hpx-src/libs/core/timed_execution/CMakeLists.txt
- empty.cpp
- hpx_timed_execution.vcxproj -> D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\core\timed_execution\hpx_timed_execution.dir\Debug\hpx_timed_execution.lib
- Building Custom Rule D:/a/hpx-template/hpx-template/build/_deps/hpx-src/libs/core/include_local/CMakeLists.txt
- empty.cpp
- hpx_include_local.vcxproj -> D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\core\include_local\hpx_include_local.dir\Debug\hpx_include_local.lib
- Building Custom Rule D:/a/hpx-template/hpx-template/build/_deps/hpx-src/libs/core/testing/CMakeLists.txt
- testing.cpp
- performance.cpp
- hpx_testing.vcxproj -> D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\core\testing\hpx_testing.dir\Debug\hpx_testing.lib
- Building Custom Rule D:/a/hpx-template/hpx-template/build/_deps/hpx-src/libs/core/init_runtime_local/CMakeLists.txt
- init_logging.cpp
- init_runtime_local.cpp
- hpx_init_runtime_local.vcxproj -> D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\core\init_runtime_local\hpx_init_runtime_local.dir\Debug\hpx_init_runtime_local.lib
- Building Custom Rule D:/a/hpx-template/hpx-template/build/_deps/hpx-src/libs/core/resiliency/CMakeLists.txt
- resiliency.cpp
- hpx_resiliency.vcxproj -> D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\core\resiliency\hpx_resiliency.dir\Debug\hpx_resiliency.lib
- Building Custom Rule D:/a/hpx-template/hpx-template/build/_deps/hpx-src/libs/CMakeLists.txt
- empty.cpp
- Creating library D:/a/hpx-template/hpx-template/build/_deps/hpx-src/build/Debug/lib/hpx_cored.lib and object D:/a/hpx-template/hpx-template/build/_deps/hpx-src/build/Debug/lib/hpx_cored.exp
- topology.obj : error LNK2019: unresolved external symbol hwloc_bitmap_alloc referenced in function "public: void __cdecl hpx::threads::topology::set_thread_affinity_mask(class hpx::detail::dynamic_bitset<unsigned __int64,class std::allocator<unsigned __int64> > const &,class hpx::error_code &)const " (?set_thread_affinity_mask@topology@threads@hpx@@QEBAXAEBV?$dynamic_bitset@_KV?$allocator@_K@std@@@detail@3@AEAVerror_code@3@@Z) [D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\hpx_core.vcxproj]
- topology.obj : error LNK2019: unresolved external symbol hwloc_bitmap_free referenced in function "public: void __cdecl hpx::threads::topology::set_thread_affinity_mask(class hpx::detail::dynamic_bitset<unsigned __int64,class std::allocator<unsigned __int64> > const &,class hpx::error_code &)const " (?set_thread_affinity_mask@topology@threads@hpx@@QEBAXAEBV?$dynamic_bitset@_KV?$allocator@_K@std@@@detail@3@AEAVerror_code@3@@Z) [D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\hpx_core.vcxproj]
- topology.obj : error LNK2019: unresolved external symbol hwloc_bitmap_snprintf referenced in function "class std::basic_ostream<char,struct std::char_traits<char> > & __cdecl hpx::threads::operator<<(class std::basic_ostream<char,struct std::char_traits<char> > &,struct hpx::threads::hpx_hwloc_bitmap_wrapper const *)" (??6threads@hpx@@YAAEAV?$basic_ostream@DU?$char_traits@D@std@@@std@@AEAV23@PEBUhpx_hwloc_bitmap_wrapper@01@@Z) [D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\hpx_core.vcxproj]
- topology.obj : error LNK2019: unresolved external symbol hwloc_bitmap_zero referenced in function hwloc_cpuset_to_nodeset [D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\hpx_core.vcxproj]
- topology.obj : error LNK2019: unresolved external symbol hwloc_bitmap_set referenced in function hwloc_cpuset_to_nodeset [D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\hpx_core.vcxproj]
- topology.obj : error LNK2019: unresolved external symbol hwloc_bitmap_isset referenced in function hwloc_cpuset_from_nodeset [D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\hpx_core.vcxproj]
- topology.obj : error LNK2019: unresolved external symbol hwloc_bitmap_first referenced in function "void __cdecl hpx::threads::iterate<class `__cdecl hpx::threads::num_set_bits(struct hwloc_bitmap_s *)'::`2'::<lambda_1> >(struct hwloc_bitmap_s *,class `__cdecl hpx::threads::num_set_bits(struct hwloc_bitmap_s *)'::`2'::<lambda_1> &&)" (??$iterate@V<lambda_1>@?1??num_set_bits@threads@hpx@@YA@PEAUhwloc_bitmap_s@@@Z@@threads@hpx@@YAXPEAUhwloc_bitmap_s@@$$QEAV<lambda_1>@?1??num_set_bits@01@YA@0@Z@@Z) [D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\hpx_core.vcxproj]
- topology.obj : error LNK2019: unresolved external symbol hwloc_bitmap_next referenced in function "void __cdecl hpx::threads::iterate<class `__cdecl hpx::threads::num_set_bits(struct hwloc_bitmap_s *)'::`2'::<lambda_1> >(struct hwloc_bitmap_s *,class `__cdecl hpx::threads::num_set_bits(struct hwloc_bitmap_s *)'::`2'::<lambda_1> &&)" (??$iterate@V<lambda_1>@?1??num_set_bits@threads@hpx@@YA@PEAUhwloc_bitmap_s@@@Z@@threads@hpx@@YAXPEAUhwloc_bitmap_s@@$$QEAV<lambda_1>@?1??num_set_bits@01@YA@0@Z@@Z) [D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\hpx_core.vcxproj]
- topology.obj : error LNK2019: unresolved external symbol hwloc_bitmap_or referenced in function hwloc_cpuset_from_nodeset [D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\hpx_core.vcxproj]
- topology.obj : error LNK2019: unresolved external symbol hwloc_bitmap_intersects referenced in function hwloc_get_next_obj_covering_cpuset_by_depth [D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\hpx_core.vcxproj]
- topology.obj : error LNK2019: unresolved external symbol hwloc_compare_types referenced in function hwloc_get_type_or_below_depth [D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\hpx_core.vcxproj]
- topology.obj : error LNK2019: unresolved external symbol hwloc_topology_init referenced in function "public: __cdecl hpx::threads::topology::topology(void)" (??0topology@threads@hpx@@QEAA@XZ) [D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\hpx_core.vcxproj]
- topology.obj : error LNK2019: unresolved external symbol hwloc_topology_load referenced in function "public: __cdecl hpx::threads::topology::topology(void)" (??0topology@threads@hpx@@QEAA@XZ) [D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\hpx_core.vcxproj]
- topology.obj : error LNK2019: unresolved external symbol hwloc_topology_destroy referenced in function "public: __cdecl hpx::threads::topology::~topology(void)" (??1topology@threads@hpx@@QEAA@XZ) [D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\hpx_core.vcxproj]
- topology.obj : error LNK2019: unresolved external symbol hwloc_get_type_depth referenced in function hwloc_get_type_or_below_depth [D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\hpx_core.vcxproj]
- topology.obj : error LNK2019: unresolved external symbol hwloc_get_depth_type referenced in function hwloc_get_type_or_below_depth [D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\hpx_core.vcxproj]
- topology.obj : error LNK2019: unresolved external symbol hwloc_get_nbobjs_by_depth referenced in function hwloc_get_nbobjs_by_type [D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\hpx_core.vcxproj]
- topology.obj : error LNK2019: unresolved external symbol hwloc_get_obj_by_depth referenced in function hwloc_get_obj_by_type [D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\hpx_core.vcxproj]
- topology.obj : error LNK2019: unresolved external symbol hwloc_set_cpubind referenced in function "public: void __cdecl hpx::threads::topology::set_thread_affinity_mask(class hpx::detail::dynamic_bitset<unsigned __int64,class std::allocator<unsigned __int64> > const &,class hpx::error_code &)const " (?set_thread_affinity_mask@topology@threads@hpx@@QEBAXAEBV?$dynamic_bitset@_KV?$allocator@_K@std@@@detail@3@AEAVerror_code@3@@Z) [D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\hpx_core.vcxproj]
- topology.obj : error LNK2019: unresolved external symbol hwloc_get_cpubind referenced in function "public: class hpx::detail::dynamic_bitset<unsigned __int64,class std::allocator<unsigned __int64> > __cdecl hpx::threads::topology::get_cpubind_mask(class hpx::error_code &)const " (?get_cpubind_mask@topology@threads@hpx@@QEBA?AV?$dynamic_bitset@_KV?$allocator@_K@std@@@detail@3@AEAVerror_code@3@@Z) [D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\hpx_core.vcxproj]
- topology.obj : error LNK2019: unresolved external symbol hwloc_get_thread_cpubind referenced in function "public: class hpx::detail::dynamic_bitset<unsigned __int64,class std::allocator<unsigned __int64> > __cdecl hpx::threads::topology::get_cpubind_mask(class std::thread &,class hpx::error_code &)const " (?get_cpubind_mask@topology@threads@hpx@@QEBA?AV?$dynamic_bitset@_KV?$allocator@_K@std@@@detail@3@AEAVthread@std@@AEAVerror_code@3@@Z) [D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\hpx_core.vcxproj]
- topology.obj : error LNK2019: unresolved external symbol hwloc_set_area_membind referenced in function "public: bool __cdecl hpx::threads::topology::set_area_membind_nodeset(void const *,unsigned __int64,void *)const " (?set_area_membind_nodeset@topology@threads@hpx@@QEBA_NPEBX_KPEAX@Z) [D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\hpx_core.vcxproj]
- topology.obj : error LNK2019: unresolved external symbol hwloc_get_area_membind referenced in function "public: class hpx::detail::dynamic_bitset<unsigned __int64,class std::allocator<unsigned __int64> > __cdecl hpx::threads::topology::get_thread_affinity_mask_from_lva(void const *,class hpx::error_code &)const " (?get_thread_affinity_mask_from_lva@topology@threads@hpx@@QEBA?AV?$dynamic_bitset@_KV?$allocator@_K@std@@@detail@3@PEBXAEAVerror_code@3@@Z) [D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\hpx_core.vcxproj]
- topology.obj : error LNK2019: unresolved external symbol hwloc_get_area_memlocation referenced in function "public: int __cdecl hpx::threads::topology::get_numa_domain(void const *)const " (?get_numa_domain@topology@threads@hpx@@QEBAHPEBX@Z) [D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\hpx_core.vcxproj]
- topology.obj : error LNK2019: unresolved external symbol hwloc_alloc referenced in function "public: void * __cdecl hpx::threads::topology::allocate(unsigned __int64)const " (?allocate@topology@threads@hpx@@QEBAPEAX_K@Z) [D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\hpx_core.vcxproj]
- topology.obj : error LNK2019: unresolved external symbol hwloc_alloc_membind referenced in function "public: void * __cdecl hpx::threads::topology::allocate_membind(unsigned __int64,class std::shared_ptr<struct hpx::threads::hpx_hwloc_bitmap_wrapper> const &,enum hpx::threads::hpx_hwloc_membind_policy,int)const " (?allocate_membind@topology@threads@hpx@@QEBAPEAX_KAEBV?$shared_ptr@Uhpx_hwloc_bitmap_wrapper@threads@hpx@@@std@@W4hpx_hwloc_membind_policy@23@H@Z) [D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\hpx_core.vcxproj]
- topology.obj : error LNK2019: unresolved external symbol hwloc_free referenced in function "public: void __cdecl hpx::threads::topology::deallocate(void *,unsigned __int64)const " (?deallocate@topology@threads@hpx@@QEBAXPEAX_K@Z) [D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\hpx_core.vcxproj]
- topology.obj : error LNK2019: unresolved external symbol hwloc_obj_type_is_memory referenced in function "struct hwloc_obj * __cdecl hpx::threads::detail::adjust_node_obj(struct hwloc_obj *)" (?adjust_node_obj@detail@threads@hpx@@YAPEAUhwloc_obj@@PEAU4@@Z) [D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\hpx_core.vcxproj]
- D:\a\hpx-template\hpx-template\build\_deps\hwloc-src\lib\libhwloc.lib : warning LNK4272: library machine type 'x86' conflicts with target machine type 'x64' [D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\hpx_core.vcxproj]
- D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\Debug\bin\hpx_cored.dll : fatal error LNK1120: 28 unresolved externals [D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\hpx_core.vcxproj]
- CMake Error at C:/vcpkg/scripts/buildsystems/vcpkg.cmake:859 (_find_package):
- Could not find a package configuration file provided by "HPX" with any of
- -- Configuring incomplete, errors occurred!
- the following names:
- HPXConfig.cmake
- hpx-config.cmake
- Add the installation prefix of "HPX" to CMAKE_PREFIX_PATH or set "HPX_DIR"
- to a directory containing one of the above files. If "HPX" provides a
- separate development package or SDK, be sure it has been installed.
- Call Stack (most recent call first):
- CMakeLists.txt:86 (find_package)
- Error: Process completed with exit code 1.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement