Home
last modified time | relevance | path

Searched defs:localities (Results 1 – 25 of 173) sorted by relevance

1234567

/dports/devel/spark/spark-2.1.1/yarn/src/test/scala/org/apache/spark/deploy/yarn/
H A DContainerPlacementStrategySuite.scala50 val localities = handler.containerPlacementStrategy.localityOfRequestedContainers( constant
73 val localities = handler.containerPlacementStrategy.localityOfRequestedContainers( constant
94 val localities = handler.containerPlacementStrategy.localityOfRequestedContainers( constant
114 val localities = handler.containerPlacementStrategy.localityOfRequestedContainers( constant
128 val localities = handler.containerPlacementStrategy.localityOfRequestedContainers( constant
147 val localities = handler.containerPlacementStrategy.localityOfRequestedContainers( constant
/dports/devel/hpx/hpx-1.2.1/tests/unit/parallel/segmented_algorithms/
H A Dpartitioned_vector_copy.cpp72 void copy_algo_tests_with_policy(std::size_t size, std::size_t localities, in copy_algo_tests_with_policy()
85 void copy_algo_tests_with_policy_async(std::size_t size, std::size_t localities, in copy_algo_tests_with_policy_async()
102 void copy_tests_with_policy(std::size_t size, std::size_t localities, in copy_tests_with_policy()
134 std::vector<hpx::id_type> localities = hpx::find_all_localities(); in copy_tests() local
H A Dpartitioned_vector_reduce.cpp70 void reduce_tests(std::vector<hpx::id_type> &localities) in reduce_tests()
80 std::vector<hpx::id_type> localities = hpx::find_all_localities(); in main() local
H A Dpartitioned_vector_move.cpp85 void move_algo_tests_with_policy(std::size_t size, std::size_t localities, in move_algo_tests_with_policy()
101 void move_algo_tests_with_policy_async(std::size_t size, std::size_t localities, in move_algo_tests_with_policy_async()
121 void move_tests_with_policy(std::size_t size, std::size_t localities, in move_tests_with_policy()
160 std::vector<hpx::id_type> localities = hpx::find_all_localities(); in move_tests() local
H A Dpartitioned_vector_transform_reduce.cpp90 void transform_reduce_tests(std::vector<hpx::id_type> &localities) in transform_reduce_tests()
109 std::vector<hpx::id_type> localities = hpx::find_all_localities(); in main() local
H A Dpartitioned_vector_for_each.cpp147 void for_each_tests(std::vector<hpx::id_type> &localities) in for_each_tests()
182 void for_each_n_tests(std::vector<hpx::id_type> &localities) in for_each_n_tests()
230 std::vector<hpx::id_type> localities = hpx::find_all_localities(); in main() local
H A Dpartitioned_vector_transform_binary3.cpp16 std::vector<hpx::id_type> localities = hpx::find_all_localities(); in main() local
H A Dpartitioned_vector_transform_binary1.cpp20 std::vector<hpx::id_type> localities = hpx::find_all_localities(); in main() local
H A Dpartitioned_vector_transform_binary2.cpp20 std::vector<hpx::id_type> localities = hpx::find_all_localities(); in main() local
H A Dpartitioned_vector_transform_binary.cpp16 std::vector<hpx::id_type> localities = hpx::find_all_localities(); in main() local
H A Dpartitioned_vector_transform_scan.cpp101 void transform_scan_tests(std::vector<hpx::id_type> &localities) in transform_scan_tests()
113 std::vector<hpx::id_type> localities = hpx::find_all_localities(); in main() local
H A Dpartitioned_vector_transform_scan2.cpp101 void transform_scan_tests(std::vector<hpx::id_type> &localities) in transform_scan_tests()
113 std::vector<hpx::id_type> localities = hpx::find_all_localities(); in main() local
H A Dpartitioned_vector_fill.cpp107 void fill_tests_with_policy(std::size_t size, std::size_t localities, in fill_tests_with_policy()
124 std::vector<hpx::id_type> localities = hpx::find_all_localities(); in fill_tests() local
H A Dpartitioned_vector_find.cpp91 void find_tests(std::vector<hpx::id_type>& localities) in find_tests()
130 std::vector<hpx::id_type> localities = hpx::find_all_localities(); in main() local
H A Dpartitioned_vector_find2.cpp91 void find_tests(std::vector<hpx::id_type> &localities) in find_tests()
130 std::vector<hpx::id_type> localities = hpx::find_all_localities(); in main() local
/dports/devel/hpx/hpx-1.2.1/cmake/templates/
H A Dhpxrun.py.in56 def run_none(cmd, localities, verbose): argument
70 def run_mpi(cmd, localities, verbose): argument
86 def run_srun(cmd, localities, verbose): argument
93 def run(cmd, runwrapper, localities, verbose): argument
/dports/devel/hpx/hpx-1.2.1/tests/unit/agas/
H A Dfind_clients_from_prefix.cpp65 std::vector<hpx::id_type> localities = hpx::find_all_localities(); in test_find_all_clients_from_basename() local
100 std::vector<hpx::id_type> localities = hpx::find_all_localities(); in test_find_clients_from_basename() local
142 std::vector<hpx::id_type> localities = hpx::find_all_localities(); in test_find_client_from_basename() local
H A Dfind_ids_from_prefix.cpp68 std::vector<hpx::id_type> localities = hpx::find_all_localities(); in test_find_all_ids_from_basename() local
107 std::vector<hpx::id_type> localities = hpx::find_all_localities(); in test_find_ids_from_basename() local
154 std::vector<hpx::id_type> localities = hpx::find_all_localities(); in test_find_id_from_basename() local
/dports/devel/hpx/hpx-1.2.1/tests/regressions/actions/
H A Dcomponent_action_move_semantics.cpp80 std::vector<hpx::naming::id_type> localities = hpx::find_all_localities(); in test_actions() local
185 std::vector<hpx::naming::id_type> localities = hpx::find_all_localities(); in test_direct_actions() local
/dports/devel/hpx/hpx-1.2.1/tests/performance/network/osu/
H A Dosu_scatter.cpp26 void scatter(std::vector<hpx::id_type> const & localities, in scatter()
71 std::vector<hpx::id_type> localities = hpx::find_all_localities(); in run_benchmark() local
/dports/devel/hpx/hpx-1.2.1/src/runtime/components/
H A Dbinpacking_distribution_policy.cpp88 std::vector<hpx::id_type> const& localities) in get_counter_values()
115 std::vector<hpx::id_type> const& localities) in get_best_locality()
/dports/x11-servers/xarcan/xarcan-0.6.0/hw/xquartz/bundle/
H A Dmeson.build22 localities = [ variable
/dports/x11-servers/xwayland-devel/xorg-xserver-xorg-server-21.0.99.1-177-g9e5a37961/hw/xquartz/bundle/
H A Dmeson.build20 localities = [ variable
/dports/devel/hpx/hpx-1.2.1/tests/unit/threads/
H A Dthread_stacksize_overflow.cpp37 std::vector<hpx::id_type> localities = hpx::find_all_localities(); in HPX_DECLARE_ACTION() local
/dports/devel/hpx/hpx-1.2.1/tests/unit/component/
H A Dnew_binpacking.cpp56 std::vector<hpx::id_type> localities = hpx::find_all_localities(); in test_binpacking_multiple() local
117 std::vector<hpx::id_type> localities = hpx::find_all_localities(); in test_binpacking_single() local

1234567