-
-
Notifications
You must be signed in to change notification settings - Fork 610
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
Fix missing imports in FluxMPIExt #2589
base: master
Are you sure you want to change the base?
Conversation
Thanks. Can your example be included as a test somewhere? Other test failures seem to be Reactant.jl, cc @wsmoses about what changed. |
the reactant that CI found is rather old, what if you update it to latest? the error thrown shouldn't ever happen on the latest so I'm a bit surprised |
If I just enable
It seems that there are no MPI test currently:
as there are no files ending with
Let me know if I miss something. I will try to add a test. |
I just added a test which initializes the backend and does a simple reduction.
I verified that the MPI test indeed fails without the PR. Is there anything else needed before the PR can be merged? Should I do an entry in NEWS.md? |
Thanks for adding tests. Have never touched MPI stuff. I think @askorupka wrote most of this, and may have opinions? |
With ROCM-aware MPI, the initialization,
fails with (output from 2 MPI tasks):
I had also the error
UndefVarError: cpu_device not defined in FluxMPIExt
.These two issues are addressed in this PR.
PR Checklist