gmegan / specification

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

Should the spec enforce ordering of PEs from team split? #154

Open gmegan opened 4 years ago

gmegan commented 4 years ago

Currently the teams proposal requires that teams resulting from split are numbered with the same ordering as global PE numbers. In other words, PE number order is always preserved from split.

Ordering is not explicitly required to be the same in SHMEM_TEAM_WORLD and SHMEM_TEAM_SHARED since all of the requirements stated are applied to only results of team splits.

What are the pros and cons of allowing renumbering?