Branch: refs/heads/release
  Home:   https://github.com/STEllAR-GROUP/hpx
  Commit: 6ead107c531025ca77ffde01f1e6329a0cd44e2b
      
https://github.com/STEllAR-GROUP/hpx/commit/6ead107c531025ca77ffde01f1e6329a0cd44e2b
  Author: Hartmut Kaiser <[email protected]>
  Date:   2021-01-22 (Fri, 22 Jan 2021)

  Changed paths:
    M libs/core/topology/include/hpx/topology/topology.hpp
    M libs/core/topology/src/topology.cpp

  Log Message:
  -----------
  Working around hwloc limitation on certain platforms

- on certain platforms (like BSD), hwloc doesn't correctly report the number of 
cores, use number of PUs instead


  Commit: a03b1ebb35ecf8792a533857f41235d588fa1dc0
      
https://github.com/STEllAR-GROUP/hpx/commit/a03b1ebb35ecf8792a533857f41235d588fa1dc0
  Author: Hartmut Kaiser <[email protected]>
  Date:   2021-01-26 (Tue, 26 Jan 2021)

  Changed paths:
    M libs/core/topology/src/topology.cpp

  Log Message:
  -----------
  Ignore failures when invoking hwloc_get_area_memlocation


  Commit: 05d7cba4a10cb0ddcf9ca7482153dabd33673cfb
      
https://github.com/STEllAR-GROUP/hpx/commit/05d7cba4a10cb0ddcf9ca7482153dabd33673cfb
  Author: Mikael Simberg <[email protected]>
  Date:   2021-01-27 (Wed, 27 Jan 2021)

  Changed paths:
    M 
libs/core/iterator_support/include/hpx/iterator_support/counting_iterator.hpp

  Log Message:
  -----------
  Mark counting_iterator member functions as HPX_HOST_DEVICE


  Commit: 25ca08e8a026ff597a7c36fc34047f8b43bec9e2
      
https://github.com/STEllAR-GROUP/hpx/commit/25ca08e8a026ff597a7c36fc34047f8b43bec9e2
  Author: Hartmut Kaiser <[email protected]>
  Date:   2021-01-28 (Thu, 28 Jan 2021)

  Changed paths:
    M .jenkins/lsu/env-clang-9.sh
    M libs/core/topology/CMakeLists.txt
    M libs/core/topology/src/topology.cpp

  Log Message:
  -----------
  Adding hwloc testing option (HPX_TOPOLOGY_WITH_ADDITIONAL_HWLOC_TESTING)


  Commit: 0b7c620ceaadbc1ebbb17a94fc7cc214fdead375
      
https://github.com/STEllAR-GROUP/hpx/commit/0b7c620ceaadbc1ebbb17a94fc7cc214fdead375
  Author: Hartmut Kaiser <[email protected]>
  Date:   2021-01-28 (Thu, 28 Jan 2021)

  Changed paths:
    M docs/joss_paper/paper.bib
    M docs/sphinx/manual/launching_and_configuring_hpx_applications.rst
    M docs/sphinx/releases/whats_new_0_9_6.rst
    M docs/sphinx/releases/whats_new_0_9_8.rst
    M docs/sphinx/releases/whats_new_0_9_9.rst
    M docs/sphinx/releases/whats_new_0_9_99.rst
    M docs/sphinx/releases/whats_new_1_0_0.rst
    M examples/quickstart/composable_guard.cpp
    M examples/spell_check/5desk.txt
    M 
libs/core/concurrency/include/hpx/concurrency/detail/contiguous_index_queue.hpp
    M libs/core/config/include/hpx/config.hpp
    M libs/full/collectives/src/create_communication_set.cpp
    M libs/full/program_options/include/hpx/program_options/parsers.hpp
    M libs/full/resiliency_distributed/examples/async_replay_distributed.cpp
    M libs/full/resiliency_distributed/examples/async_replicate_distributed.cpp
    M 
libs/full/resiliency_distributed/tests/performance/replay/1d_stencil_replay_distributed.cpp
    M 
