You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to run some code on my AMD laptop, and I was experiencing bizarre errors that were stemming from UCS/UCX.
Very similar to https://juliaparallel.org/MPI.jl/stable/knownissues/#UCX, but surprising since I was not using MPI.
using AMDGPU
import Libdl
for dll in Libdl.dllist()
@show dll
end
Originally noted by @leios in JuliaMolSim/Molly.jl#147 (comment)
I was trying to run some code on my AMD laptop, and I was experiencing bizarre errors that were stemming from UCS/UCX.
Very similar to https://juliaparallel.org/MPI.jl/stable/knownissues/#UCX, but surprising since I was not using MPI.
Showed:
Using https://github.com/haampie/libtree
So on my system
librocalution
is pulling in OpenMPI and thus loads UCX implicitly.The text was updated successfully, but these errors were encountered: