openshmem-org / specification

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

Change reference of ptr to addr in memory alloc routines #351

Closed manjugv closed 4 years ago

manjugv commented 4 years ago

It seems like this PR #276 missed changes to memory alloc routines.

agrippa commented 4 years ago

An example change from PR #276 :

Old text: A pointer to the remotely accessible data object to be updated. New text: Symmetric address of the destination data object.

We would like to make similar updates in 1.5, as it looks like the memory management routines were missed.

agrippa commented 4 years ago

Create a PR https://github.com/manjugv/specification/pull/16