libs/full/resiliency_distributed/tests/performance/replay/async_replay_distributed_validate.cpp
    M 
libs/full/resiliency_distributed/tests/performance/replicate/async_replicate_distributed.cpp
    M 
libs/full/resiliency_distributed/tests/performance/replicate/async_replicate_distributed_validate.cpp
    M 
libs/full/resiliency_distributed/tests/performance/replicate/async_replicate_distributed_vote.cpp
    M 
libs/full/resiliency_distributed/tests/performance/replicate/async_replicate_distributed_vote_validate.cpp
    M libs/parallelism/resiliency/examples/dataflow_replicate.cpp
    M plugins/parcelport/libfabric/receiver.hpp

  Log Message:
  -----------
  fixing spelling errors as reported by 
https://fossies.org/linux/test/hpx-master.7226dda.210127.tar.gz/codespell.html


  Commit: 4f1915585d4383afa3af66b2535d413a10f2f2a5
      
https://github.com/STEllAR-GROUP/hpx/commit/4f1915585d4383afa3af66b2535d413a10f2f2a5
  Author: Mikael Simberg <[email protected]>
  Date:   2021-01-29 (Fri, 29 Jan 2021)

  Changed paths:
    M 
libs/core/iterator_support/include/hpx/iterator_support/counting_iterator.hpp

  Log Message:
  -----------
  Merge pull request #5131 from msimberg/iterator-host-device

Mark counting_iterator member functions as HPX_HOST_DEVICE


  Commit: 545e769ee7539f30f9b9a47221fca86b566c0d98
      
https://github.com/STEllAR-GROUP/hpx/commit/545e769ee7539f30f9b9a47221fca86b566c0d98
  Author: Mikael Simberg <[email protected]>
  Date:   2021-01-29 (Fri, 29 Jan 2021)

  Changed paths:
    M docs/joss_paper/paper.bib
    M docs/sphinx/manual/launching_and_configuring_hpx_applications.rst
    M docs/sphinx/releases/whats_new_0_9_6.rst
    M docs/sphinx/releases/whats_new_0_9_8.rst
    M docs/sphinx/releases/whats_new_0_9_9.rst
    M docs/sphinx/releases/whats_new_0_9_99.rst
    M docs/sphinx/releases/whats_new_1_0_0.rst
    M examples/quickstart/composable_guard.cpp
    M examples/spell_check/5desk.txt
    M 
libs/core/concurrency/include/hpx/concurrency/detail/contiguous_index_queue.hpp
    M libs/core/config/include/hpx/config.hpp
    M libs/full/collectives/src/create_communication_set.cpp
    M libs/full/program_options/include/hpx/program_options/parsers.hpp
    M libs/full/resiliency_distributed/examples/async_replay_distributed.cpp
    M libs/full/resiliency_distributed/examples/async_replicate_distributed.cpp
    M 
libs/full/resiliency_distributed/tests/performance/replay/1d_stencil_replay_distributed.cpp
    M 
libs/full/resiliency_distributed/tests/performance/replay/async_replay_distributed_validate.cpp
    M 
libs/full/resiliency_distributed/tests/performance/replicate/async_replicate_distributed.cpp
    M 
libs/full/resiliency_distributed/tests/performance/replicate/async_replicate_distributed_validate.cpp
    M 
libs/full/resiliency_distributed/tests/performance/replicate/async_replicate_distributed_vote.cpp
    M 
libs/full/resiliency_distributed/tests/performance/replicate/async_replicate_distributed_vote_validate.cpp
    M libs/parallelism/resiliency/examples/dataflow_replicate.cpp
    M plugins/parcelport/libfabric/receiver.hpp

  Log Message:
  -----------
  Merge pull request #5132 from STEllAR-GROUP/fixing_4940

Fixing spelling errors


  Commit: f64a906f397cc6ec0a84c2c0168f6bd006722839
      
https://github.com/STEllAR-GROUP/hpx/commit/f64a906f397cc6ec0a84c2c0168f6bd006722839
  Author: Mikael Simberg <[email protected]>
  Date:   2021-01-29 (Fri, 29 Jan 2021)

  Changed paths:
    M .jenkins/lsu/env-clang-9.sh
    M libs/core/topology/CMakeLists.txt
    M libs/core/topology/include/hpx/topology/topology.hpp
    M libs/core/topology/src/topology.cpp

  Log Message:
  -----------
  Merge pull request #5121 from STEllAR-GROUP/fixing_5115

Working around hwloc limitation on certain platforms


  Commit: 8bc34b27edf00b7cc6b57dd58b25610560df744f
      
https://github.com/STEllAR-GROUP/hpx/commit/8bc34b27edf00b7cc6b57dd58b25610560df744f
  Author: Mikael Simberg <[email protected]>
  Date:   2021-01-29 (Fri, 29 Jan 2021)

  Changed paths:
    M .circleci/config.yml

  Log Message:
  -----------
  Make sure codespell checks run on CircleCI


  Commit: 0c0aaaebbbd095655ad9795ab7477f6863a7f3c4
      
https://github.com/STEllAR-GROUP/hpx/commit/0c0aaaebbbd095655ad9795ab7477f6863a7f3c4
  Author: Mikael Simberg <[email protected]>
  Date:   2021-01-29 (Fri, 29 Jan 2021)

  Changed paths:
    M .circleci/config.yml

  Log Message:
  -----------
  Merge pull request #5136 from msimberg/codespell-fix

Make sure codespell checks run on CircleCI


  Commit: dfc6367edef34f53cb42209a9fa41016a8711b39
      
https://github.com/STEllAR-GROUP/hpx/commit/dfc6367edef34f53cb42209a9fa41016a8711b39
  Author: Mikael Simberg <[email protected]>
  Date:   2021-01-29 (Fri, 29 Jan 2021)

  Changed paths:
    M libs/core/topology/CMakeLists.txt

  Log Message:
  -----------
  Format topology module CMakeLists.txt


  Commit: 6ee7a654264016fc08e54b7f64d55474fdcbdda8
      
https://github.com/STEllAR-GROUP/hpx/commit/6ee7a654264016fc08e54b7f64d55474fdcbdda8
  Author: Hartmut Kaiser <[email protected]>
  Date:   2021-01-29 (Fri, 29 Jan 2021)

  Changed paths:
    M components/performance_counters/memory/CMakeLists.txt
    M 
components/process/include/hpx/components/process/util/posix/initializers/inherit_env.hpp
    M examples/quickstart/CMakeLists.txt
    M libs/core/debugging/CMakeLists.txt
    A libs/core/debugging/include/hpx/debugging/environ.hpp
    M libs/core/debugging/src/print.cpp
    M libs/full/performance_counters/tests/regressions/CMakeLists.txt
    M libs/full/program_options/src/parsers.cpp
    M libs/full/runtime_local/src/custom_exception_info.cpp

  Log Message:
  -----------
  Fixing environment handling for FreeBSD

- flyby: disable memory perf counters for FreeBSD
- flyby: disable use of gethostname() on FreeBSD
- flyby: disable init_globally example on FreeBSD


  Commit: a885b84551e44e45491125d0dff3687a0cdff352
      
https://github.com/STEllAR-GROUP/hpx/commit/a885b84551e44e45491125d0dff3687a0cdff352
  Author: John Biddiscombe <[email protected]>
  Date:   2021-01-29 (Fri, 29 Jan 2021)

  Changed paths:
    M libs/core/schedulers/tests/unit/schedule_last.cpp
    M libs/full/compute/tests/unit/numa_allocator.cpp
    M libs/full/init_runtime/include/hpx/hpx_init_params.hpp
    M libs/full/init_runtime/src/hpx_init.cpp
    M libs/full/resource_partitioner/examples/CMakeLists.txt
    M libs/full/resource_partitioner/examples/guided_pool_test.cpp
    M 
libs/full/resource_partitioner/examples/oversubscribing_resource_partitioner.cpp
    M libs/full/resource_partitioner/examples/simple_resource_partitioner.cpp
    M 
