Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

teams: force split stride to be nonzero + cleanup #1157

Merged

Conversation

davidozog
Copy link
Member

Global stride calculations might be incorrect if user passes a stride of 0 (or a size of 1 and some non-unity stride). This ensures nonzero internal stride values, and cleans up the sanity checks.

@davidozog davidozog added this to the v1.5.3 milestone Oct 24, 2024
@davidozog davidozog self-assigned this Oct 24, 2024
Copy link
Collaborator

@wrrobin wrrobin left a comment

Choose a reason for hiding this comment

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

@davidozog - These changes look good to me. Is there any concern for any of these changes in Coverity?

@davidozog
Copy link
Member Author

@davidozog - These changes look good to me. Is there any concern for any of these changes in Coverity?

Thanks @wrrobin! I doubt it, but I'll check to be sure.

@davidozog
Copy link
Member Author

Coverity checks out, so I'll merge.

@davidozog davidozog merged commit 5fb1d6e into Sandia-OpenSHMEM:main Nov 7, 2024
36 checks passed
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