Guest User

Untitled

a guest
Jan 3rd, 2023
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 67.37 KB | None | 0 0
  1. satacker@ubuntu:/home/extended/hpx/build$ ninja 1d_stencil_4_parallel_any_sender
  2. [0/1] Re-running CMake...
  3. -- Using C++17
  4. -- CMake version: 3.22.1
  5. -- HPX version: 1.9.0
  6. -- Building modules as STATIC (whole-archive) libraries
  7. -- Nice threadlevel is disabled.
  8. -- Stack traces are enabled.
  9. -- Compiling with the native toolset
  10. -- Performing Test HPX_WITH_CXX11_ATOMIC - pre-set to TRUE
  11. -- Performing Test HPX_WITH_CXX11_ATOMIC_128BIT - pre-set to TRUE
  12. -- Performing Test HPX_WITH_CXX11_STD_QUICK_EXIT - pre-set to TRUE
  13. -- Performing Test HPX_WITH_CXX11_SHARED_PTR_LWG3018 - pre-set to TRUE
  14. -- Performing Test HPX_WITH_C11_ALIGNED_ALLOC - Failed
  15. -- Performing Test HPX_WITH_CXX17_STD_ALIGNED_ALLOC - Failed
  16. -- Performing Test HPX_WITH_CXX17_STD_EXECUTION_POLICES - Failed
  17. -- Performing Test HPX_WITH_CXX17_FILESYSTEM - pre-set to TRUE
  18. -- Performing Test HPX_WITH_CXX17_HARDWARE_DESTRUCTIVE_INTERFERENCE_SIZE - Failed
  19. -- Performing Test HPX_WITH_CXX17_ALIGNED_NEW - pre-set to TRUE
  20. -- Performing Test HPX_WITH_CXX17_SHARED_PTR_ARRAY - pre-set to TRUE
  21. -- Performing Test HPX_WITH_CXX17_STD_TRANSFORM_SCAN_ALGORITHMS - pre-set to TRUE
  22. -- Performing Test HPX_WITH_CXX17_STD_SCAN_ALGORITHMS - pre-set to TRUE
  23. -- Performing Test HPX_WITH_CXX17_COPY_ELISION - pre-set to TRUE
  24. -- Performing Test HPX_WITH_CXX17_OPTIONAL_COPY_ELISION - pre-set to TRUE
  25. -- Performing Test HPX_WITH_CXX_LAMBDA_CAPTURE_DECLTYPE - pre-set to TRUE
  26. -- Performing Test HPX_WITH_BUILTIN_INTEGER_PACK - Failed
  27. -- Performing Test HPX_WITH_BUILTIN_MAKE_INTEGER_SEQ - pre-set to TRUE
  28. -- Performing Test HPX_WITH_BUILTIN_TYPE_PACK_ELEMENT - pre-set to TRUE
  29. -- Performing Test HPX_WITH_BUILTIN_FORWARD_MOVE - Failed
  30. -- Performing Test HPX_WITH_MM_PREFETCH - pre-set to TRUE
  31. -- Performing Test HPX_WITH_STABLE_INPLACE_MERGE - pre-set to TRUE
  32. -- Performing Test HPX_WITH_UNISTD_H - pre-set to TRUE
  33. -- "-Werror=trampolines" not available for language CXX.
  34. -- "-Wno-sync-nand" not available for language CXX.
  35. -- Performing Test HPX_WITH_RDTSC - pre-set to TRUE
  36. -- Performing Test HPX_WITH_RDTSCP - pre-set to TRUE
  37. -- Architecture detected: x86_64
  38. -- 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)
  39. -- WARNING: HPX will perform poorly without tcmalloc, jemalloc, or mimalloc. See docs for more info.
  40. -- Using system allocator.
  41. -- GIT commit is e023a98c2148699525f80a25e6d721404eaac8dd.
  42. --
  43. -- Configuring modules:
  44. --
  45. -- Configuring libhpx_core modules:
  46. --
  47. -- Module configuration (coroutines):
  48. -- HPX_COROUTINES_WITH_SWAP_CONTEXT_EMULATION=OFF
  49. --
  50. -- Module configuration (datastructures):
  51. -- HPX_DATASTRUCTURES_WITH_ADAPT_STD_TUPLE=ON
  52. -- HPX_DATASTRUCTURES_WITH_ADAPT_STD_VARIANT=OFF
  53. --
  54. -- Module configuration (serialization):
  55. -- HPX_SERIALIZATION_WITH_ALLOW_CONST_TUPLE_MEMBERS=OFF
  56. -- HPX_SERIALIZATION_WITH_ALLOW_RAW_POINTER_SERIALIZATION=OFF
  57. -- HPX_SERIALIZATION_WITH_ALL_TYPES_ARE_BITWISE_SERIALIZABLE=OFF
  58. -- HPX_SERIALIZATION_WITH_BOOST_TYPES=OFF
  59. -- HPX_SERIALIZATION_WITH_SUPPORTS_ENDIANESS=OFF
  60. --
  61. -- Module configuration (topology):
  62. -- HPX_TOPOLOGY_WITH_ADDITIONAL_HWLOC_TESTING=OFF
  63. --
  64. -- Configuring libhpx modules:
  65. -- Configuring components:
  66. -- component_storage
  67. -- containers
  68. -- iostreams
  69. -- parcel_plugins
  70. -- performance_counters
  71. -- process
  72. --
  73. -- Configuration summary:
  74. --
  75. -- HPX_WITH_AGAS_DUMP_REFCNT_ENTRIES=OFF
  76. -- HPX_WITH_APEX=OFF
  77. -- HPX_WITH_ASIO_TAG=asio-1-21-0
  78. -- HPX_WITH_ASYNC_MPI=OFF
  79. -- HPX_WITH_ATTACH_DEBUGGER_ON_TEST_FAILURE=OFF
  80. -- HPX_WITH_AUTOMATIC_SERIALIZATION_REGISTRATION=ON
  81. -- HPX_WITH_BENCHMARK_SCRIPTS_PATH=/home/extended/hpx/build/scripts
  82. -- HPX_WITH_BUILD_BINARY_PACKAGE=OFF
  83. -- HPX_WITH_CHECK_MODULE_DEPENDENCIES=OFF
  84. -- HPX_WITH_COMPILER_WARNINGS=ON
  85. -- HPX_WITH_COMPILER_WARNINGS_AS_ERRORS=OFF
  86. -- HPX_WITH_COMPILE_ONLY_TESTS=ON
  87. -- HPX_WITH_COMPRESSION_BZIP2=OFF
  88. -- HPX_WITH_COMPRESSION_SNAPPY=OFF
  89. -- HPX_WITH_COMPRESSION_ZLIB=OFF
  90. -- HPX_WITH_COROUTINE_COUNTERS=OFF
  91. -- HPX_WITH_CUDA=OFF
  92. -- HPX_WITH_CXX_STANDARD=17
  93. -- HPX_WITH_DATAPAR_BACKEND=NONE
  94. -- HPX_WITH_DEPRECATION_WARNINGS=ON
  95. -- HPX_WITH_DISABLED_SIGNAL_EXCEPTION_HANDLERS=OFF
  96. -- HPX_WITH_DISTRIBUTED_RUNTIME=ON
  97. -- HPX_WITH_DOCUMENTATION=OFF
  98. -- HPX_WITH_DYNAMIC_HPX_MAIN=ON
  99. -- HPX_WITH_EXAMPLES=ON
  100. -- HPX_WITH_EXAMPLES_HDF5=OFF
  101. -- HPX_WITH_EXAMPLES_OPENMP=OFF
  102. -- HPX_WITH_EXAMPLES_QT4=OFF
  103. -- HPX_WITH_EXAMPLES_QTHREADS=OFF
  104. -- HPX_WITH_EXAMPLES_TBB=OFF
  105. -- HPX_WITH_EXECUTABLE_PREFIX=
  106. -- HPX_WITH_FAIL_COMPILE_TESTS=ON
  107. -- HPX_WITH_FAULT_TOLERANCE=OFF
  108. -- HPX_WITH_FETCH_ASIO=ON
  109. -- HPX_WITH_FETCH_LCI=OFF
  110. -- HPX_WITH_FULL_RPATH=ON
  111. -- HPX_WITH_GCC_VERSION_CHECK=ON
  112. -- HPX_WITH_GENERIC_CONTEXT_COROUTINES=OFF
  113. -- HPX_WITH_HIDDEN_VISIBILITY=OFF
  114. -- HPX_WITH_HIP=OFF
  115. -- HPX_WITH_IO_COUNTERS=ON
  116. -- HPX_WITH_IO_POOL=ON
  117. -- HPX_WITH_ITTNOTIFY=OFF
  118. -- HPX_WITH_LCI_TAG=iovec
  119. -- HPX_WITH_LOGGING=ON
  120. -- HPX_WITH_MALLOC=system
  121. -- HPX_WITH_MAX_CPU_COUNT=
  122. -- HPX_WITH_MAX_NUMA_DOMAIN_COUNT=8
  123. -- HPX_WITH_MODULES_AS_STATIC_LIBRARIES=ON
  124. -- HPX_WITH_NETWORKING=ON
  125. -- HPX_WITH_NICE_THREADLEVEL=OFF
  126. -- HPX_WITH_PAPI=OFF
  127. -- HPX_WITH_PARALLEL_TESTS_BIND_NONE=OFF
  128. -- HPX_WITH_PARCELPORT_ACTION_COUNTERS=OFF
  129. -- HPX_WITH_PARCELPORT_COUNTERS=OFF
  130. -- HPX_WITH_PARCELPORT_LCI=OFF
  131. -- HPX_WITH_PARCELPORT_LIBFABRIC=OFF
  132. -- HPX_WITH_PARCELPORT_MPI=OFF
  133. -- HPX_WITH_PARCELPORT_TCP=ON
  134. -- HPX_WITH_PARCEL_COALESCING=ON
  135. -- HPX_WITH_PARCEL_PROFILING=OFF
  136. -- HPX_WITH_PKGCONFIG=ON
  137. -- HPX_WITH_PRECOMPILED_HEADERS=OFF
  138. -- HPX_WITH_RPM=OFF
  139. -- HPX_WITH_RUN_MAIN_EVERYWHERE=OFF
  140. -- HPX_WITH_SANITIZERS=OFF
  141. -- HPX_WITH_SCHEDULER_LOCAL_STORAGE=OFF
  142. -- HPX_WITH_SPINLOCK_DEADLOCK_DETECTION=OFF
  143. -- HPX_WITH_SPINLOCK_POOL_NUM=128
  144. -- HPX_WITH_STACKOVERFLOW_DETECTION=OFF
  145. -- HPX_WITH_STACKTRACES=ON
  146. -- HPX_WITH_STACKTRACES_DEMANGLE_SYMBOLS=ON
  147. -- HPX_WITH_STACKTRACES_STATIC_SYMBOLS=OFF
  148. -- HPX_WITH_STATIC_LINKING=OFF
  149. -- HPX_WITH_TESTS=ON
  150. -- HPX_WITH_TESTS_BENCHMARKS=ON
  151. -- HPX_WITH_TESTS_DEBUG_LOG=OFF
  152. -- HPX_WITH_TESTS_DEBUG_LOG_DESTINATION=cout
  153. -- HPX_WITH_TESTS_EXAMPLES=ON
  154. -- HPX_WITH_TESTS_EXTERNAL_BUILD=ON
  155. -- HPX_WITH_TESTS_HEADERS=OFF
  156. -- HPX_WITH_TESTS_MAX_THREADS_PER_LOCALITY=0
  157. -- HPX_WITH_TESTS_REGRESSIONS=ON
  158. -- HPX_WITH_TESTS_UNIT=ON
  159. -- HPX_WITH_THREAD_BACKTRACE_DEPTH=20
  160. -- HPX_WITH_THREAD_BACKTRACE_ON_SUSPENSION=OFF
  161. -- HPX_WITH_THREAD_CREATION_AND_CLEANUP_RATES=OFF
  162. -- HPX_WITH_THREAD_CUMULATIVE_COUNTS=ON
  163. -- HPX_WITH_THREAD_DEBUG_INFO=OFF
  164. -- HPX_WITH_THREAD_DESCRIPTION_FULL=OFF
  165. -- HPX_WITH_THREAD_GUARD_PAGE=ON
  166. -- HPX_WITH_THREAD_IDLE_RATES=OFF
  167. -- HPX_WITH_THREAD_LOCAL_STORAGE=OFF
  168. -- HPX_WITH_THREAD_MANAGER_IDLE_BACKOFF=ON
  169. -- HPX_WITH_THREAD_QUEUE_WAITTIME=OFF
  170. -- HPX_WITH_THREAD_STACK_MMAP=ON
  171. -- HPX_WITH_THREAD_STEALING_COUNTS=OFF
  172. -- HPX_WITH_THREAD_TARGET_ADDRESS=OFF
  173. -- HPX_WITH_TIMER_POOL=ON
  174. -- HPX_WITH_TOOLS=OFF
  175. -- HPX_WITH_TUPLE_RVALUE_SWAP=ON
  176. -- HPX_WITH_UNITY_BUILD=OFF
  177. -- HPX_WITH_VALGRIND=OFF
  178. -- HPX_WITH_VERIFY_LOCKS=OFF
  179. -- HPX_WITH_VERIFY_LOCKS_BACKTRACE=OFF
  180. -- HPX_WITH_VIM_YCM=OFF
  181. -- HPX_WITH_ZERO_COPY_SERIALIZATION_THRESHOLD=128
  182.  
  183. HPX will be installed to /usr/local
  184.  
  185. -- Configuring done
  186. -- Generating done
  187. -- Build files have been written to: /home/extended/hpx/build
  188. [1/2] Building CXX object examples/1d_stencil/CMakeFiles/1d_stencil_4_parallel_any_sender.dir/1d_stencil_4_parallel_any_sender.cpp.o
  189. FAILED: examples/1d_stencil/CMakeFiles/1d_stencil_4_parallel_any_sender.dir/1d_stencil_4_parallel_any_sender.cpp.o
  190. /usr/bin/c++ -DHPX_APPLICATION_EXPORTS -DHPX_APPLICATION_NAME=1d_stencil_4_parallel_any_sender -DHPX_APPLICATION_NAME_DEFAULT=1d_stencil_4_parallel_any_sender -DHPX_APPLICATION_STRING=\"1d_stencil_4_parallel_any_sender\" -DHPX_PREFIX_DEFAULT=\"/usr/local\" -DNDEBUG -D_GNU_SOURCE -I/home/extended/hpx -I/home/extended/hpx/build -I/home/extended/hpx/libs/full/actions/include -I/home/extended/hpx/build/libs/full/actions/include -I/home/extended/hpx/build/libs/full/actions/include_compatibility -I/home/extended/hpx/libs/full/actions_base/include -I/home/extended/hpx/build/libs/full/actions_base/include -I/home/extended/hpx/build/libs/full/actions_base/include_compatibility -I/home/extended/hpx/libs/full/agas/include -I/home/extended/hpx/build/libs/full/agas/include -I/home/extended/hpx/build/libs/full/agas/include_compatibility -I/home/extended/hpx/libs/full/agas_base/include -I/home/extended/hpx/build/libs/full/agas_base/include -I/home/extended/hpx/build/libs/full/agas_base/include_compatibility -I/home/extended/hpx/libs/full/async_colocated/include -I/home/extended/hpx/build/libs/full/async_colocated/include -I/home/extended/hpx/build/libs/full/async_colocated/include_compatibility -I/home/extended/hpx/libs/full/async_distributed/include -I/home/extended/hpx/build/libs/full/async_distributed/include -I/home/extended/hpx/build/libs/full/async_distributed/include_compatibility -I/home/extended/hpx/libs/full/checkpoint/include -I/home/extended/hpx/build/libs/full/checkpoint/include -I/home/extended/hpx/build/libs/full/checkpoint/include_compatibility -I/home/extended/hpx/libs/full/checkpoint_base/include -I/home/extended/hpx/build/libs/full/checkpoint_base/include -I/home/extended/hpx/libs/full/collectives/include -I/home/extended/hpx/build/libs/full/collectives/include -I/home/extended/hpx/build/libs/full/collectives/include_compatibility -I/home/extended/hpx/libs/full/command_line_handling/include -I/home/extended/hpx/build/libs/full/command_line_handling/include -I/home/extended/hpx/build/libs/full/command_line_handling/include_compatibility -I/home/extended/hpx/libs/full/components/include -I/home/extended/hpx/build/libs/full/components/include -I/home/extended/hpx/build/libs/full/components/include_compatibility -I/home/extended/hpx/libs/full/components_base/include -I/home/extended/hpx/build/libs/full/components_base/include -I/home/extended/hpx/build/libs/full/components_base/include_compatibility -I/home/extended/hpx/libs/full/compute/include -I/home/extended/hpx/build/libs/full/compute/include -I/home/extended/hpx/build/libs/full/compute/include_compatibility -I/home/extended/hpx/libs/full/distribution_policies/include -I/home/extended/hpx/build/libs/full/distribution_policies/include -I/home/extended/hpx/build/libs/full/distribution_policies/include_compatibility -I/home/extended/hpx/libs/full/executors_distributed/include -I/home/extended/hpx/build/libs/full/executors_distributed/include -I/home/extended/hpx/build/libs/full/executors_distributed/include_compatibility -I/home/extended/hpx/libs/full/include/include -I/home/extended/hpx/build/libs/full/include/include -I/home/extended/hpx/libs/full/init_runtime/include -I/home/extended/hpx/build/libs/full/init_runtime/include -I/home/extended/hpx/libs/full/lcos_distributed/include -I/home/extended/hpx/build/libs/full/lcos_distributed/include -I/home/extended/hpx/build/libs/full/lcos_distributed/include_compatibility -I/home/extended/hpx/libs/full/naming/include -I/home/extended/hpx/build/libs/full/naming/include -I/home/extended/hpx/build/libs/full/naming/include_compatibility -I/home/extended/hpx/libs/full/naming_base/include -I/home/extended/hpx/build/libs/full/naming_base/include -I/home/extended/hpx/build/libs/full/naming_base/include_compatibility -I/home/extended/hpx/libs/full/parcelport_tcp/include -I/home/extended/hpx/build/libs/full/parcelport_tcp/include -I/home/extended/hpx/libs/full/parcelset/include -I/home/extended/hpx/build/libs/full/parcelset/include -I/home/extended/hpx/build/libs/full/parcelset/include_compatibility -I/home/extended/hpx/libs/full/parcelset_base/include -I/home/extended/hpx/build/libs/full/parcelset_base/include -I/home/extended/hpx/build/libs/full/parcelset_base/include_compatibility -I/home/extended/hpx/libs/full/performance_counters/include -I/home/extended/hpx/build/libs/full/performance_counters/include -I/home/extended/hpx/libs/full/plugin_factories/include -I/home/extended/hpx/build/libs/full/plugin_factories/include -I/home/extended/hpx/build/libs/full/plugin_factories/include_compatibility -I/home/extended/hpx/libs/full/resiliency_distributed/include -I/home/extended/hpx/build/libs/full/resiliency_distributed/include -I/home/extended/hpx/libs/full/runtime_components/include -I/home/extended/hpx/build/libs/full/runtime_components/include -I/home/extended/hpx/build/libs/full/runtime_components/include_compatibility -I/home/extended/hpx/libs/full/runtime_distributed/include -I/home/extended/hpx/build/libs/full/runtime_distributed/include -I/home/extended/hpx/build/libs/full/runtime_distributed/include_compatibility -I/home/extended/hpx/libs/full/segmented_algorithms/include -I/home/extended/hpx/build/libs/full/segmented_algorithms/include -I/home/extended/hpx/build/libs/full/segmented_algorithms/include_compatibility -I/home/extended/hpx/libs/full/statistics/include -I/home/extended/hpx/build/libs/full/statistics/include -I/home/extended/hpx/build/libs/full/statistics/include_compatibility -I/home/extended/hpx/libs/core/affinity/include -I/home/extended/hpx/build/libs/core/affinity/include -I/home/extended/hpx/build/libs/core/affinity/include_compatibility -I/home/extended/hpx/libs/core/algorithms/include -I/home/extended/hpx/build/libs/core/algorithms/include -I/home/extended/hpx/build/libs/core/algorithms/include_compatibility -I/home/extended/hpx/libs/core/allocator_support/include -I/home/extended/hpx/build/libs/core/allocator_support/include -I/home/extended/hpx/build/libs/core/allocator_support/include_compatibility -I/home/extended/hpx/libs/core/asio/include -I/home/extended/hpx/build/libs/core/asio/include -I/home/extended/hpx/build/libs/core/asio/include_compatibility -I/home/extended/hpx/libs/core/assertion/include -I/home/extended/hpx/build/libs/core/assertion/include -I/home/extended/hpx/build/libs/core/assertion/include_compatibility -I/home/extended/hpx/libs/core/async_base/include -I/home/extended/hpx/build/libs/core/async_base/include -I/home/extended/hpx/build/libs/core/async_base/include_compatibility -I/home/extended/hpx/libs/core/async_combinators/include -I/home/extended/hpx/build/libs/core/async_combinators/include -I/home/extended/hpx/build/libs/core/async_combinators/include_compatibility -I/home/extended/hpx/libs/core/async_local/include -I/home/extended/hpx/build/libs/core/async_local/include -I/home/extended/hpx/libs/core/batch_environments/include -I/home/extended/hpx/build/libs/core/batch_environments/include -I/home/extended/hpx/build/libs/core/batch_environments/include_compatibility -I/home/extended/hpx/libs/core/cache/include -I/home/extended/hpx/build/libs/core/cache/include -I/home/extended/hpx/build/libs/core/cache/include_compatibility -I/home/extended/hpx/libs/core/command_line_handling_local/include -I/home/extended/hpx/build/libs/core/command_line_handling_local/include -I/home/extended/hpx/libs/core/compute_local/include -I/home/extended/hpx/build/libs/core/compute_local/include -I/home/extended/hpx/build/libs/core/compute_local/include_compatibility -I/home/extended/hpx/libs/core/concepts/include -I/home/extended/hpx/build/libs/core/concepts/include -I/home/extended/hpx/build/libs/core/concepts/include_compatibility -I/home/extended/hpx/libs/core/concurrency/include -I/home/extended/hpx/build/libs/core/concurrency/include -I/home/extended/hpx/build/libs/core/concurrency/include_compatibility -I/home/extended/hpx/libs/core/config/include -I/home/extended/hpx/build/libs/core/config/include -I/home/extended/hpx/libs/core/config_registry/include -I/home/extended/hpx/build/libs/core/config_registry/include -I/home/extended/hpx/libs/core/coroutines/include -I/home/extended/hpx/build/libs/core/coroutines/include -I/home/extended/hpx/build/libs/core/coroutines/include_compatibility -I/home/extended/hpx/libs/core/datastructures/include -I/home/extended/hpx/build/libs/core/datastructures/include -I/home/extended/hpx/build/libs/core/datastructures/include_compatibility -I/home/extended/hpx/libs/core/debugging/include -I/home/extended/hpx/build/libs/core/debugging/include -I/home/extended/hpx/build/libs/core/debugging/include_compatibility -I/home/extended/hpx/libs/core/errors/include -I/home/extended/hpx/build/libs/core/errors/include -I/home/extended/hpx/build/libs/core/errors/include_compatibility -I/home/extended/hpx/libs/core/execution/include -I/home/extended/hpx/build/libs/core/execution/include -I/home/extended/hpx/build/libs/core/execution/include_compatibility -I/home/extended/hpx/libs/core/execution_base/include -I/home/extended/hpx/build/libs/core/execution_base/include -I/home/extended/hpx/build/libs/core/execution_base/include_compatibility -I/home/extended/hpx/libs/core/executors/include -I/home/extended/hpx/build/libs/core/executors/include -I/home/extended/hpx/build/libs/core/executors/include_compatibility -I/home/extended/hpx/libs/core/filesystem/include -I/home/extended/hpx/build/libs/core/filesystem/include -I/home/extended/hpx/build/libs/core/filesystem/include_compatibility -I/home/extended/hpx/libs/core/format/include -I/home/extended/hpx/build/libs/core/format/include -I/home/extended/hpx/build/libs/core/format/include_compatibility -I/home/extended/hpx/libs/core/functional/include -I/home/extended/hpx/build/libs/core/functional/include -I/home/extended/hpx/build/libs/core/functional/include_compatibility -I/home/extended/hpx/libs/core/futures/include -I/home/extended/hpx/build/libs/core/futures/include -I/home/extended/hpx/build/libs/core/futures/include_compatibility -I/home/extended/hpx/libs/core/hardware/include -I/home/extended/hpx/build/libs/core/hardware/include -I/home/extended/hpx/build/libs/core/hardware/include_compatibility -I/home/extended/hpx/libs/core/hashing/include -I/home/extended/hpx/build/libs/core/hashing/include -I/home/extended/hpx/build/libs/core/hashing/include_compatibility -I/home/extended/hpx/libs/core/include_local/include -I/home/extended/hpx/build/libs/core/include_local/include -I/home/extended/hpx/libs/core/ini/include -I/home/extended/hpx/build/libs/core/ini/include -I/home/extended/hpx/libs/core/init_runtime_local/include -I/home/extended/hpx/build/libs/core/init_runtime_local/include -I/home/extended/hpx/libs/core/io_service/include -I/home/extended/hpx/build/libs/core/io_service/include -I/home/extended/hpx/build/libs/core/io_service/include_compatibility -I/home/extended/hpx/libs/core/iterator_support/include -I/home/extended/hpx/build/libs/core/iterator_support/include -I/home/extended/hpx/build/libs/core/iterator_support/include_compatibility -I/home/extended/hpx/libs/core/itt_notify/include -I/home/extended/hpx/build/libs/core/itt_notify/include -I/home/extended/hpx/build/libs/core/itt_notify/include_compatibility -I/home/extended/hpx/libs/core/lcos_local/include -I/home/extended/hpx/build/libs/core/lcos_local/include -I/home/extended/hpx/build/libs/core/lcos_local/include_compatibility -I/home/extended/hpx/libs/core/lock_registration/include -I/home/extended/hpx/build/libs/core/lock_registration/include -I/home/extended/hpx/libs/core/logging/include -I/home/extended/hpx/build/libs/core/logging/include -I/home/extended/hpx/build/libs/core/logging/include_compatibility -I/home/extended/hpx/libs/core/memory/include -I/home/extended/hpx/build/libs/core/memory/include -I/home/extended/hpx/build/libs/core/memory/include_compatibility -I/home/extended/hpx/libs/core/pack_traversal/include -I/home/extended/hpx/build/libs/core/pack_traversal/include -I/home/extended/hpx/build/libs/core/pack_traversal/include_compatibility -I/home/extended/hpx/libs/core/plugin/include -I/home/extended/hpx/build/libs/core/plugin/include -I/home/extended/hpx/build/libs/core/plugin/include_compatibility -I/home/extended/hpx/libs/core/prefix/include -I/home/extended/hpx/build/libs/core/prefix/include -I/home/extended/hpx/build/libs/core/prefix/include_compatibility -I/home/extended/hpx/libs/core/preprocessor/include -I/home/extended/hpx/build/libs/core/preprocessor/include -I/home/extended/hpx/build/libs/core/preprocessor/include_compatibility -I/home/extended/hpx/libs/core/program_options/include -I/home/extended/hpx/build/libs/core/program_options/include -I/home/extended/hpx/libs/core/properties/include -I/home/extended/hpx/build/libs/core/properties/include -I/home/extended/hpx/libs/core/resiliency/include -I/home/extended/hpx/build/libs/core/resiliency/include -I/home/extended/hpx/libs/core/resource_partitioner/include -I/home/extended/hpx/build/libs/core/resource_partitioner/include -I/home/extended/hpx/build/libs/core/resource_partitioner/include_compatibility -I/home/extended/hpx/libs/core/runtime_configuration/include -I/home/extended/hpx/build/libs/core/runtime_configuration/include -I/home/extended/hpx/build/libs/core/runtime_configuration/include_compatibility -I/home/extended/hpx/libs/core/runtime_local/include -I/home/extended/hpx/build/libs/core/runtime_local/include -I/home/extended/hpx/build/libs/core/runtime_local/include_compatibility -I/home/extended/hpx/libs/core/schedulers/include -I/home/extended/hpx/build/libs/core/schedulers/include -I/home/extended/hpx/build/libs/core/schedulers/include_compatibility -I/home/extended/hpx/libs/core/serialization/include -I/home/extended/hpx/build/libs/core/serialization/include -I/home/extended/hpx/build/libs/core/serialization/include_compatibility -I/home/extended/hpx/libs/core/static_reinit/include -I/home/extended/hpx/build/libs/core/static_reinit/include -I/home/extended/hpx/build/libs/core/static_reinit/include_compatibility -I/home/extended/hpx/libs/core/string_util/include -I/home/extended/hpx/build/libs/core/string_util/include -I/home/extended/hpx/libs/core/synchronization/include -I/home/extended/hpx/build/libs/core/synchronization/include -I/home/extended/hpx/build/libs/core/synchronization/include_compatibility -I/home/extended/hpx/libs/core/tag_invoke/include -I/home/extended/hpx/build/libs/core/tag_invoke/include -I/home/extended/hpx/build/libs/core/tag_invoke/include_compatibility -I/home/extended/hpx/libs/core/testing/include -I/home/extended/hpx/build/libs/core/testing/include -I/home/extended/hpx/build/libs/core/testing/include_compatibility -I/home/extended/hpx/libs/core/thread_pool_util/include -I/home/extended/hpx/build/libs/core/thread_pool_util/include -I/home/extended/hpx/libs/core/thread_pools/include -I/home/extended/hpx/build/libs/core/thread_pools/include -I/home/extended/hpx/build/libs/core/thread_pools/include_compatibility -I/home/extended/hpx/libs/core/thread_support/include -I/home/extended/hpx/build/libs/core/thread_support/include -I/home/extended/hpx/build/libs/core/thread_support/include_compatibility -I/home/extended/hpx/libs/core/threading/include -I/home/extended/hpx/build/libs/core/threading/include -I/home/extended/hpx/build/libs/core/threading/include_compatibility -I/home/extended/hpx/libs/core/threading_base/include -I/home/extended/hpx/build/libs/core/threading_base/include -I/home/extended/hpx/build/libs/core/threading_base/include_compatibility -I/home/extended/hpx/libs/core/threadmanager/include -I/home/extended/hpx/build/libs/core/threadmanager/include -I/home/extended/hpx/build/libs/core/threadmanager/include_compatibility -I/home/extended/hpx/libs/core/timed_execution/include -I/home/extended/hpx/build/libs/core/timed_execution/include -I/home/extended/hpx/build/libs/core/timed_execution/include_compatibility -I/home/extended/hpx/libs/core/timing/include -I/home/extended/hpx/build/libs/core/timing/include -I/home/extended/hpx/build/libs/core/timing/include_compatibility -I/home/extended/hpx/libs/core/topology/include -I/home/extended/hpx/build/libs/core/topology/include -I/home/extended/hpx/build/libs/core/topology/include_compatibility -I/home/extended/hpx/libs/core/type_support/include -I/home/extended/hpx/build/libs/core/type_support/include -I/home/extended/hpx/build/libs/core/type_support/include_compatibility -I/home/extended/hpx/libs/core/util/include -I/home/extended/hpx/build/libs/core/util/include -I/home/extended/hpx/build/libs/core/util/include_compatibility -I/home/extended/hpx/libs/core/version/include -I/home/extended/hpx/build/libs/core/version/include -I/home/extended/hpx/init/include -I/home/extended/hpx/wrap/include -isystem /home/extended/hpx/build/_deps/asio-src/asio/include -stdlib=libc++ -O3 -DNDEBUG -pthread -Wall -Wextra -Wpedantic -Wno-strict-aliasing -Wno-sign-promo -Wno-attributes -Wno-cast-align -Wno-noexcept-type -Wformat=2 -Wno-format-nonliteral -Winit-self -Wdouble-promotion -Wcast-qual -Werror=parentheses -Werror=reorder -Werror=return-type -Werror=sequence-point -Werror=uninitialized -Werror=format -Werror=missing-braces -Werror=sign-compare -fdiagnostics-show-option -Werror=vla -std=c++17 -MD -MT examples/1d_stencil/CMakeFiles/1d_stencil_4_parallel_any_sender.dir/1d_stencil_4_parallel_any_sender.cpp.o -MF examples/1d_stencil/CMakeFiles/1d_stencil_4_parallel_any_sender.dir/1d_stencil_4_parallel_any_sender.cpp.o.d -o examples/1d_stencil/CMakeFiles/1d_stencil_4_parallel_any_sender.dir/1d_stencil_4_parallel_any_sender.cpp.o -c /home/extended/hpx/examples/1d_stencil/1d_stencil_4_parallel_any_sender.cpp
  191. In file included from /home/extended/hpx/examples/1d_stencil/1d_stencil_4_parallel_any_sender.cpp:17:
  192. In file included from /home/extended/hpx/libs/core/include_local/include/hpx/local/algorithm.hpp:10:
  193. In file included from /home/extended/hpx/libs/core/algorithms/include/hpx/parallel/algorithm.hpp:17:
  194. In file included from /home/extended/hpx/libs/core/algorithms/include/hpx/parallel/algorithms/adjacent_difference.hpp:225:
  195. In file included from /home/extended/hpx/build/libs/core/executors/include/hpx/modules/executors.hpp:34:
  196. In file included from /home/extended/hpx/libs/core/executors/include/hpx/executors/scheduler_executor.hpp:21:
  197. In file included from /home/extended/hpx/libs/core/execution/include/hpx/execution/algorithms/transfer_just.hpp:11:
  198. /home/extended/hpx/libs/core/execution/include/hpx/execution/algorithms/just.hpp:81:29: error: no matching function for call to object of type 'hpx::execution::experimental::set_value_t'
  199. CPO{}(HPX_MOVE(os.receiver),
  200. ^~~~~
  201. /home/extended/hpx/libs/core/tag_invoke/include/hpx/functional/tag_invoke.hpp:259:24: note: in instantiation of member function 'hpx::execution::experimental::detail::tag_invoke' requested here
  202. return tag_invoke(
  203. ^
  204. /home/extended/hpx/libs/core/execution_base/include/hpx/execution_base/any_sender.hpp:333:9: note: in instantiation of member function 'hpx::execution::experimental::detail::any_operation_state_impl<hpx::execution::experimental::detail::just_sender<hpx::execution::experimental::set_value_t, hpx::util::pack_c<unsigned long, 0>, const partition_data &>, hpx::execution::experimental::detail::any_receiver<partition_data &>>::start' requested here
  205. any_operation_state_impl(Sender_&& sender, Receiver_&& receiver)
  206. ^
  207. /home/extended/hpx/libs/core/execution_base/include/hpx/execution_base/any_sender.hpp:216:36: note: in instantiation of function template specialization 'hpx::execution::experimental::detail::any_operation_state_impl<hpx::execution::experimental::detail::just_sender<hpx::execution::experimental::set_value_t, hpx::util::pack_c<unsigned long, 0>, const partition_data &>, hpx::execution::experimental::detail::any_receiver<partition_data &>>::any_operation_state_impl<hpx::execution::experimental::detail::just_sender<hpx::execution::experimental::set_value_t, hpx::util::pack_c<unsigned long, 0>, const partition_data &>, hpx::execution::experimental::detail::any_receiver<partition_data &>>' requested here
  208. heap_storage = new Impl(HPX_FORWARD(Ts, ts)...);
  209. ^
  210. /home/extended/hpx/libs/core/execution_base/include/hpx/execution_base/any_sender.hpp:359:30: note: in instantiation of function template specialization 'hpx::detail::movable_sbo_storage<hpx::execution::experimental::detail::any_operation_state_base, 64, 8>::store<hpx::execution::experimental::detail::any_operation_state_impl<hpx::execution::experimental::detail::just_sender<hpx::execution::experimental::set_value_t, hpx::util::pack_c<unsigned long, 0>, const partition_data &>, hpx::execution::experimental::detail::any_receiver<partition_data &>>, hpx::execution::experimental::detail::just_sender<hpx::execution::experimental::set_value_t, hpx::util::pack_c<unsigned long, 0>, const partition_data &>, hpx::execution::experimental::detail::any_receiver<partition_data &>>' requested here
  211. storage.template store<impl_type<Sender, Receiver>>(
  212. ^
  213. /home/extended/hpx/libs/core/execution_base/include/hpx/execution_base/any_sender.hpp:685:20: note: in instantiation of function template specialization 'hpx::execution::experimental::detail::any_operation_state::any_operation_state<hpx::execution::experimental::detail::just_sender<hpx::execution::experimental::set_value_t, hpx::util::pack_c<unsigned long, 0>, const partition_data &>, hpx::execution::experimental::detail::any_receiver<partition_data &>>' requested here
  214. return any_operation_state{HPX_MOVE(sender), HPX_MOVE(receiver)};
  215. ^
  216. /home/extended/hpx/libs/core/execution_base/include/hpx/execution_base/any_sender.hpp:657:18: note: in instantiation of member function 'hpx::execution::experimental::detail::any_sender_impl<hpx::execution::experimental::detail::just_sender<hpx::execution::experimental::set_value_t, hpx::util::pack_c<unsigned long, 0>, const partition_data &>, partition_data &>::connect' requested here
  217. explicit any_sender_impl(Sender_&& sender)
  218. ^
  219. /home/extended/hpx/libs/core/type_support/include/hpx/type_support/construct_at.hpp:29:55: note: in instantiation of function template specialization 'hpx::execution::experimental::detail::any_sender_impl<hpx::execution::experimental::detail::just_sender<hpx::execution::experimental::set_value_t, hpx::util::pack_c<unsigned long, 0>, const partition_data &>, partition_data &>::any_sender_impl<hpx::execution::experimental::detail::just_sender<hpx::execution::experimental::set_value_t, hpx::util::pack_c<unsigned long, 0>, const partition_data &>, void>' requested here
  220. static_cast<const volatile void*>(addr))) T(HPX_FORWARD(Ts, ts)...);
  221. ^
  222. /home/extended/hpx/libs/core/execution_base/include/hpx/execution_base/any_sender.hpp:826:30: note: in instantiation of function template specialization 'hpx::detail::movable_sbo_storage<hpx::execution::experimental::detail::any_sender_base<partition_data &>, 32, 8>::store<hpx::execution::experimental::detail::any_sender_impl<hpx::execution::experimental::detail::just_sender<hpx::execution::experimental::set_value_t, hpx::util::pack_c<unsigned long, 0>, const partition_data &>, partition_data &>, hpx::execution::experimental::detail::just_sender<hpx::execution::experimental::set_value_t, hpx::util::pack_c<unsigned long, 0>, const partition_data &>>' requested here
  223. storage.template store<impl_type<Sender>>(
  224. ^
  225. /home/extended/hpx/examples/1d_stencil/1d_stencil_4_parallel_any_sender.cpp:178:38: note: in instantiation of function template specialization 'hpx::execution::experimental::any_sender<partition_data &>::operator=<hpx::execution::experimental::detail::just_sender<hpx::execution::experimental::set_value_t, hpx::util::pack_c<unsigned long, 0>, const partition_data &>, void>' requested here
  226. current_sender_m = hpx::execution::experimental::just(
  227. ^
  228. /home/extended/hpx/libs/core/tag_invoke/include/hpx/functional/tag_invoke.hpp:237:60: note: candidate template ignored: substitution failure [with Args = <hpx::execution::experimental::detail::any_receiver<partition_data &>, partition_data>, $1 = void]: no type named 'type' in 'hpx::util::invoke_result<const hpx::functional::tag_invoke_t_ns::tag_invoke_t, hpx::execution::experimental::set_value_t, hpx::execution::experimental::detail::any_receiver<partition_data &>, partition_data>'
  229. HPX_HOST_DEVICE HPX_FORCEINLINE constexpr auto operator()(
  230. ^
  231. In file included from /home/extended/hpx/examples/1d_stencil/1d_stencil_4_parallel_any_sender.cpp:17:
  232. In file included from /home/extended/hpx/libs/core/include_local/include/hpx/local/algorithm.hpp:10:
  233. In file included from /home/extended/hpx/libs/core/algorithms/include/hpx/parallel/algorithm.hpp:17:
  234. In file included from /home/extended/hpx/libs/core/algorithms/include/hpx/parallel/algorithms/adjacent_difference.hpp:225:
  235. In file included from /home/extended/hpx/build/libs/core/executors/include/hpx/modules/executors.hpp:19:
  236. In file included from /home/extended/hpx/libs/core/executors/include/hpx/executors/execute_on.hpp:14:
  237. In file included from /home/extended/hpx/libs/core/executors/include/hpx/executors/explicit_scheduler_executor.hpp:13:
  238. In file included from /home/extended/hpx/libs/core/execution/include/hpx/execution/algorithms/bulk.hpp:16:
  239. /home/extended/hpx/libs/core/execution/include/hpx/execution/algorithms/then.hpp:62:29: error: no matching function for call to object of type 'const struct set_value_t'
  240. hpx::execution::experimental::set_value(
  241. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  242. /home/extended/hpx/libs/core/execution/include/hpx/execution/algorithms/then.hpp:90:29: note: in instantiation of function template specialization 'hpx::execution::experimental::detail::then_receiver<hpx::execution::experimental::detail::any_receiver<partition_data &>, (lambda at /home/extended/hpx/examples/1d_stencil/1d_stencil_4_parallel_any_sender.cpp:188:29)>::set_value_helper<partition_data, partition_data, partition_data>' requested here
  243. HPX_MOVE(r).set_value_helper(HPX_FORWARD(Ts, ts)...);
  244. ^
  245. /home/extended/hpx/libs/core/tag_invoke/include/hpx/functional/tag_invoke.hpp:242:24: note: in instantiation of function template specialization 'hpx::execution::experimental::detail::tag_invoke<partition_data, partition_data, partition_data, 42, 0>' requested here
  246. return tag_invoke(
  247. ^
  248. /home/extended/hpx/libs/core/execution/include/hpx/execution/algorithms/when_all.hpp:342:29: note: in instantiation of function template specialization 'hpx::execution::experimental::detail::when_all_sender<hpx::execution::experimental::any_sender<partition_data &> &, hpx::execution::experimental::any_sender<partition_data &> &, hpx::execution::experimental::any_sender<partition_data &> &>::operation_state<hpx::execution::experimental::detail::then_receiver<hpx::execution::experimental::detail::any_receiver<partition_data &>, (lambda at /home/extended/hpx/examples/1d_stencil/1d_stencil_4_parallel_any_sender.cpp:188:29)>, hpx::util::member_pack<hpx::util::pack_c<unsigned long, 0, 1, 2>, hpx::execution::experimental::any_sender<partition_data &>, hpx::execution::experimental::any_sender<partition_data &>, hpx::execution::experimental::any_sender<partition_data &>> &&, 0>::set_value_helper<0UL, 1UL, 2UL, std::optional<partition_data>, std::optional<partition_data>, std::optional<partition_data>>' requested here
  249. set_value_helper(ts);
  250. ^
  251. /home/extended/hpx/libs/core/execution/include/hpx/execution/algorithms/when_all.hpp:155:26: note: in instantiation of member function 'hpx::execution::experimental::detail::when_all_sender<hpx::execution::experimental::any_sender<partition_data &> &, hpx::execution::experimental::any_sender<partition_data &> &, hpx::execution::experimental::any_sender<partition_data &> &>::operation_state<hpx::execution::experimental::detail::then_receiver<hpx::execution::experimental::detail::any_receiver<partition_data &>, (lambda at /home/extended/hpx/examples/1d_stencil/1d_stencil_4_parallel_any_sender.cpp:188:29)>, hpx::util::member_pack<hpx::util::pack_c<unsigned long, 0, 1, 2>, hpx::execution::experimental::any_sender<partition_data &>, hpx::execution::experimental::any_sender<partition_data &>, hpx::execution::experimental::any_sender<partition_data &>> &&, 0>::finish' requested here
  252. op_state.finish();
  253. ^
  254. /home/extended/hpx/libs/core/execution/include/hpx/execution/algorithms/when_all.hpp:179:15: note: in instantiation of function template specialization 'hpx::execution::experimental::detail::when_all_receiver<hpx::execution::experimental::detail::when_all_sender<hpx::execution::experimental::any_sender<partition_data &> &, hpx::execution::experimental::any_sender<partition_data &> &, hpx::execution::experimental::any_sender<partition_data &> &>::operation_state<hpx::execution::experimental::detail::then_receiver<hpx::execution::experimental::detail::any_receiver<partition_data &>, (lambda at /home/extended/hpx/examples/1d_stencil/1d_stencil_4_parallel_any_sender.cpp:188:29)>, hpx::util::member_pack<hpx::util::pack_c<unsigned long, 0, 1, 2>, hpx::execution::experimental::any_sender<partition_data &>, hpx::execution::experimental::any_sender<partition_data &>, hpx::execution::experimental::any_sender<partition_data &>> &&, 0>>::set_value<partition_data>' requested here
  255. r.set_value(HPX_FORWARD(Ts, ts)...);
  256. ^
  257. /home/extended/hpx/libs/core/tag_invoke/include/hpx/functional/tag_invoke.hpp:242:24: note: (skipping 10 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
  258. return tag_invoke(
  259. ^
  260. /home/extended/hpx/libs/core/execution_base/include/hpx/execution_base/any_sender.hpp:685:20: note: in instantiation of function template specialization 'hpx::execution::experimental::detail::any_operation_state::any_operation_state<hpx::execution::experimental::detail::then_sender<hpx::execution::experimental::detail::when_all_sender<hpx::execution::experimental::any_sender<partition_data &> &, hpx::execution::experimental::any_sender<partition_data &> &, hpx::execution::experimental::any_sender<partition_data &> &>, (lambda at /home/extended/hpx/examples/1d_stencil/1d_stencil_4_parallel_any_sender.cpp:188:29)>, hpx::execution::experimental::detail::any_receiver<partition_data &>>' requested here
  261. return any_operation_state{HPX_MOVE(sender), HPX_MOVE(receiver)};
  262. ^
  263. /home/extended/hpx/libs/core/execution_base/include/hpx/execution_base/any_sender.hpp:657:18: note: in instantiation of member function 'hpx::execution::experimental::detail::any_sender_impl<hpx::execution::experimental::detail::then_sender<hpx::execution::experimental::detail::when_all_sender<hpx::execution::experimental::any_sender<partition_data &> &, hpx::execution::experimental::any_sender<partition_data &> &, hpx::execution::experimental::any_sender<partition_data &> &>, (lambda at /home/extended/hpx/examples/1d_stencil/1d_stencil_4_parallel_any_sender.cpp:188:29)>, partition_data &>::connect' requested here
  264. explicit any_sender_impl(Sender_&& sender)
  265. ^
  266. /home/extended/hpx/libs/core/execution_base/include/hpx/execution_base/any_sender.hpp:216:36: note: in instantiation of function template specialization 'hpx::execution::experimental::detail::any_sender_impl<hpx::execution::experimental::detail::then_sender<hpx::execution::experimental::detail::when_all_sender<hpx::execution::experimental::any_sender<partition_data &> &, hpx::execution::experimental::any_sender<partition_data &> &, hpx::execution::experimental::any_sender<partition_data &> &>, (lambda at /home/extended/hpx/examples/1d_stencil/1d_stencil_4_parallel_any_sender.cpp:188:29)>, partition_data &>::any_sender_impl<hpx::execution::experimental::detail::then_sender<hpx::execution::experimental::detail::when_all_sender<hpx::execution::experimental::any_sender<partition_data &> &, hpx::execution::experimental::any_sender<partition_data &> &, hpx::execution::experimental::any_sender<partition_data &> &>, (lambda at /home/extended/hpx/examples/1d_stencil/1d_stencil_4_parallel_any_sender.cpp:188:29)>, void>' requested here
  267. heap_storage = new Impl(HPX_FORWARD(Ts, ts)...);
  268. ^
  269. /home/extended/hpx/libs/core/execution_base/include/hpx/execution_base/any_sender.hpp:826:30: note: in instantiation of function template specialization 'hpx::detail::movable_sbo_storage<hpx::execution::experimental::detail::any_sender_base<partition_data &>, 32, 8>::store<hpx::execution::experimental::detail::any_sender_impl<hpx::execution::experimental::detail::then_sender<hpx::execution::experimental::detail::when_all_sender<hpx::execution::experimental::any_sender<partition_data &> &, hpx::execution::experimental::any_sender<partition_data &> &, hpx::execution::experimental::any_sender<partition_data &> &>, (lambda at /home/extended/hpx/examples/1d_stencil/1d_stencil_4_parallel_any_sender.cpp:188:29)>, partition_data &>, hpx::execution::experimental::detail::then_sender<hpx::execution::experimental::detail::when_all_sender<hpx::execution::experimental::any_sender<partition_data &> &, hpx::execution::experimental::any_sender<partition_data &> &, hpx::execution::experimental::any_sender<partition_data &> &>, (lambda at /home/extended/hpx/examples/1d_stencil/1d_stencil_4_parallel_any_sender.cpp:188:29)>>' requested here
  270. storage.template store<impl_type<Sender>>(
  271. ^
  272. /home/extended/hpx/examples/1d_stencil/1d_stencil_4_parallel_any_sender.cpp:184:36: note: in instantiation of function template specialization 'hpx::execution::experimental::any_sender<partition_data &>::operator=<hpx::execution::experimental::detail::then_sender<hpx::execution::experimental::detail::when_all_sender<hpx::execution::experimental::any_sender<partition_data &> &, hpx::execution::experimental::any_sender<partition_data &> &, hpx::execution::experimental::any_sender<partition_data &> &>, (lambda at /home/extended/hpx/examples/1d_stencil/1d_stencil_4_parallel_any_sender.cpp:188:29)>, void>' requested here
  273. current_sender =
  274. ^
  275. /home/extended/hpx/libs/core/tag_invoke/include/hpx/functional/tag_invoke.hpp:237:60: note: candidate template ignored: substitution failure [with Args = <hpx::execution::experimental::detail::any_receiver<partition_data &>>, $1 = void]: no type named 'type' in 'hpx::util::invoke_result<const hpx::functional::tag_invoke_t_ns::tag_invoke_t, hpx::execution::experimental::set_value_t, hpx::execution::experimental::detail::any_receiver<partition_data &>>'
  276. HPX_HOST_DEVICE HPX_FORCEINLINE constexpr auto operator()(
  277. ^
  278. In file included from /home/extended/hpx/examples/1d_stencil/1d_stencil_4_parallel_any_sender.cpp:17:
  279. In file included from /home/extended/hpx/libs/core/include_local/include/hpx/local/algorithm.hpp:10:
  280. In file included from /home/extended/hpx/libs/core/algorithms/include/hpx/parallel/algorithm.hpp:17:
  281. In file included from /home/extended/hpx/libs/core/algorithms/include/hpx/parallel/algorithms/adjacent_difference.hpp:225:
  282. In file included from /home/extended/hpx/build/libs/core/executors/include/hpx/modules/executors.hpp:14:
  283. In file included from /home/extended/hpx/libs/core/executors/include/hpx/executors/annotating_executor.hpp:12:
  284. In file included from /home/extended/hpx/libs/core/execution/include/hpx/execution/executors/execution.hpp:17:
  285. In file included from /home/extended/hpx/libs/core/async_combinators/include/hpx/async_combinators/wait_all.hpp:146:
  286. In file included from /home/extended/hpx/libs/core/async_combinators/include/hpx/async_combinators/detail/throw_if_exceptional.hpp:9:
  287. In file included from /home/extended/hpx/libs/core/futures/include/hpx/futures/detail/future_data.hpp:21:
  288. In file included from /home/extended/hpx/libs/core/synchronization/include/hpx/synchronization/condition_variable.hpp:21:
  289. In file included from /home/extended/hpx/libs/core/synchronization/include/hpx/synchronization/stop_token.hpp:13:
  290. In file included from /home/extended/hpx/build/libs/core/execution_base/include/hpx/modules/execution_base.hpp:16:
  291. /home/extended/hpx/libs/core/execution_base/include/hpx/execution_base/any_sender.hpp:334:13: error: no matching constructor for initialization of 'std::decay_t<connect_result_t<std::decay_t<then_sender<when_all_sender<any_sender<partition_data &> &, any_sender<partition_data &> &, any_sender<partition_data &> &>, (lambda at /home/extended/hpx/examples/1d_stencil/1d_stencil_4_parallel_any_sender.cpp:188:29)> &>, std::decay_t<any_receiver<partition_data &>>>>' (aka 'hpx::execution::experimental::detail::when_all_sender<hpx::execution::experimental::any_sender<partition_data &> &, hpx::execution::experimental::any_sender<partition_data &> &, hpx::execution::experimental::any_sender<partition_data &> &>::operation_state<hpx::execution::experimental::detail::then_receiver<hpx::execution::experimental::detail::any_receiver<partition_data &>, (lambda at /home/extended/hpx/examples/1d_stencil/1d_stencil_4_parallel_any_sender.cpp:188:29)>, hpx::util::member_pack<hpx::util::pack_c<unsigned long, 0, 1, 2>, hpx::execution::experimental::any_sender<partition_data &>, hpx::execution::experimental::any_sender<partition_data &>, hpx::execution::experimental::any_sender<partition_data &>> &&, 2>')
  292. : operation_state(hpx::execution::experimental::connect(
  293. ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  294. /home/extended/hpx/libs/core/execution_base/include/hpx/execution_base/any_sender.hpp:216:36: note: in instantiation of function template specialization 'hpx::execution::experimental::detail::any_operation_state_impl<hpx::execution::experimental::detail::then_sender<hpx::execution::experimental::detail::when_all_sender<hpx::execution::experimental::any_sender<partition_data &> &, hpx::execution::experimental::any_sender<partition_data &> &, hpx::execution::experimental::any_sender<partition_data &> &>, (lambda at /home/extended/hpx/examples/1d_stencil/1d_stencil_4_parallel_any_sender.cpp:188:29)> &, hpx::execution::experimental::detail::any_receiver<partition_data &>>::any_operation_state_impl<hpx::execution::experimental::detail::then_sender<hpx::execution::experimental::detail::when_all_sender<hpx::execution::experimental::any_sender<partition_data &> &, hpx::execution::experimental::any_sender<partition_data &> &, hpx::execution::experimental::any_sender<partition_data &> &>, (lambda at /home/extended/hpx/examples/1d_stencil/1d_stencil_4_parallel_any_sender.cpp:188:29)> &, hpx::execution::experimental::detail::any_receiver<partition_data &>>' requested here
  295. heap_storage = new Impl(HPX_FORWARD(Ts, ts)...);
  296. ^
  297. /home/extended/hpx/libs/core/execution_base/include/hpx/execution_base/any_sender.hpp:359:30: note: in instantiation of function template specialization 'hpx::detail::movable_sbo_storage<hpx::execution::experimental::detail::any_operation_state_base, 64, 8>::store<hpx::execution::experimental::detail::any_operation_state_impl<hpx::execution::experimental::detail::then_sender<hpx::execution::experimental::detail::when_all_sender<hpx::execution::experimental::any_sender<partition_data &> &, hpx::execution::experimental::any_sender<partition_data &> &, hpx::execution::experimental::any_sender<partition_data &> &>, (lambda at /home/extended/hpx/examples/1d_stencil/1d_stencil_4_parallel_any_sender.cpp:188:29)> &, hpx::execution::experimental::detail::any_receiver<partition_data &>>, hpx::execution::experimental::detail::then_sender<hpx::execution::experimental::detail::when_all_sender<hpx::execution::experimental::any_sender<partition_data &> &, hpx::execution::experimental::any_sender<partition_data &> &, hpx::execution::experimental::any_sender<partition_data &> &>, (lambda at /home/extended/hpx/examples/1d_stencil/1d_stencil_4_parallel_any_sender.cpp:188:29)> &, hpx::execution::experimental::detail::any_receiver<partition_data &>>' requested here
  298. storage.template store<impl_type<Sender, Receiver>>(
  299. ^
  300. /home/extended/hpx/libs/core/execution_base/include/hpx/execution_base/any_sender.hpp:680:20: note: in instantiation of function template specialization 'hpx::execution::experimental::detail::any_operation_state::any_operation_state<hpx::execution::experimental::detail::then_sender<hpx::execution::experimental::detail::when_all_sender<hpx::execution::experimental::any_sender<partition_data &> &, hpx::execution::experimental::any_sender<partition_data &> &, hpx::execution::experimental::any_sender<partition_data &> &>, (lambda at /home/extended/hpx/examples/1d_stencil/1d_stencil_4_parallel_any_sender.cpp:188:29)> &, hpx::execution::experimental::detail::any_receiver<partition_data &>>' requested here
  301. return any_operation_state{sender, HPX_MOVE(receiver)};
  302. ^
  303. /home/extended/hpx/libs/core/execution_base/include/hpx/execution_base/any_sender.hpp:657:18: note: in instantiation of member function 'hpx::execution::experimental::detail::any_sender_impl<hpx::execution::experimental::detail::then_sender<hpx::execution::experimental::detail::when_all_sender<hpx::execution::experimental::any_sender<partition_data &> &, hpx::execution::experimental::any_sender<partition_data &> &, hpx::execution::experimental::any_sender<partition_data &> &>, (lambda at /home/extended/hpx/examples/1d_stencil/1d_stencil_4_parallel_any_sender.cpp:188:29)>, partition_data &>::connect' requested here
  304. explicit any_sender_impl(Sender_&& sender)
  305. ^
  306. /home/extended/hpx/libs/core/execution_base/include/hpx/execution_base/any_sender.hpp:216:36: note: in instantiation of function template specialization 'hpx::execution::experimental::detail::any_sender_impl<hpx::execution::experimental::detail::then_sender<hpx::execution::experimental::detail::when_all_sender<hpx::execution::experimental::any_sender<partition_data &> &, hpx::execution::experimental::any_sender<partition_data &> &, hpx::execution::experimental::any_sender<partition_data &> &>, (lambda at /home/extended/hpx/examples/1d_stencil/1d_stencil_4_parallel_any_sender.cpp:188:29)>, partition_data &>::any_sender_impl<hpx::execution::experimental::detail::then_sender<hpx::execution::experimental::detail::when_all_sender<hpx::execution::experimental::any_sender<partition_data &> &, hpx::execution::experimental::any_sender<partition_data &> &, hpx::execution::experimental::any_sender<partition_data &> &>, (lambda at /home/extended/hpx/examples/1d_stencil/1d_stencil_4_parallel_any_sender.cpp:188:29)>, void>' requested here
  307. heap_storage = new Impl(HPX_FORWARD(Ts, ts)...);
  308. ^
  309. /home/extended/hpx/libs/core/execution_base/include/hpx/execution_base/any_sender.hpp:826:30: note: in instantiation of function template specialization 'hpx::detail::movable_sbo_storage<hpx::execution::experimental::detail::any_sender_base<partition_data &>, 32, 8>::store<hpx::execution::experimental::detail::any_sender_impl<hpx::execution::experimental::detail::then_sender<hpx::execution::experimental::detail::when_all_sender<hpx::execution::experimental::any_sender<partition_data &> &, hpx::execution::experimental::any_sender<partition_data &> &, hpx::execution::experimental::any_sender<partition_data &> &>, (lambda at /home/extended/hpx/examples/1d_stencil/1d_stencil_4_parallel_any_sender.cpp:188:29)>, partition_data &>, hpx::execution::experimental::detail::then_sender<hpx::execution::experimental::detail::when_all_sender<hpx::execution::experimental::any_sender<partition_data &> &, hpx::execution::experimental::any_sender<partition_data &> &, hpx::execution::experimental::any_sender<partition_data &> &>, (lambda at /home/extended/hpx/examples/1d_stencil/1d_stencil_4_parallel_any_sender.cpp:188:29)>>' requested here
  310. storage.template store<impl_type<Sender>>(
  311. ^
  312. /home/extended/hpx/examples/1d_stencil/1d_stencil_4_parallel_any_sender.cpp:184:36: note: in instantiation of function template specialization 'hpx::execution::experimental::any_sender<partition_data &>::operator=<hpx::execution::experimental::detail::then_sender<hpx::execution::experimental::detail::when_all_sender<hpx::execution::experimental::any_sender<partition_data &> &, hpx::execution::experimental::any_sender<partition_data &> &, hpx::execution::experimental::any_sender<partition_data &> &>, (lambda at /home/extended/hpx/examples/1d_stencil/1d_stencil_4_parallel_any_sender.cpp:188:29)>, void>' requested here
  313. current_sender =
  314. ^
  315. /home/extended/hpx/libs/core/execution/include/hpx/execution/algorithms/when_all.hpp:412:17: note: candidate constructor not viable: no known conversion from 'operation_state<[...], hpx::execution::experimental::detail::when_all_sender<hpx::execution::experimental::any_sender<partition_data &> &, hpx::execution::experimental::any_sender<partition_data &> &, hpx::execution::experimental::any_sender<partition_data &> &>::senders_type &, [...]>' to 'operation_state<[...], hpx::util::member_pack<hpx::util::pack_c<unsigned long, 0, 1, 2>, hpx::execution::experimental::any_sender<partition_data &>, hpx::execution::experimental::any_sender<partition_data &>, hpx::execution::experimental::any_sender<partition_data &>> &&, [...]>' for 1st argument
  316. operation_state(operation_state&&) = delete;
  317. ^
  318. /home/extended/hpx/libs/core/execution/include/hpx/execution/algorithms/when_all.hpp:414:17: note: candidate constructor not viable: no known conversion from 'operation_state<[...], hpx::execution::experimental::detail::when_all_sender<hpx::execution::experimental::any_sender<partition_data &> &, hpx::execution::experimental::any_sender<partition_data &> &, hpx::execution::experimental::any_sender<partition_data &> &>::senders_type &, [...]>' to 'const operation_state<[...], hpx::util::member_pack<hpx::util::pack_c<unsigned long, 0, 1, 2>, hpx::execution::experimental::any_sender<partition_data &>, hpx::execution::experimental::any_sender<partition_data &>, hpx::execution::experimental::any_sender<partition_data &>> &&, [...]>' for 1st argument
  319. operation_state(operation_state const&) = delete;
  320. ^
  321. /home/extended/hpx/libs/core/execution/include/hpx/execution/algorithms/when_all.hpp:399:17: note: candidate constructor template not viable: requires 2 arguments, but 1 was provided
  322. operation_state(Receiver_&& receiver, SendersPack_&& senders)
  323. ^
  324. /home/extended/hpx/libs/core/execution/include/hpx/execution/algorithms/when_all.hpp:303:21: error: call to implicitly-deleted copy constructor of 'hpx::execution::experimental::detail::when_all_sender<hpx::execution::experimental::any_sender<partition_data &> &, hpx::execution::experimental::any_sender<partition_data &> &, hpx::execution::experimental::any_sender<partition_data &> &>::operation_state<hpx::execution::experimental::detail::then_receiver<hpx::execution::experimental::detail::any_receiver<partition_data &>, (lambda at /home/extended/hpx/examples/1d_stencil/1d_stencil_4_parallel_any_sender.cpp:188:29)>, hpx::util::member_pack<hpx::util::pack_c<unsigned long, 0, 1, 2>, hpx::execution::experimental::any_sender<partition_data &>, hpx::execution::experimental::any_sender<partition_data &>, hpx::execution::experimental::any_sender<partition_data &>> &, 0>::receiver_type' (aka 'hpx::execution::experimental::detail::then_receiver<hpx::execution::experimental::detail::any_receiver<partition_data &>, (lambda at /home/extended/hpx/examples/1d_stencil/1d_stencil_4_parallel_any_sender.cpp:188:29)>')
  325. : receiver(HPX_FORWARD(Receiver_, receiver))
  326. ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  327. /home/extended/hpx/libs/core/execution/include/hpx/execution/algorithms/when_all.hpp:400:21: note: in instantiation of function template specialization 'hpx::execution::experimental::detail::when_all_sender<hpx::execution::experimental::any_sender<partition_data &> &, hpx::execution::experimental::any_sender<partition_data &> &, hpx::execution::experimental::any_sender<partition_data &> &>::operation_state<hpx::execution::experimental::detail::then_receiver<hpx::execution::experimental::detail::any_receiver<partition_data &>, (lambda at /home/extended/hpx/examples/1d_stencil/1d_stencil_4_parallel_any_sender.cpp:188:29)>, hpx::util::member_pack<hpx::util::pack_c<unsigned long, 0, 1, 2>, hpx::execution::experimental::any_sender<partition_data &>, hpx::execution::experimental::any_sender<partition_data &>, hpx::execution::experimental::any_sender<partition_data &>> &, 0>::operation_state<hpx::execution::experimental::detail::then_receiver<hpx::execution::experimental::detail::any_receiver<partition_data &>, (lambda at /home/extended/hpx/examples/1d_stencil/1d_stencil_4_parallel_any_sender.cpp:188:29)> &, hpx::util::member_pack<hpx::util::pack_c<unsigned long, 0, 1, 2>, hpx::execution::experimental::any_sender<partition_data &>, hpx::execution::experimental::any_sender<partition_data &>, hpx::execution::experimental::any_sender<partition_data &>> &>' requested here
  328. : base_type(HPX_FORWARD(Receiver_, receiver),
  329. ^
  330. /home/extended/hpx/libs/core/execution/include/hpx/execution/algorithms/when_all.hpp:400:21: note: in instantiation of function template specialization 'hpx::execution::experimental::detail::when_all_sender<hpx::execution::experimental::any_sender<partition_data &> &, hpx::execution::experimental::any_sender<partition_data &> &, hpx::execution::experimental::any_sender<partition_data &> &>::operation_state<hpx::execution::experimental::detail::then_receiver<hpx::execution::experimental::detail::any_receiver<partition_data &>, (lambda at /home/extended/hpx/examples/1d_stencil/1d_stencil_4_parallel_any_sender.cpp:188:29)>, hpx::util::member_pack<hpx::util::pack_c<unsigned long, 0, 1, 2>, hpx::execution::experimental::any_sender<partition_data &>, hpx::execution::experimental::any_sender<partition_data &>, hpx::execution::experimental::any_sender<partition_data &>> &, 1>::operation_state<hpx::execution::experimental::detail::then_receiver<hpx::execution::experimental::detail::any_receiver<partition_data &>, (lambda at /home/extended/hpx/examples/1d_stencil/1d_stencil_4_parallel_any_sender.cpp:188:29)> &, hpx::util::member_pack<hpx::util::pack_c<unsigned long, 0, 1, 2>, hpx::execution::experimental::any_sender<partition_data &>, hpx::execution::experimental::any_sender<partition_data &>, hpx::execution::experimental::any_sender<partition_data &>> &>' requested here
  331. /home/extended/hpx/libs/core/execution/include/hpx/execution/algorithms/when_all.hpp:461:24: note: in instantiation of function template specialization 'hpx::execution::experimental::detail::when_all_sender<hpx::execution::experimental::any_sender<partition_data &> &, hpx::execution::experimental::any_sender<partition_data &> &, hpx::execution::experimental::any_sender<partition_data &> &>::operation_state<hpx::execution::experimental::detail::then_receiver<hpx::execution::experimental::detail::any_receiver<partition_data &>, (lambda at /home/extended/hpx/examples/1d_stencil/1d_stencil_4_parallel_any_sender.cpp:188:29)>, hpx::util::member_pack<hpx::util::pack_c<unsigned long, 0, 1, 2>, hpx::execution::experimental::any_sender<partition_data &>, hpx::execution::experimental::any_sender<partition_data &>, hpx::execution::experimental::any_sender<partition_data &>> &, 2>::operation_state<hpx::execution::experimental::detail::then_receiver<hpx::execution::experimental::detail::any_receiver<partition_data &>, (lambda at /home/extended/hpx/examples/1d_stencil/1d_stencil_4_parallel_any_sender.cpp:188:29)> &, hpx::util::member_pack<hpx::util::pack_c<unsigned long, 0, 1, 2>, hpx::execution::experimental::any_sender<partition_data &>, hpx::execution::experimental::any_sender<partition_data &>, hpx::execution::experimental::any_sender<partition_data &>> &>' requested here
  332. return operation_state<Receiver, senders_type&,
  333. ^
  334. /home/extended/hpx/libs/core/execution_base/include/hpx/execution_base/any_sender.hpp:216:36: note: in instantiation of function template specialization 'hpx::execution::experimental::detail::any_operation_state_impl<hpx::execution::experimental::detail::then_sender<hpx::execution::experimental::detail::when_all_sender<hpx::execution::experimental::any_sender<partition_data &> &, hpx::execution::experimental::any_sender<partition_data &> &, hpx::execution::experimental::any_sender<partition_data &> &>, (lambda at /home/extended/hpx/examples/1d_stencil/1d_stencil_4_parallel_any_sender.cpp:188:29)> &, hpx::execution::experimental::detail::any_receiver<partition_data &>>::any_operation_state_impl<hpx::execution::experimental::detail::then_sender<hpx::execution::experimental::detail::when_all_sender<hpx::execution::experimental::any_sender<partition_data &> &, hpx::execution::experimental::any_sender<partition_data &> &, hpx::execution::experimental::any_sender<partition_data &> &>, (lambda at /home/extended/hpx/examples/1d_stencil/1d_stencil_4_parallel_any_sender.cpp:188:29)> &, hpx::execution::experimental::detail::any_receiver<partition_data &>>' requested here
  335. heap_storage = new Impl(HPX_FORWARD(Ts, ts)...);
  336. ^
  337. /home/extended/hpx/libs/core/execution_base/include/hpx/execution_base/any_sender.hpp:359:30: note: in instantiation of function template specialization 'hpx::detail::movable_sbo_storage<hpx::execution::experimental::detail::any_operation_state_base, 64, 8>::store<hpx::execution::experimental::detail::any_operation_state_impl<hpx::execution::experimental::detail::then_sender<hpx::execution::experimental::detail::when_all_sender<hpx::execution::experimental::any_sender<partition_data &> &, hpx::execution::experimental::any_sender<partition_data &> &, hpx::execution::experimental::any_sender<partition_data &> &>, (lambda at /home/extended/hpx/examples/1d_stencil/1d_stencil_4_parallel_any_sender.cpp:188:29)> &, hpx::execution::experimental::detail::any_receiver<partition_data &>>, hpx::execution::experimental::detail::then_sender<hpx::execution::experimental::detail::when_all_sender<hpx::execution::experimental::any_sender<partition_data &> &, hpx::execution::experimental::any_sender<partition_data &> &, hpx::execution::experimental::any_sender<partition_data &> &>, (lambda at /home/extended/hpx/examples/1d_stencil/1d_stencil_4_parallel_any_sender.cpp:188:29)> &, hpx::execution::experimental::detail::any_receiver<partition_data &>>' requested here
  338. storage.template store<impl_type<Sender, Receiver>>(
  339. ^
  340. /home/extended/hpx/libs/core/execution_base/include/hpx/execution_base/any_sender.hpp:680:20: note: in instantiation of function template specialization 'hpx::execution::experimental::detail::any_operation_state::any_operation_state<hpx::execution::experimental::detail::then_sender<hpx::execution::experimental::detail::when_all_sender<hpx::execution::experimental::any_sender<partition_data &> &, hpx::execution::experimental::any_sender<partition_data &> &, hpx::execution::experimental::any_sender<partition_data &> &>, (lambda at /home/extended/hpx/examples/1d_stencil/1d_stencil_4_parallel_any_sender.cpp:188:29)> &, hpx::execution::experimental::detail::any_receiver<partition_data &>>' requested here
  341. return any_operation_state{sender, HPX_MOVE(receiver)};
  342. ^
  343. /home/extended/hpx/libs/core/execution_base/include/hpx/execution_base/any_sender.hpp:657:18: note: in instantiation of member function 'hpx::execution::experimental::detail::any_sender_impl<hpx::execution::experimental::detail::then_sender<hpx::execution::experimental::detail::when_all_sender<hpx::execution::experimental::any_sender<partition_data &> &, hpx::execution::experimental::any_sender<partition_data &> &, hpx::execution::experimental::any_sender<partition_data &> &>, (lambda at /home/extended/hpx/examples/1d_stencil/1d_stencil_4_parallel_any_sender.cpp:188:29)>, partition_data &>::connect' requested here
  344. explicit any_sender_impl(Sender_&& sender)
  345. ^
  346. /home/extended/hpx/libs/core/execution_base/include/hpx/execution_base/any_sender.hpp:216:36: note: in instantiation of function template specialization 'hpx::execution::experimental::detail::any_sender_impl<hpx::execution::experimental::detail::then_sender<hpx::execution::experimental::detail::when_all_sender<hpx::execution::experimental::any_sender<partition_data &> &, hpx::execution::experimental::any_sender<partition_data &> &, hpx::execution::experimental::any_sender<partition_data &> &>, (lambda at /home/extended/hpx/examples/1d_stencil/1d_stencil_4_parallel_any_sender.cpp:188:29)>, partition_data &>::any_sender_impl<hpx::execution::experimental::detail::then_sender<hpx::execution::experimental::detail::when_all_sender<hpx::execution::experimental::any_sender<partition_data &> &, hpx::execution::experimental::any_sender<partition_data &> &, hpx::execution::experimental::any_sender<partition_data &> &>, (lambda at /home/extended/hpx/examples/1d_stencil/1d_stencil_4_parallel_any_sender.cpp:188:29)>, void>' requested here
  347. heap_storage = new Impl(HPX_FORWARD(Ts, ts)...);
  348. ^
  349. /home/extended/hpx/libs/core/execution_base/include/hpx/execution_base/any_sender.hpp:826:30: note: in instantiation of function template specialization 'hpx::detail::movable_sbo_storage<hpx::execution::experimental::detail::any_sender_base<partition_data &>, 32, 8>::store<hpx::execution::experimental::detail::any_sender_impl<hpx::execution::experimental::detail::then_sender<hpx::execution::experimental::detail::when_all_sender<hpx::execution::experimental::any_sender<partition_data &> &, hpx::execution::experimental::any_sender<partition_data &> &, hpx::execution::experimental::any_sender<partition_data &> &>, (lambda at /home/extended/hpx/examples/1d_stencil/1d_stencil_4_parallel_any_sender.cpp:188:29)>, partition_data &>, hpx::execution::experimental::detail::then_sender<hpx::execution::experimental::detail::when_all_sender<hpx::execution::experimental::any_sender<partition_data &> &, hpx::execution::experimental::any_sender<partition_data &> &, hpx::execution::experimental::any_sender<partition_data &> &>, (lambda at /home/extended/hpx/examples/1d_stencil/1d_stencil_4_parallel_any_sender.cpp:188:29)>>' requested here
  350. storage.template store<impl_type<Sender>>(
  351. ^
  352. /home/extended/hpx/examples/1d_stencil/1d_stencil_4_parallel_any_sender.cpp:184:36: note: in instantiation of function template specialization 'hpx::execution::experimental::any_sender<partition_data &>::operator=<hpx::execution::experimental::detail::then_sender<hpx::execution::experimental::detail::when_all_sender<hpx::execution::experimental::any_sender<partition_data &> &, hpx::execution::experimental::any_sender<partition_data &> &, hpx::execution::experimental::any_sender<partition_data &> &>, (lambda at /home/extended/hpx/examples/1d_stencil/1d_stencil_4_parallel_any_sender.cpp:188:29)>, void>' requested here
  353. current_sender =
  354. ^
  355. /home/extended/hpx/libs/core/execution/include/hpx/execution/algorithms/then.hpp:34:58: note: copy constructor of 'then_receiver<hpx::execution::experimental::detail::any_receiver<partition_data &>, (lambda at /home/extended/hpx/examples/1d_stencil/1d_stencil_4_parallel_any_sender.cpp:188:29)>' is implicitly deleted because field 'receiver' has a deleted copy constructor
  356. HPX_NO_UNIQUE_ADDRESS std::decay_t<Receiver> receiver;
  357. ^
  358. /home/extended/hpx/libs/core/execution_base/include/hpx/execution_base/any_sender.hpp:506:9: note: 'any_receiver' has been explicitly marked deleted here
  359. any_receiver(any_receiver const&) = delete;
  360. ^
  361. 4 errors generated.
  362. ninja: build stopped: subcommand failed.
  363.  
Add Comment
Please, Sign In to add comment