openshmem-org / specification

OpenSHMEM Application Programming Interface
http://www.openshmem.org
51 stars 41 forks source link

Add shmem_team_ptr #459

Closed agrippa closed 3 years ago

agrippa commented 3 years ago

Resolving issue #319 , adding a team-based variant to shmem_ptr.

@jdinan @naveen-rn please let me know if you have any suggestions for different semantics.

Closes #319

kholland-intel commented 3 years ago

Hey @agrippa, do you mind if I spin this patch into a new PR so that I can add a changelog entry and also update the shmem_ptr summary to mention that that routine is relative to the world team?

kholland-intel commented 3 years ago

Also, @jdinan should the changelog entry go under a new "Version 1.6" subsection?

agrippa commented 3 years ago

@kholland-intel no objections on my side, please feel free to close and replace this PR.

jdinan commented 3 years ago

@kholland-intel Yes, this is the first change for Version 1.6. Could you please add the new version heading to the changelog?

kholland-intel commented 3 years ago

Hey @jdinan and @agrippa, I have opened PR #475 which pulls in the changes from this PR and adds in the changelog updates, etc.