libs/full/resource_partitioner/examples/simplest_resource_partitioner_2.cpp
    M libs/full/resource_partitioner/tests/unit/named_pool_executor.cpp
    M tests/unit/resource/cross_pool_injection.cpp
    M tests/unit/resource/scheduler_binding_check.cpp
    M tests/unit/resource/shutdown_suspended_pus.cpp
    M tests/unit/resource/suspend_disabled.cpp
    M tests/unit/resource/suspend_pool.cpp
    M tests/unit/resource/suspend_pool_external.cpp
    M tests/unit/resource/suspend_runtime.cpp
    M tests/unit/resource/suspend_thread.cpp
    M tests/unit/resource/suspend_thread_external.cpp

  Log Message:
  -----------
  Add program options variable map to resource partitioner init

Passing the variables map to the init callback for the resource
partitioner makes passing of options like "--pool-threads" more
straightforward than some of the alternatives such as parsing
the command-line twice.

Some of the examples/tests that use the resource partitioner
had copy/pasted a bunch of init from some very early tests and
some cleanup/simplication has been made, but not to all tests
so far.


  Commit: 542d3d332e289580328fa460a38ba691e2735105
      
https://github.com/STEllAR-GROUP/hpx/commit/542d3d332e289580328fa460a38ba691e2735105
  Author: Hartmut Kaiser <[email protected]>
  Date:   2021-01-29 (Fri, 29 Jan 2021)

  Changed paths:
    M libs/core/topology/CMakeLists.txt

  Log Message:
  -----------
  Fixing parameter sequencing problem in topology/CMakeLists.txt


  Commit: 072961458da3dc2a81244f03dfd5f74e9f45049b
      
https://github.com/STEllAR-GROUP/hpx/commit/072961458da3dc2a81244f03dfd5f74e9f45049b
  Author: John Biddiscombe <[email protected]>
  Date:   2021-01-30 (Sat, 30 Jan 2021)

  Changed paths:
    M libs/core/schedulers/tests/unit/schedule_last.cpp
    M libs/full/compute/tests/unit/numa_allocator.cpp
    M libs/full/init_runtime/include/hpx/hpx_init_params.hpp
    M libs/full/resource_partitioner/examples/guided_pool_test.cpp
    M 
libs/full/resource_partitioner/examples/oversubscribing_resource_partitioner.cpp
    M libs/full/resource_partitioner/examples/simple_resource_partitioner.cpp
    M 
libs/full/resource_partitioner/examples/simplest_resource_partitioner_2.cpp
    M libs/full/resource_partitioner/tests/unit/named_pool_executor.cpp
    M tests/unit/resource/cross_pool_injection.cpp
    M tests/unit/resource/scheduler_binding_check.cpp
    M tests/unit/resource/shutdown_suspended_pus.cpp
    M tests/unit/resource/suspend_disabled.cpp
    M tests/unit/resource/suspend_pool.cpp
    M tests/unit/resource/suspend_pool_external.cpp
    M tests/unit/resource/suspend_runtime.cpp
    M tests/unit/resource/suspend_thread.cpp
    M tests/unit/resource/suspend_thread_external.cpp

  Log Message:
  -----------
  Fix warning and convert West const -> const East


  Commit: 09792e6175fd657471f16ec68431297ee90fd6e7
      
https://github.com/STEllAR-GROUP/hpx/commit/09792e6175fd657471f16ec68431297ee90fd6e7
  Author: John Biddiscombe <[email protected]>
  Date:   2021-01-30 (Sat, 30 Jan 2021)

  Changed paths:
    M tools/pre-commit

  Log Message:
  -----------
  Fix path problem in pre-commit hook, add summary commit line

To use this file execute
cp tools/pre-commit .git/hooks/pre-commit

The pre-commit hook failed to work properly if a file in the
root dir was changed as the relative path was passed an empty
string. Fix that by quoting the path.

Add an extra line to the output to summarize the file changes
into a new commit line so that after fixing format errors
it is easy to commit the fixed files.


  Commit: 13f2a473f977e6f66406dc05ddaef41569f354a7
      
