Skip to content
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

Point-2-Point bootstrap for UCX Backend #1786

Open
sbahirnv opened this issue Oct 30, 2024 · 0 comments
Open

Point-2-Point bootstrap for UCX Backend #1786

sbahirnv opened this issue Oct 30, 2024 · 0 comments
Assignees
Labels
enhancement Realm Issues pertaining to Realm

Comments

@sbahirnv
Copy link

Currently, UCX Backend of Realm's Network Module is bootstrapped using MPI. MPI bootstrap also implements a set of collectives used by Realm and UCX Backend itself.

We want to add new point-2-point bootstrap option for Network Module when MPI is not an option.
This new option will use known IP:PORT of each member processes to bootstrap the UCX back-end of network module. It will not implement the collectives.

The collectives will be implemented in the UCX Backend itself using UCC.

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

No branches or pull requests

3 participants