Home
last modified time | relevance | path

Searched refs:mpi_status (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/boost/graph/distributed/detail/
Dmpi_process_group.ipp510 MPI_Status& mpi_status = status;
511 MPI_Get_count(&mpi_status, MPI_PACKED, &size);
977 MPI_Status mpi_status = *status;
978 MPI_Get_count(&mpi_status, MPI_PACKED, &size);
/third_party/boost/libs/graph_parallel/src/
Dmpi_process_group.cpp731 MPI_Status mpi_status(status); in receive_batch() local
732 MPI_Get_count(&mpi_status, MPI_PACKED, &size); in receive_batch()