https://github.com/STEllAR-GROUP/hpx/commit/13f2a473f977e6f66406dc05ddaef41569f354a7
  Author: Hartmut Kaiser <[email protected]>
  Date:   2021-01-30 (Sat, 30 Jan 2021)

  Changed paths:
    M libs/full/resource_partitioner/examples/guided_pool_test.cpp

  Log Message:
  -----------
  Fixing unused parameter warning


  Commit: b60bbffb9968d739cd36f8027cf19ac2ec931010
      
https://github.com/STEllAR-GROUP/hpx/commit/b60bbffb9968d739cd36f8027cf19ac2ec931010
  Author: Hartmut Kaiser <[email protected]>
  Date:   2021-01-30 (Sat, 30 Jan 2021)

  Changed paths:
    M tools/pre-commit

  Log Message:
  -----------
  Fixing spelling


  Commit: 60e653d8f3f98768192a0d5ad0b942f949c2d5e6
      
https://github.com/STEllAR-GROUP/hpx/commit/60e653d8f3f98768192a0d5ad0b942f949c2d5e6
  Author: Hartmut Kaiser <[email protected]>
  Date:   2021-01-30 (Sat, 30 Jan 2021)

  Changed paths:
    M components/performance_counters/memory/CMakeLists.txt
    M 
components/process/include/hpx/components/process/util/posix/initializers/inherit_env.hpp
    M examples/quickstart/CMakeLists.txt
    M libs/core/debugging/CMakeLists.txt
    A libs/core/debugging/include/hpx/debugging/environ.hpp
    M libs/core/debugging/src/print.cpp
    M libs/full/performance_counters/tests/regressions/CMakeLists.txt
    M libs/full/program_options/src/parsers.cpp
    M libs/full/runtime_local/src/custom_exception_info.cpp

  Log Message:
  -----------
  Merge pull request #5128 from STEllAR-GROUP/fixing_freebsd

Fixing environment handling for FreeBSD


  Commit: 565100413c00962c730fd548bfff9d30f8e7a922
      
https://github.com/STEllAR-GROUP/hpx/commit/565100413c00962c730fd548bfff9d30f8e7a922
  Author: John Biddiscombe <[email protected]>
  Date:   2021-01-30 (Sat, 30 Jan 2021)

  Changed paths:
    M libs/full/threadmanager/src/threadmanager.cpp

  Log Message:
  -----------
  Use SET mode instead of ADD mode on scheduler init

The mode flags were being added to default instead of
replacing them when the pool/scheduler is first created,
this led to some unexpected behaviour at runtime.


  Commit: 23c5d7631b08e20dd7efbfe1ff8306ed0d290857
      
https://github.com/STEllAR-GROUP/hpx/commit/23c5d7631b08e20dd7efbfe1ff8306ed0d290857
  Author: John Biddiscombe <[email protected]>
  Date:   2021-01-30 (Sat, 30 Jan 2021)

  Changed paths:
    M libs/core/threading_base/src/scheduler_base.cpp

  Log Message:
  -----------
  Skip some code when idle mode is not enabled


  Commit: 0101db9d1f9ab15111106d5da43578ee5d296aca
      
https://github.com/STEllAR-GROUP/hpx/commit/0101db9d1f9ab15111106d5da43578ee5d296aca
  Author: Hartmut Kaiser <[email protected]>
  Date:   2021-01-31 (Sun, 31 Jan 2021)

  Changed paths:
    M tools/pre-commit

  Log Message:
  -----------
  Merge pull request #5139 from STEllAR-GROUP/hooks

Fix path problem in pre-commit hook, add summary commit line


  Commit: 24825ec7175b9fe824d30c0eea8faa328ea05b11
      
https://github.com/STEllAR-GROUP/hpx/commit/24825ec7175b9fe824d30c0eea8faa328ea05b11
  Author: Mikael Simberg <[email protected]>
  Date:   2021-02-01 (Mon, 01 Feb 2021)

  Changed paths:
    M libs/core/threading_base/src/scheduler_base.cpp
    M libs/full/threadmanager/src/threadmanager.cpp

  Log Message:
  -----------
  Merge pull request #5140 from STEllAR-GROUP/scheduler_mode

