Skip to content

VERIFIER/TEAM: added tests for basic team management operations #59

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

roiedanino
Copy link

Added tests that should cover team management functions from the new OpenSHMEM 1.5 spec:

shmem_team_my_pe
shmem_team_n_pes
shmem_team_translate_pe
shmem_team_split_strided
shmem_team_split_2d
shmem_team_destroy

UCX SPML implementation PR: open-mpi/ompi#13177

@roiedanino
Copy link
Author

roiedanino commented Apr 24, 2025

Need to add tests for multi-level split of a single team:
SHMEM_TEAM_WORLD -> strided -> strided
SHMEM_TEAM_WORLD -> strided -> 2d
SHMEM_TEAM_WORLD -> 2d -> strided
SHMEM_TEAM_WORLD -> 2d -> 2d (of either x or y group)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant