Searched refs:nonblocking_tests (Results 1 – 1 of 1) sorted by relevance
/third_party/boost/libs/mpi/test/ |
D | nonblocking_test.cpp | 49 nonblocking_tests( const communicator& comm, const T* values, int num_values, in nonblocking_tests() function 231 nonblocking_tests(comm, int_array, 3, "integers", false); in BOOST_AUTO_TEST_CASE() 237 nonblocking_tests(comm, gps_array, 2, "gps positions", false); in BOOST_AUTO_TEST_CASE() 240 nonblocking_tests(comm, string_array, 2, "strings", true); in BOOST_AUTO_TEST_CASE() 246 nonblocking_tests(comm, &lst_of_strings, 1, "list of strings", true); in BOOST_AUTO_TEST_CASE()
|