Searched refs:all_gather_test (Results 1 – 5 of 5) sorted by relevance
/third_party/boost/libs/mpi/test/python/ |
D | all_gather_test.py | 13 def all_gather_test(comm, generator, kind): function 23 all_gather_test(mpi.world, int_generator, "integers") 24 all_gather_test(mpi.world, gps_generator, "GPS positions") 25 all_gather_test(mpi.world, string_generator, "strings") 26 all_gather_test(mpi.world, string_list_generator, "list of strings")
|
/third_party/boost/libs/mpi/test/ |
D | all_gather_test.cpp | 29 all_gather_test(const mpi::communicator& comm, Generator generator, in all_gather_test() function 139 all_gather_test(comm, int_generator(), "integers"); in BOOST_AUTO_TEST_CASE() 140 all_gather_test(comm, gps_generator(), "GPS positions"); in BOOST_AUTO_TEST_CASE() 141 all_gather_test(comm, string_generator(), "string"); in BOOST_AUTO_TEST_CASE() 142 all_gather_test(comm, string_list_generator(), "list of strings"); in BOOST_AUTO_TEST_CASE()
|
D | Jamfile.v2 | 27 [ mpi-test all_gather_test : : : 1 2 11 ]
|
/third_party/boost/libs/mpi/doc/ |
D | getting_started.qbk | 182 So, assuming you launch the `all_gather_test` program with: 185 $mpiexec.hydra -np 4 all_gather_test
|
/third_party/boost/tools/build/src/tools/ |
D | mpi.jam | 45 # mpirun -np 4 all_gather_test
|