Branch: refs/heads/resource_partitioner
  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.


_______________________________________________
hpx-commits mailing list
[email protected]
https://mail.cct.lsu.edu/mailman/listinfo/hpx-commits

Reply via email to