-
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
Could not load library "liblikwid" #25
Comments
Starting Julia as
gives the errors
|
Hey there, not sure what's going on (and not much time currently to help you debugging this). But a few comments:
This shouldn't happen and is likely a problem with your setup / dl library path. LIKWID.jl doesn't do anything special here. It just assumes that the library |
EDIT - The particular test cases work fine if I started Julia as
However, the tests still fail (log given as a post below)
I am getting the following issues when trying to use LIKWID. Starting the julia REPL as usual with
$ julia
(which might be wrong forLIKWID.jl
?), executing] test LIKWID
, I getI am able to run
perfctr.jl
andsaxpy.jl
(removing GPU part atm) correctly, i.e., with commands like, and also able to run everything I tried on https://github.com/RRZE-HPC/likwid. Another place I get the same error is when I try, within REPL,
while running
$ likwid-topology
on shell gives the correct output. Here's myversioninfo()
outputThe text was updated successfully, but these errors were encountered: