/third_party/boost/libs/mpi/src/ |
D | environment.cpp | 71 BOOST_MPI_CHECK_RESULT(MPI_Init, (0, 0)); in environment() 89 BOOST_MPI_CHECK_RESULT(MPI_Init_thread, in environment() 107 BOOST_MPI_CHECK_RESULT(MPI_Init, (&argc, &argv)); in environment() 126 BOOST_MPI_CHECK_RESULT(MPI_Init_thread, in environment() 145 BOOST_MPI_CHECK_RESULT(MPI_Finalize, ()); in ~environment() 152 BOOST_MPI_CHECK_RESULT(MPI_Abort, (MPI_COMM_WORLD, errcode)); in abort() 158 BOOST_MPI_CHECK_RESULT(MPI_Initialized, (&flag)); in initialized() 165 BOOST_MPI_CHECK_RESULT(MPI_Finalized, (&flag)); in finalized() 175 BOOST_MPI_CHECK_RESULT(MPI_Comm_get_attr, in max_tag() 178 BOOST_MPI_CHECK_RESULT(MPI_Attr_get, in max_tag() [all …]
|
D | communicator.cpp | 31 BOOST_MPI_CHECK_RESULT(MPI_Comm_dup, (comm, &newcomm)); in communicator() 51 BOOST_MPI_CHECK_RESULT(MPI_Comm_create, in communicator() 60 BOOST_MPI_CHECK_RESULT(MPI_Comm_size, (MPI_Comm(*this), &size_)); in size() 67 BOOST_MPI_CHECK_RESULT(MPI_Comm_rank, (MPI_Comm(*this), &rank_)); in rank() 74 BOOST_MPI_CHECK_RESULT(MPI_Comm_group, ((MPI_Comm)*this, &gr)); in group() 80 BOOST_MPI_CHECK_RESULT(MPI_Send, in send() 88 BOOST_MPI_CHECK_RESULT(MPI_Recv, in recv() 100 BOOST_MPI_CHECK_RESULT(MPI_Iprobe, in iprobe() 110 BOOST_MPI_CHECK_RESULT(MPI_Probe, in probe() 117 BOOST_MPI_CHECK_RESULT(MPI_Barrier, (MPI_Comm(*this))); [all …]
|
D | group.cpp | 28 BOOST_MPI_CHECK_RESULT(MPI_Group_rank, (*group_ptr, &rank)); in rank() 41 BOOST_MPI_CHECK_RESULT(MPI_Group_size, (*group_ptr, &size)); in size() 48 BOOST_MPI_CHECK_RESULT(MPI_Group_compare, in operator ==() 56 BOOST_MPI_CHECK_RESULT(MPI_Group_union, in operator |() 64 BOOST_MPI_CHECK_RESULT(MPI_Group_intersection, in operator &() 72 BOOST_MPI_CHECK_RESULT(MPI_Group_difference, in operator -() 81 BOOST_MPI_CHECK_RESULT(MPI_Group_translate_ranks, in translate_ranks() 93 BOOST_MPI_CHECK_RESULT(MPI_Group_incl, in include() 101 BOOST_MPI_CHECK_RESULT(MPI_Group_excl, in exclude()
|
D | point_to_point.cpp | 37 BOOST_MPI_CHECK_RESULT(MPI_Send, in packed_archive_send() 44 BOOST_MPI_CHECK_RESULT(MPI_Send, in packed_archive_send() 48 BOOST_MPI_CHECK_RESULT(MPI_Send, in packed_archive_send() 79 BOOST_MPI_CHECK_RESULT(MPI_Mprobe, (source, tag, comm, &msg, &status)); in packed_archive_recv() 81 BOOST_MPI_CHECK_RESULT(MPI_Get_count, (&status, MPI_PACKED, &count)); in packed_archive_recv() 83 BOOST_MPI_CHECK_RESULT(MPI_Mrecv, (ar.address(), count, MPI_PACKED, &msg, &status)); in packed_archive_recv() 88 BOOST_MPI_CHECK_RESULT(MPI_Recv, in packed_archive_recv() 94 BOOST_MPI_CHECK_RESULT(MPI_Recv, in packed_archive_recv()
|
D | request.cpp | 32 BOOST_MPI_CHECK_RESULT(MPI_Isend, in make_bottom_send() 41 BOOST_MPI_CHECK_RESULT(MPI_Isend, in make_empty_send() 50 BOOST_MPI_CHECK_RESULT(MPI_Irecv, in make_bottom_recv() 59 BOOST_MPI_CHECK_RESULT(MPI_Irecv, in make_empty_recv() 70 BOOST_MPI_CHECK_RESULT(MPI_Isend, in make_packed_send() 81 BOOST_MPI_CHECK_RESULT(MPI_Isend, in make_packed_send() 85 BOOST_MPI_CHECK_RESULT(MPI_Isend, in make_packed_send() 119 BOOST_MPI_CHECK_RESULT(MPI_Wait, (&m_request, &result.m_status)); in wait() 129 BOOST_MPI_CHECK_RESULT(MPI_Test, in test() 137 BOOST_MPI_CHECK_RESULT(MPI_Cancel, (&m_request)); in cancel() [all …]
|
D | graph_communicator.cpp | 19 BOOST_MPI_CHECK_RESULT(MPI_Graph_neighbors, in out_edges() 29 BOOST_MPI_CHECK_RESULT(MPI_Graph_neighbors_count, in out_degree() 40 BOOST_MPI_CHECK_RESULT(MPI_Graph_neighbors, in adjacent_vertices() 54 BOOST_MPI_CHECK_RESULT(MPI_Graphdims_get, ((MPI_Comm)comm, &nnodes, &nedges)); in edges() 58 BOOST_MPI_CHECK_RESULT(MPI_Graph_get, in edges() 69 BOOST_MPI_CHECK_RESULT(MPI_Graphdims_get, ((MPI_Comm)comm, &nnodes, &nedges)); in num_edges()
|
D | cartesian_communicator.cpp | 60 BOOST_MPI_CHECK_RESULT(MPI_Cart_create, in cartesian_communicator() 83 BOOST_MPI_CHECK_RESULT(MPI_Cart_sub, in cartesian_communicator() 93 BOOST_MPI_CHECK_RESULT(MPI_Cartdim_get, in ndims() 102 BOOST_MPI_CHECK_RESULT(MPI_Cart_rank, in rank() 112 BOOST_MPI_CHECK_RESULT(MPI_Cart_shift, in shifted_ranks() 120 BOOST_MPI_CHECK_RESULT(MPI_Cart_coords, in coordinates() 133 BOOST_MPI_CHECK_RESULT(MPI_Cart_get, in topology() 170 BOOST_MPI_CHECK_RESULT(MPI_Dims_create, in cartesian_dimensions()
|
D | intercommunicator.cpp | 21 BOOST_MPI_CHECK_RESULT(MPI_Intercomm_create, in intercommunicator() 36 BOOST_MPI_CHECK_RESULT(MPI_Comm_remote_size, ((MPI_Comm)*this, &size)); in remote_size() 43 BOOST_MPI_CHECK_RESULT(MPI_Comm_remote_group, ((MPI_Comm)*this, &gr)); in remote_group() 50 BOOST_MPI_CHECK_RESULT(MPI_Intercomm_merge, ((MPI_Comm)*this, high, &comm)); in merge()
|
D | broadcast.cpp | 116 BOOST_MPI_CHECK_RESULT(MPI_Bcast, in broadcast() 128 BOOST_MPI_CHECK_RESULT(MPI_Send, in broadcast() 134 BOOST_MPI_CHECK_RESULT(MPI_Recv, in broadcast()
|
/third_party/boost/boost/mpi/detail/ |
D | request_handlers.hpp | 155 BOOST_MPI_CHECK_RESULT(MPI_Mprobe, (m_source,m_tag,m_comm,&msg,&stat.m_status)); in wait() 163 BOOST_MPI_CHECK_RESULT(MPI_Improbe, (m_source,m_tag,m_comm,&flag,&msg,&stat.m_status)); in test() 177 BOOST_MPI_CHECK_RESULT(MPI_Get_count, (&stat.m_status, datatype, &count)); in unpack() 179 … BOOST_MPI_CHECK_RESULT(MPI_Mrecv, (this->Data::buffer(), count, datatype, &msg, &stat.m_status)); in unpack() 283 BOOST_MPI_CHECK_RESULT(MPI_Cancel, (m_requests+i)); in cancel() 306 BOOST_MPI_CHECK_RESULT(MPI_Irecv, in legacy_serialized_handler() 317 BOOST_MPI_CHECK_RESULT(MPI_Wait, in wait() 321 BOOST_MPI_CHECK_RESULT(MPI_Irecv, in wait() 328 BOOST_MPI_CHECK_RESULT(MPI_Wait, in wait() 341 BOOST_MPI_CHECK_RESULT(MPI_Test, in test() [all …]
|
D | mpi_datatype_primitive.hpp | 54 BOOST_MPI_CHECK_RESULT(MPI_Get_address,(const_cast<void*>(orig), &origin)); in mpi_datatype_primitive() 56 BOOST_MPI_CHECK_RESULT(MPI_Address,(const_cast<void*>(orig), &origin)); in mpi_datatype_primitive() 81 BOOST_MPI_CHECK_RESULT(MPI_Type_create_struct, in get_mpi_datatype() 90 BOOST_MPI_CHECK_RESULT(MPI_Type_struct, in get_mpi_datatype() 99 BOOST_MPI_CHECK_RESULT(MPI_Type_commit,(&datatype_)); in get_mpi_datatype() 124 BOOST_MPI_CHECK_RESULT(MPI_Get_address,(const_cast<void*>(p), &a)); in save_impl() 126 BOOST_MPI_CHECK_RESULT(MPI_Address,(const_cast<void*>(p), &a)); in save_impl()
|
D | packed_oprimitive.hpp | 98 BOOST_MPI_CHECK_RESULT(MPI_Pack_size,(l,t,comm,&memory_needed)); in save_impl() 104 BOOST_MPI_CHECK_RESULT(MPI_Pack, in save_impl()
|
/third_party/boost/boost/mpi/ |
D | group.hpp | 190 BOOST_MPI_CHECK_RESULT(MPI_Finalized, (&finalized)); in operator ()() 192 BOOST_MPI_CHECK_RESULT(MPI_Group_free, (comm)); in operator ()() 273 BOOST_MPI_CHECK_RESULT(MPI_Group_translate_ranks, in translate_ranks() 303 BOOST_MPI_CHECK_RESULT(MPI_Group_incl, in include() 325 BOOST_MPI_CHECK_RESULT(MPI_Group_excl, in exclude()
|
D | skeleton_and_content_types.hpp | 106 BOOST_MPI_CHECK_RESULT(MPI_Type_commit,(&d)); in commit() 118 BOOST_MPI_CHECK_RESULT(MPI_Finalized,(&finalized)); in ~mpi_datatype_holder() 120 BOOST_MPI_CHECK_RESULT(MPI_Type_free,(&d)); in ~mpi_datatype_holder()
|
D | nonblocking.hpp | 93 BOOST_MPI_CHECK_RESULT(MPI_Waitany, in wait_any() 227 BOOST_MPI_CHECK_RESULT(MPI_Waitall, in wait_all() 297 BOOST_MPI_CHECK_RESULT(MPI_Waitall, in wait_all() 355 BOOST_MPI_CHECK_RESULT(MPI_Testall, (n, detail::c_data(requests), &flag, detail::c_data(stats))); in test_all() 387 BOOST_MPI_CHECK_RESULT(MPI_Testall, in test_all() 491 BOOST_MPI_CHECK_RESULT(MPI_Waitsome, in wait_some() 599 BOOST_MPI_CHECK_RESULT(MPI_Waitsome, in wait_some()
|
D | communicator.hpp | 914 BOOST_MPI_CHECK_RESULT(MPI_Finalized, (&finalized)); in operator ()() 916 BOOST_MPI_CHECK_RESULT(MPI_Comm_free, (comm)); in operator ()() 1266 BOOST_MPI_CHECK_RESULT(MPI_Send, in send_impl() 1298 BOOST_MPI_CHECK_RESULT(MPI_Send, in array_send_impl() 1365 BOOST_MPI_CHECK_RESULT(MPI_Recv, in recv_impl() 1400 BOOST_MPI_CHECK_RESULT(MPI_Recv, in array_recv_impl() 1430 BOOST_MPI_CHECK_RESULT(MPI_Mprobe, (source,tag,*this,&msg,&stat.m_status)); in recv_vector() 1432 BOOST_MPI_CHECK_RESULT(MPI_Get_count, (&stat.m_status,get_mpi_datatype<T>(),&count)); in recv_vector() 1434 …BOOST_MPI_CHECK_RESULT(MPI_Mrecv, (values.data(), count, get_mpi_datatype<T>(), &msg, &stat.m_stat… in recv_vector() 1476 BOOST_MPI_CHECK_RESULT(MPI_Sendrecv, in sendrecv_impl()
|
D | allocator.hpp | 139 BOOST_MPI_CHECK_RESULT(MPI_Alloc_mem, in allocate() 155 BOOST_MPI_CHECK_RESULT(MPI_Free_mem, (p)); in deallocate()
|
D | graph_communicator.hpp | 65 BOOST_MPI_CHECK_RESULT(MPI_Topo_test, ((MPI_Comm)*this, &status)); in graph_communicator() 104 BOOST_MPI_CHECK_RESULT(MPI_Topo_test, ((MPI_Comm)*this, &status)); in graph_communicator() 235 BOOST_MPI_CHECK_RESULT(MPI_Graph_create, in setup_graph()
|
/third_party/boost/boost/mpi/collectives/ |
D | broadcast.hpp | 96 BOOST_MPI_CHECK_RESULT(MPI_Bcast, in broadcast_impl() 118 BOOST_MPI_CHECK_RESULT(MPI_Bcast, in broadcast_impl() 128 BOOST_MPI_CHECK_RESULT(MPI_Bcast, in broadcast_impl()
|
D | scatter.hpp | 34 BOOST_MPI_CHECK_RESULT(MPI_Scatter, in scatter_impl() 47 BOOST_MPI_CHECK_RESULT(MPI_Scatter, in scatter_impl() 102 BOOST_MPI_CHECK_RESULT(MPI_Scatter, in dispatch_scatter_sendbuf() 112 BOOST_MPI_CHECK_RESULT(MPI_Scatterv, in dispatch_scatter_sendbuf()
|
D | all_gather.hpp | 37 BOOST_MPI_CHECK_RESULT(MPI_Allgather, in all_gather_impl() 59 BOOST_MPI_CHECK_RESULT(MPI_Allgather, in all_gather_impl() 70 BOOST_MPI_CHECK_RESULT(MPI_Allgatherv, in all_gather_impl()
|
D | gather.hpp | 37 BOOST_MPI_CHECK_RESULT(MPI_Gather, in gather_impl() 71 BOOST_MPI_CHECK_RESULT(MPI_Gather, in gather_impl() 82 BOOST_MPI_CHECK_RESULT(MPI_Gatherv, in gather_impl()
|
D | all_reduce.hpp | 36 BOOST_MPI_CHECK_RESULT(MPI_Allreduce, in all_reduce_impl() 55 BOOST_MPI_CHECK_RESULT(MPI_Allreduce, in all_reduce_impl()
|
D | reduce.hpp | 52 BOOST_MPI_CHECK_RESULT(MPI_Reduce, in reduce_impl() 65 BOOST_MPI_CHECK_RESULT(MPI_Reduce, in reduce_impl() 85 BOOST_MPI_CHECK_RESULT(MPI_Reduce, in reduce_impl() 100 BOOST_MPI_CHECK_RESULT(MPI_Reduce, in reduce_impl()
|
D | scan.hpp | 52 BOOST_MPI_CHECK_RESULT(MPI_Scan, in scan_impl() 71 BOOST_MPI_CHECK_RESULT(MPI_Scan, in scan_impl()
|