-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Add Open MPI automatic distributed initialization #13929
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM overall, just a few comments + I like @nvlcambier's clarification ideas
da0e38e
to
e849bf1
Compare
e849bf1
to
532bae9
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry one more comment about the job_id :P
532bae9
to
18ee348
Compare
18ee348
to
b86030d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice!
This PR let you initialize JAX simply with
jax.distributed.initialize()
when launching processes viampirun
/mpiexec
.