Searched refs:gps_generator (Results 1 – 9 of 9) sorted by relevance
/third_party/boost/libs/mpi/test/python/ |
D | gather_test.py | 28 gather_test(mpi.world, gps_generator, "GPS positions", 0) 29 gather_test(mpi.world, gps_generator, "GPS positions", 1)
|
D | scatter_test.py | 32 scatter_test(mpi.world, gps_generator, "GPS positions", 0) 33 scatter_test(mpi.world, gps_generator, "GPS positions", 1)
|
D | generators.py | 11 def gps_generator(p): function
|
D | all_gather_test.py | 24 all_gather_test(mpi.world, gps_generator, "GPS positions")
|
D | all_to_all_test.py | 29 all_to_all_test(mpi.world, gps_generator, "GPS positions")
|
/third_party/boost/libs/mpi/test/ |
D | all_gather_test.cpp | 97 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()
|
D | scatter_test.cpp | 70 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()
|
D | gather_test.cpp | 113 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()
|
D | all_to_all_test.cpp | 66 struct gps_generator struct 110 all_to_all_test(comm, gps_generator(), "GPS positions"); in BOOST_AUTO_TEST_CASE()
|