openshmem-org / specification

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

Deprecate Active Set Constants #375

Closed jdinan closed 4 years ago

jdinan commented 4 years ago

The active set collectives are deprecated in OpenSHMEM 1.5 and replaced by team-based collectives. However, I think we neglected to deprecate the constants (e.g. SHMEM_SYNC_SIZE) associated with these deprecated routines.

I believe there is work here both for front matter @RaymondMichael and back matter @BryantLam.

RaymondMichael commented 4 years ago

I created this PR for it, https://github.com/RaymondMichael/specification/pull/28 I'm having the problem I had before though, in that I can't assign reviewers to it.

jdinan commented 4 years ago

@RaymondMichael Will need to add the committee members as contributors on his fork (and they will need to accept) in order to be able to assign them as reviewers. Otherwise, you can just call them out by name in the discussion view and have them comment with their approval.

jdinan commented 4 years ago

Back matter work forked to #389