------------------------------------------------------------------------------
| 1176 | |
| 1177 | //------------------------------------------------------------------------------ |
| 1178 | int vtkMPICommunicator::NoBlockReceive( |
| 1179 | int* data, int length, int remoteProcessId, int tag, Request& req) |
| 1180 | { |
| 1181 | |
| 1182 | return CheckForMPIError(vtkMPICommunicatorNoBlockReceiveData( |
| 1183 | data, length, remoteProcessId, tag, MPI_INT, req, this->MPIComm->Handle)); |
| 1184 | } |
| 1185 | //------------------------------------------------------------------------------ |
| 1186 | int vtkMPICommunicator::NoBlockReceive( |
| 1187 | unsigned long* data, int length, int remoteProcessId, int tag, Request& req) |