-
Notifications
You must be signed in to change notification settings - Fork 53
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
Disabling put_scalar when disable-ofi-inject is used #1110
Conversation
Trial check; will revert Minimal change for put_scalar to disable fi_inject Minor
d0afbef
to
1795ca2
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like a good patch. IIUC, the only substantial change here is the #ifndef DISABLE_OFI_INJECT
change in put_scalar
. All other diffs are from reordering existing routines?
Thanks @davidozog. You are right about the diffs. I will add a test in CI. We can merge this after #1106 is merged. |
This looks good to merge when ready @wrrobin |
@davidozog - Yes, this is good to go. One thing I should mention, we are not disabling OFI atomic inject with the same config flag. We might need to do this, but I am thinking to create a separate PR for that with a new flag option |
That makes sense to me, thanks for the note. It's slightly unfortunately the It's not the first time we've done something similar to this though - see here: |
Yeah.. I thought about it too. And, initially, I made changes only on the transport layer for a particular function, but it requires more changes. |
No description provided.