Skip to content

shmem_ptr and shmem_team_ptr prototype does not exactly match spec API prototype #1187

@markbrown314

Description

@markbrown314

shmem_ptr and shmem_team_ptr prototype does not match spec API description:

This is a minor nitpick. target should be renamed to dest:

SOS:
shmem_ptr(const void *target, int pe)
shmem_team_ptr(shmem_team_t team, const void *target, int pe)

OpenSHEM spec:
void *shmem_ptr(const void *dest, int pe);
void *shmem_team_ptr(shmem_team_t team, const void *dest, int pe);

Metadata

Metadata

Assignees

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions