1
1

MTL MXM: small fix in the mxm_req_probe func interface.

This commit was SVN r26850.
Этот коммит содержится в:
Vasily Filipov 2012-07-24 08:46:38 +00:00
родитель 6ebbacb054
Коммит 99bd5977bd

Просмотреть файл

@ -23,7 +23,7 @@ int ompi_mtl_mxm_iprobe(struct mca_mtl_base_module_t* mtl,
req.base.state = MXM_REQ_NEW;
ompi_mtl_mxm_set_recv_envelope(&req, comm, src, tag);
err = mxm_req_probe(&req);
err = mxm_req_probe(&req, NULL);
if (MXM_OK == err) {
*flag = 1;
if (MPI_STATUS_IGNORE != status) {