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 a1e85b0 + 6754bf1 commit c8d3ad0Copy full SHA for c8d3ad0
oshmem/mca/scoll/basic/scoll_basic_alltoall.c
@@ -79,7 +79,7 @@ int mca_scoll_basic_alltoall(struct oshmem_group_t *group,
79
80
/* Wait for operation completion */
81
SCOLL_VERBOSE(14, "[#%d] Wait for operation completion", group->my_pe);
82
- rc = BARRIER_FUNC(group, pSync + 1, SCOLL_DEFAULT_ALG);
+ rc = BARRIER_FUNC(group, pSync, SCOLL_DEFAULT_ALG);
83
84
/* Restore initial values */
85
SCOLL_VERBOSE(12, "PE#%d Restore special synchronization array",
0 commit comments