Branch: refs/heads/master
  Home:   https://github.com/STEllAR-GROUP/hpx
  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: 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: 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: 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


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

Reply via email to