Home
last modified time | relevance | path

Searched refs:string_list_generator (Results 1 – 12 of 12) sorted by relevance

/third_party/boost/libs/mpi/test/python/
Dgather_test.py32 gather_test(mpi.world, string_list_generator, "list of strings", 0)
33 gather_test(mpi.world, string_list_generator, "list of strings", 1)
Dscatter_test.py36 scatter_test(mpi.world, string_list_generator, "list of strings", 0)
37 scatter_test(mpi.world, string_list_generator, "list of strings", 1)
Dgenerators.py19 def string_list_generator(p): function
Dall_gather_test.py26 all_gather_test(mpi.world, string_list_generator, "list of strings")
Dall_to_all_test.py31 all_to_all_test(mpi.world, string_list_generator, "list of strings")
Dscan_test.py30 scan_test(mpi.world, string_list_generator, "list of strings", lambda x,y:x + y, "concatenation")
Dall_reduce_test.py30 all_reduce_test(mpi.world, string_list_generator, "list of strings", lambda x,y:x + y, "concatenati…
Dreduce_test.py32 reduce_test(mpi.world, string_list_generator, "list of strings", lambda x,y:x + y, "concatenation",…
/third_party/boost/libs/mpi/test/
Dall_gather_test.cpp120 struct string_list_generator struct
142 all_gather_test(comm, string_list_generator(), "list of strings"); in BOOST_AUTO_TEST_CASE() argument
147 all_gatherv_test(comm, string_list_generator(), "list of strings"); in BOOST_AUTO_TEST_CASE()
Dscatter_test.cpp93 struct string_list_generator struct
222 scatter_test(comm, string_list_generator(), "list of strings"); in BOOST_AUTO_TEST_CASE()
227 scatterv_test(comm, string_list_generator(), "list of strings"); in BOOST_AUTO_TEST_CASE()
232 scatterd_test(comm, string_list_generator(), "list of strings"); in BOOST_AUTO_TEST_CASE()
Dgather_test.cpp136 struct string_list_generator struct
159 gather_test(comm, string_list_generator(), "list of strings"); in BOOST_AUTO_TEST_CASE() argument
164 gatherv_test(comm, string_list_generator(), "list of strings"); in BOOST_AUTO_TEST_CASE()
Dall_to_all_test.cpp89 struct string_list_generator struct
112 all_to_all_test(comm, string_list_generator(), "list of strings"); in BOOST_AUTO_TEST_CASE() argument