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

Using mpi4py with UCX #557

Closed
mbareford opened this issue Dec 1, 2023 · 1 comment
Closed

Using mpi4py with UCX #557

mbareford opened this issue Dec 1, 2023 · 1 comment
Assignees

Comments

@mbareford
Copy link
Contributor

If one wishes to use UCX with the mpi4py provided by the cray-python module then one must load PrgEnv-gnu first.

module -q load PrgEnv-gnu
module -q load craype-network-ucx
module -q load cray-mpich-ucx
module -q load cray-python

Otherwise mpi4py will still be linked with the Cray MPICH OFI library and so complain about a missing libfabric library
(since the cray-mpich-ucx module unloads libfabric).

@mbareford mbareford self-assigned this Jan 9, 2024
@aturner-epcc
Copy link
Collaborator

Note added to docs

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

No branches or pull requests

2 participants