1
1

Apply a patch provided by Sébastien Boisvert fixing an issue

with the probe fairness.

This commit was SVN r25265.
Этот коммит содержится в:
George Bosilca 2011-10-11 20:28:33 +00:00
родитель 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 */