openshmem-org / specification

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

Barrier All/Sync All in memory routines should be on SHMEM_TEAM_WORLD ? #352

Closed manjugv closed 4 years ago

agrippa commented 4 years ago

With the addition of teams, we need to clarify that the barriers performed in shmem_malloc, free, realloc, calloc, malloc_with_hints are on SHMEM_TEAM_WORLD team.

agrippa commented 4 years ago

Addressed in https://github.com/manjugv/specification/pull/15