Home
last modified time | relevance | path

Searched refs:scatter_test (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/libs/mpi/test/python/
Dscatter_test.py13 def scatter_test(comm, generator, kind, root): function
30 scatter_test(mpi.world, int_generator, "integers", 0)
31 scatter_test(mpi.world, int_generator, "integers", 1)
32 scatter_test(mpi.world, gps_generator, "GPS positions", 0)
33 scatter_test(mpi.world, gps_generator, "GPS positions", 1)
34 scatter_test(mpi.world, string_generator, "strings", 0)
35 scatter_test(mpi.world, string_generator, "strings", 1)
36 scatter_test(mpi.world, string_list_generator, "list of strings", 0)
37 scatter_test(mpi.world, string_list_generator, "list of strings", 1)
/third_party/boost/libs/mpi/test/
Dscatter_test.cpp26 scatter_test(const communicator& comm, Generator generator, in scatter_test() function
33 scatter_test(comm, generator, kind, root); in scatter_test()
219 scatter_test(comm, int_generator(), "integers"); in BOOST_AUTO_TEST_CASE()
220 scatter_test(comm, gps_generator(), "GPS positions"); in BOOST_AUTO_TEST_CASE()
221 scatter_test(comm, string_generator(), "string"); in BOOST_AUTO_TEST_CASE()
222 scatter_test(comm, string_list_generator(), "list of strings"); in BOOST_AUTO_TEST_CASE()
DJamfile.v244 [ mpi-test scatter_test ]