Apply a patch provided by Sébastien Boisvert fixing an issue
with the probe fairness. This commit was SVN r25265.
Этот коммит содержится в:
родитель
4fd78c4683
Коммит
3241bea696
@ -915,7 +915,7 @@ recv_req_match_wild( mca_pml_ob1_recv_request_t* req,
|
|||||||
return frag; /* match found */
|
return frag; /* match found */
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
for (i = 0; i < comm->last_probed; i++) {
|
for (i = 0; i <= comm->last_probed; i++) {
|
||||||
mca_pml_ob1_recv_frag_t* frag;
|
mca_pml_ob1_recv_frag_t* frag;
|
||||||
|
|
||||||
/* loop over messages from the current proc */
|
/* loop over messages from the current proc */
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user