1
1

Merge pull request from nrspruit/ns_cancel_fix_4.0

MTL OFI: Fix Deadlock in fi_cancel given completion during cancel
Этот коммит содержится в:
Howard Pritchard 2018-08-07 09:16:56 -06:00 коммит произвёл GitHub
родитель 2386994c9d 9cc6bc1ea6
Коммит 9a6f6e61f0
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23

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

@ -1013,8 +1013,11 @@ ompi_mtl_ofi_cancel(struct mca_mtl_base_module_t *mtl,
*/
while (!ofi_req->super.ompi_req->req_status._cancelled) {
opal_progress();
if (ofi_req->req_started)
goto ofi_cancel_not_possible;
}
} else {
ofi_cancel_not_possible:
/**
* Could not cancel the request.
*/