-
Notifications
You must be signed in to change notification settings - Fork 2
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
Out-of-the-box installation does not work (for me) #63
Comments
Do you have |
You could also reactivate/take over #43 which allows setting the path to |
Hm, looks like this was an issue with VSCode which probably required a restart after updating the |
Sure, doesn't hurt I guess. Although that's just how dynamic libraries work. Feel free to make a PR! |
I installed LIKWID using the quick install routine. That seems to have worked out, as I am getting
with (default)
config.mk
fileand indeed the shared libraries are present in
/usr/share/local
:However
So I had a brief look in to the source code which revealed that
LIKWID.jl/src/misc.jl
Lines 79 to 81 in 83707df
calls
https://github.com/JuliaLang/julia/blob/80a279152bd090cca0a3bed598f0059cffa74b26/base/libdl.jl#L199-L216
without any
extrapaths
which might cause the error?The text was updated successfully, but these errors were encountered: