Home
last modified time | relevance | path

Searched refs:BOOST_MPI_CHECK_RESULT (Results 1 – 25 of 37) sorted by relevance

12

/third_party/boost/libs/mpi/src/
Denvironment.cpp71 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 …]
Dcommunicator.cpp31 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 …]
Dgroup.cpp28 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()
Dpoint_to_point.cpp37 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()
Drequest.cpp32 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 …]
Dgraph_communicator.cpp19 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()
Dcartesian_communicator.cpp60 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()
Dintercommunicator.cpp21 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()
Dbroadcast.cpp116 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/
Drequest_handlers.hpp155 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()
179BOOST_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 …]
Dmpi_datatype_primitive.hpp54 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()
Dpacked_oprimitive.hpp98 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/
Dgroup.hpp190 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()
Dskeleton_and_content_types.hpp106 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()
Dnonblocking.hpp93 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()
Dcommunicator.hpp914 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()
1434BOOST_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()
Dallocator.hpp139 BOOST_MPI_CHECK_RESULT(MPI_Alloc_mem, in allocate()
155 BOOST_MPI_CHECK_RESULT(MPI_Free_mem, (p)); in deallocate()
Dgraph_communicator.hpp65 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/
Dbroadcast.hpp96 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()
Dscatter.hpp34 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()
Dall_gather.hpp37 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()
Dgather.hpp37 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()
Dall_reduce.hpp36 BOOST_MPI_CHECK_RESULT(MPI_Allreduce, in all_reduce_impl()
55 BOOST_MPI_CHECK_RESULT(MPI_Allreduce, in all_reduce_impl()
Dreduce.hpp52 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()
Dscan.hpp52 BOOST_MPI_CHECK_RESULT(MPI_Scan, in scan_impl()
71 BOOST_MPI_CHECK_RESULT(MPI_Scan, in scan_impl()

12