------------------------------------------------------------------------------
| 706 | |
| 707 | //------------------------------------------------------------------------------ |
| 708 | int CommunicationManager::NumMsgs() |
| 709 | { |
| 710 | return static_cast<int>(this->Send.size() + this->Rcv.size()); |
| 711 | } |
| 712 | |
| 713 | //------------------------------------------------------------------------------ |
| 714 | void CommunicationManager::EnqueueRcv(int fromRank) |
no test coverage detected