gmegan / specification

OpenSHMEM Application Programming Interface
http://www.openshmem.org
1 stars 0 forks source link

Add team duplication routine #156

Closed nspark closed 4 years ago

nspark commented 4 years ago

@naveen-rn suggested we add shmem_team_dup, for example:

int shmem_team_dup(shmem_team_t *new_team, shmem_team_t old_team);
gmegan commented 4 years ago

Also see Issue #66

nspark commented 4 years ago

Oops. I even searched for "dup" and it didn't come up.