| 249 | } |
| 250 | |
| 251 | void |
| 252 | Message::wait () |
| 253 | { |
| 254 | BL_PROFILE_S("ParallelDescriptor::Message::wait()"); |
| 255 | |
| 256 | BL_COMM_PROFILE(BLProfiler::Wait, sizeof(m_type), pid(), tag()); |
| 257 | BL_MPI_REQUIRE( MPI_Wait(&m_req, &m_stat) ); |
| 258 | BL_COMM_PROFILE(BLProfiler::Wait, sizeof(m_type), BLProfiler::AfterCall(), tag()); |
| 259 | } |
| 260 | |
| 261 | bool |
| 262 | Message::test () |
no outgoing calls
no test coverage detected