Branch: refs/heads/remove_boost_throw_exception
  Home:   https://github.com/STEllAR-GROUP/hpx
  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: a08fd6594628e3ddf7e14443a37b1ed9f6fa41df
      
https://github.com/STEllAR-GROUP/hpx/commit/a08fd6594628e3ddf7e14443a37b1ed9f6fa41df
  Author: Hartmut Kaiser <[email protected]>
  Date:   2021-02-02 (Tue, 02 Feb 2021)

  Changed paths:
    M .circleci/config.yml
    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/core/schedulers/tests/unit/schedule_last.cpp
    M libs/core/threading_base/src/scheduler_base.cpp
    M libs/core/topology/CMakeLists.txt
    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/src/parsers.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 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 branch 'master' into remove_boost_throw_exception


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

Reply via email to