openshmem-org / specification

OpenSHMEM Application Programming Interface
http://www.openshmem.org
50 stars 38 forks source link

Remove instance of "partial update" #357

Closed nspark closed 4 years ago

nspark commented 4 years ago

shmem_signal_wait_until includes:

Note to implementors

Implementations must ensure that shmem_signal_wait_until do not return before the update of the memory indicated by sig_addr is fully complete. Partial updates to the memory must not cause shmem_signal_wait_until to return.

We've tried to remove references to "partial updates", and this is one lingering issue. Suggest:

Implementations must ensure that calls to shmem_signal_wait_until do not return before the update of the memory indicated by sig_addr is fully complete. Partial updates to the memory must not cause shmem_signal_wait_until to return.

jdinan commented 4 years ago

358 was reverted, making a note here to cherry-pick the relevant commit from openshmem-org:master and merge into the relevant section committee's branch.

jdinan commented 4 years ago

@naveen-rn Has this issue been addressed?

naveen-rn commented 4 years ago

Issue closed as part of https://github.com/naveen-rn/specification/pull/13