------------------------------------------------------------------------------
| 1053 | |
| 1054 | //------------------------------------------------------------------------------ |
| 1055 | int vtkMPICommunicator::NoBlockSend( |
| 1056 | const int* data, int length, int remoteProcessId, int tag, Request& req) |
| 1057 | { |
| 1058 | |
| 1059 | return CheckForMPIError(vtkMPICommunicatorNoBlockSendData( |
| 1060 | data, length, remoteProcessId, tag, MPI_INT, req, this->MPIComm->Handle)); |
| 1061 | } |
| 1062 | //------------------------------------------------------------------------------ |
| 1063 | int vtkMPICommunicator::NoBlockSend( |
| 1064 | const unsigned long* data, int length, int remoteProcessId, int tag, Request& req) |