-
Notifications
You must be signed in to change notification settings - Fork 41
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
Removal of const in signal set, add and minor changes #514
Conversation
@naveen-rn Please review to determine if these changes can be handled by the signals section committee. |
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.
Changes look fine with me - do you want to merge the changes against the osm1.6/rma-amo-pws branch?
c8341ef
to
1a7bf49
Compare
@@ -11,7 +11,7 @@ | |||
|
|||
\begin{apiarguments} | |||
|
|||
\apiargument{IN}{sig\_addr}{Local address of the source signal variable.} | |||
\apiargument{IN}{sig\_addr}{Local address of the remotely accessible source signal variable.} |
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.
Is this a new change?
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.
This was there in the original PR commit here, if that is what you are asking. I thought this can be treated as a doc edit.
Closing this as the changes are merged in https://github.com/naveen-rn/specification/tree/osm1.6/rc1-rma-amo-pws and will be opened as PR once ready as section edits. |
Summary of changes
This PR address issue #509. Also, restructures signaling section.
Adds a minor change to the
sig_addr
description ofshmem_signal_wait_until
.Proposal Checklist