Scheduler mode


  Commit: f31505e07b50c6590297fcf7812c8f30224299a6
      
https://github.com/STEllAR-GROUP/hpx/commit/f31505e07b50c6590297fcf7812c8f30224299a6
  Author: Mikael Simberg <[email protected]>
  Date:   2021-02-01 (Mon, 01 Feb 2021)

  Changed paths:
    M tests/regressions/threads/CMakeLists.txt

  Log Message:
  -----------
  Attempt to avoid timeouts in block_os_threads_1036 test

When running tests in parallel the the block_os_threads_1036 may take
significantly longer to complete. Testing to see if disallowing it to
run in parallel improves the rate of timeouts.


  Commit: 725a7ccc928d625d6c8ba9be338521e56f9afdbb
      
https://github.com/STEllAR-GROUP/hpx/commit/725a7ccc928d625d6c8ba9be338521e56f9afdbb
  Author: Mikael Simberg <[email protected]>
  Date:   2021-02-02 (Tue, 02 Feb 2021)

  Changed paths:
    M libs/full/resource_partitioner/examples/guided_pool_test.cpp

  Log Message:
  -----------
  Fix formatting in guided pool test


  Commit: 74e2bb93cc3b7fbe80617d6e9e9c23a4a81e7821
      
https://github.com/STEllAR-GROUP/hpx/commit/74e2bb93cc3b7fbe80617d6e9e9c23a4a81e7821
  Author: Mikael Simberg <[email protected]>
  Date:   2021-02-02 (Tue, 02 Feb 2021)

  Changed paths:
    M libs/core/schedulers/tests/unit/schedule_last.cpp
    M libs/full/compute/tests/unit/numa_allocator.cpp
    M libs/full/init_runtime/include/hpx/hpx_init_params.hpp
    M libs/full/init_runtime/src/hpx_init.cpp
    M libs/full/resource_partitioner/examples/CMakeLists.txt
    M libs/full/resource_partitioner/examples/guided_pool_test.cpp
    M 
libs/full/resource_partitioner/examples/oversubscribing_resource_partitioner.cpp
    M libs/full/resource_partitioner/examples/simple_resource_partitioner.cpp
    M 
libs/full/resource_partitioner/examples/simplest_resource_partitioner_2.cpp
    M libs/full/resource_partitioner/tests/unit/named_pool_executor.cpp
    M tests/unit/resource/cross_pool_injection.cpp
    M tests/unit/resource/scheduler_binding_check.cpp
    M tests/unit/resource/shutdown_suspended_pus.cpp
    M tests/unit/resource/suspend_disabled.cpp
    M tests/unit/resource/suspend_pool.cpp
    M tests/unit/resource/suspend_pool_external.cpp
    M tests/unit/resource/suspend_runtime.cpp
    M tests/unit/resource/suspend_thread.cpp
    M tests/unit/resource/suspend_thread_external.cpp

  Log Message:
  -----------
  Merge pull request #5138 from STEllAR-GROUP/resource_partitioner

Add program options variable map to resource partitioner init


  Commit: 06d4ab68a0d87d8f30096d5f4d95429b3f87d2e3
      
https://github.com/STEllAR-GROUP/hpx/commit/06d4ab68a0d87d8f30096d5f4d95429b3f87d2e3
  Author: Mikael Simberg <[email protected]>
  Date:   2021-02-03 (Wed, 03 Feb 2021)

  Changed paths:
    M .circleci/config.yml
    M .jenkins/lsu/env-clang-9.sh
    M components/performance_counters/memory/CMakeLists.txt
    M 
components/process/include/hpx/components/process/util/posix/initializers/inherit_env.hpp
    M docs/joss_paper/paper.bib
    M docs/sphinx/manual/launching_and_configuring_hpx_applications.rst
    M docs/sphinx/releases/whats_new_0_9_6.rst
    M docs/sphinx/releases/whats_new_0_9_8.rst
    M docs/sphinx/releases/whats_new_0_9_9.rst
    M docs/sphinx/releases/whats_new_0_9_99.rst
    M docs/sphinx/releases/whats_new_1_0_0.rst
    M examples/quickstart/CMakeLists.txt
    M examples/quickstart/composable_guard.cpp
    M examples/spell_check/5desk.txt
    M 
