Skip to content

How to update UCX while keeping OpenMPI unchanged #7455

Answered by yosefe
kingold5 asked this question in Q&A
Discussion options

You must be logged in to vote

OmpiMPI is could be compiled with "rpath" in <prefix>/lib/openmpi/mca_pml_ucx.so which points to specific UCX location (use chrpath command to check it).
In this case need to rebuild OpenMPI with new UCX version, remove the rpath tag manually from OpenMPI UCX components (<prefix>/lib/openmpi/*_ucx.so), or use LD_PRELOAD to load the new UCX version.

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by kingold5
Comment options

You must be logged in to vote
2 replies
@yosefe
Comment options

@William-Mou
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants