Home
last modified time | relevance | path

Searched refs:gps_generator (Results 1 – 9 of 9) sorted by relevance

/third_party/boost/libs/mpi/test/python/
Dgather_test.py28 gather_test(mpi.world, gps_generator, "GPS positions", 0)
29 gather_test(mpi.world, gps_generator, "GPS positions", 1)
Dscatter_test.py32 scatter_test(mpi.world, gps_generator, "GPS positions", 0)
33 scatter_test(mpi.world, gps_generator, "GPS positions", 1)
Dgenerators.py11 def gps_generator(p): function
Dall_gather_test.py24 all_gather_test(mpi.world, gps_generator, "GPS positions")
Dall_to_all_test.py29 all_to_all_test(mpi.world, gps_generator, "GPS positions")
/third_party/boost/libs/mpi/test/
Dall_gather_test.cpp97 struct gps_generator struct
140 all_gather_test(comm, gps_generator(), "GPS positions"); in BOOST_AUTO_TEST_CASE()
145 all_gatherv_test(comm, gps_generator(), "GPS positions"); in BOOST_AUTO_TEST_CASE()
Dscatter_test.cpp70 struct gps_generator struct
220 scatter_test(comm, gps_generator(), "GPS positions"); in BOOST_AUTO_TEST_CASE()
225 scatterv_test(comm, gps_generator(), "GPS positions"); in BOOST_AUTO_TEST_CASE()
230 scatterd_test(comm, gps_generator(), "GPS positions"); in BOOST_AUTO_TEST_CASE()
Dgather_test.cpp113 struct gps_generator struct
157 gather_test(comm, gps_generator(), "GPS positions"); in BOOST_AUTO_TEST_CASE()
162 gatherv_test(comm, gps_generator(), "GPS positions"); in BOOST_AUTO_TEST_CASE()
Dall_to_all_test.cpp66 struct gps_generator struct
110 all_to_all_test(comm, gps_generator(), "GPS positions"); in BOOST_AUTO_TEST_CASE()