We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c0c39ab + 77c3a19 commit 8e43ebdCopy full SHA for 8e43ebd
ompi/mca/pml/ob1/pml_ob1_recvfrag.c
@@ -647,12 +647,12 @@ int mca_pml_ob1_merge_cant_match( ompi_communicator_t * ompi_comm )
647
mca_pml_ob1_comm_proc_t* proc;
648
int cnt = 0;
649
650
+ OB1_MATCHING_LOCK(&pml_comm->matching_lock);
651
for (uint32_t i = 0; i < pml_comm->num_procs; i++) {
652
if ((NULL == (proc = pml_comm->procs[i])) || (NULL != proc->frags_cant_match)) {
653
continue;
654
}
655
- OB1_MATCHING_LOCK(&pml_comm->matching_lock);
656
/* Acquire all cant_match frags from the peer */
657
frags_cant_match = proc->frags_cant_match;
658
proc->frags_cant_match = NULL;
0 commit comments