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

correct implementation of uninitialized_copy_n for shmem #6

Merged
merged 1 commit into from
Dec 26, 2023

Conversation

correaa
Copy link
Owner

@correaa correaa commented Dec 24, 2023

Proposed changes

uninitialized_copy_n for shmem was implemented in the wrong way preventing an update of Multi

What type(s) of changes does this code introduce?

  • Bugfix (silent bug)
  • Refactoring (no functional changes, no api changes)

Does this introduce a breaking change?

  • No

What systems has this change been tested on?

Ubuntu 22.04

Checklist

  • Yes. This PR is up to date with current the current state of 'develop'
  • No. Code added or changed in the PR has been clang-formatted
  • No. This PR adds tests to cover any new code, or to catch a bug that is being fixed
  • No. Documentation has been added (if appropriate)

The to_address function was applied to the wrong argument resulting in endless recursive call
@correaa
Copy link
Owner Author

correaa commented Dec 24, 2023

ok, I think I found the problem that prevented the Multi update. Please test.

@correaa correaa merged commit 86f4220 into develop Dec 26, 2023
20 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
1 participant