libs/core/concurrency/include/hpx/concurrency/detail/contiguous_index_queue.hpp
    M libs/core/config/include/hpx/config.hpp
    M libs/core/debugging/CMakeLists.txt
    A libs/core/debugging/include/hpx/debugging/environ.hpp
    M libs/core/debugging/src/print.cpp
    M 
libs/core/iterator_support/include/hpx/iterator_support/counting_iterator.hpp
    M libs/core/schedulers/tests/unit/schedule_last.cpp
    M libs/core/threading_base/src/scheduler_base.cpp
    M libs/core/topology/CMakeLists.txt
    M libs/core/topology/include/hpx/topology/topology.hpp
    M libs/core/topology/src/topology.cpp
    M libs/full/collectives/src/create_communication_set.cpp
    M libs/full/compute/tests/unit/numa_allocator.cpp
    M libs/full/init_runtime/include/hpx/hpx_init_params.hpp
    M libs/full/init_runtime/src/hpx_init.cpp
    M libs/full/performance_counters/tests/regressions/CMakeLists.txt
    M libs/full/program_options/include/hpx/program_options/parsers.hpp
    M libs/full/program_options/src/parsers.cpp
    M libs/full/resiliency_distributed/examples/async_replay_distributed.cpp
    M libs/full/resiliency_distributed/examples/async_replicate_distributed.cpp
    M 
libs/full/resiliency_distributed/tests/performance/replay/1d_stencil_replay_distributed.cpp
    M 
libs/full/resiliency_distributed/tests/performance/replay/async_replay_distributed_validate.cpp
    M 
libs/full/resiliency_distributed/tests/performance/replicate/async_replicate_distributed.cpp
    M 
libs/full/resiliency_distributed/tests/performance/replicate/async_replicate_distributed_validate.cpp
    M 
libs/full/resiliency_distributed/tests/performance/replicate/async_replicate_distributed_vote.cpp
    M 
libs/full/resiliency_distributed/tests/performance/replicate/async_replicate_distributed_vote_validate.cpp
    M libs/full/resource_partitioner/examples/CMakeLists.txt
    M libs/full/resource_partitioner/examples/guided_pool_test.cpp
    M 
libs/full/resource_partitioner/examples/oversubscribing_resource_partitioner.cpp
    M libs/full/resource_partitioner/examples/simple_resource_partitioner.cpp
    M 
libs/full/resource_partitioner/examples/simplest_resource_partitioner_2.cpp
    M libs/full/resource_partitioner/tests/unit/named_pool_executor.cpp
    M libs/full/runtime_local/src/custom_exception_info.cpp
    M libs/full/threadmanager/src/threadmanager.cpp
    M libs/parallelism/resiliency/examples/dataflow_replicate.cpp
    M plugins/parcelport/libfabric/receiver.hpp
    M tests/regressions/threads/CMakeLists.txt
    M tests/unit/resource/cross_pool_injection.cpp
    M tests/unit/resource/scheduler_binding_check.cpp
    M tests/unit/resource/shutdown_suspended_pus.cpp
    M tests/unit/resource/suspend_disabled.cpp
    M tests/unit/resource/suspend_pool.cpp
    M tests/unit/resource/suspend_pool_external.cpp
    M tests/unit/resource/suspend_runtime.cpp
    M tests/unit/resource/suspend_thread.cpp
    M tests/unit/resource/suspend_thread_external.cpp
    M tools/pre-commit

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/master' into release


Compare: 
https://github.com/STEllAR-GROUP/hpx/compare/a2ca685bfbf9...06d4ab68a0d8
_______________________________________________
hpx-commits mailing list
[email protected]
https://mail.cct.lsu.edu/mailman/listinfo/hpx-commits

Reply via email to