Skip to content

Conversation

@igor-ivanov
Copy link
Member

No description provided.


for (i = 0; i < group->proc_count; i++) {
if (i == group->id)
if (i == oshmem_proc_group_find_id(group, group->my_pe))
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oshmem_proc_group_find_id() - can it be called outside loop from line 563?
it seems constant

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you are right, will update

@igor-ivanov igor-ivanov force-pushed the pr/fix-scoll-basic-barrier branch from 87b7159 to e690521 Compare March 21, 2016 08:35
igor-ivanov added a commit that referenced this pull request Mar 21, 2016
oshmem/scoll: Fix bug in basic/barrier algorithm
@igor-ivanov igor-ivanov merged commit 4315435 into open-mpi:master Mar 21, 2016
@mike-dubman
Copy link
Member

@igor-ivanov - could you please port it to v1.10 and v2.x

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants