-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Illegal inttoptr
when using PrecompileTools on HPC
#51240
Comments
This is more a Julia issue so I moved it. |
What is |
We are running
I'm not familiar with the details but I could ask our cluster administrator. Do you need the full stack trace? I didn't post that because I wasn't sure if I might be accidentally sharing sensitive stuff. |
The cluster might be using a non-supported build of Julia, since this bug should be fixed in llvm-13.0.1+3 (6ba1d23) in the 1.8 release. Although it looks somewhat like the correct binary name for libLLVM in that stacktrace: llvm-13.0.1-luuedcob23h45ategu2xuvx4frzgch7u/lib/libLLVM-13jl.so Duplicate of #45702 |
looking closer, I see that this was fixed in Backports for Julia 1.8.6, and you are only using 1.8.2 |
OK, thanks for looking into this! |
@pat-alt, can you close this when you've verified it's working? |
@timholy yes, will do that as soon as I've had a chance to try in on a newer Julia version on our cluster |
I've installed version |
This is related to timholy/SnoopCompile.jl#368 (comment).
When trying to load a package using
PrecompileTools
on our university's HPC, I get the following error:This happens when trying to use the branch linked to JuliaTrustworthyAI/CounterfactualExplanations.jl#303. Using a version of the same package that doesn't use
PrecompileTools
works without issues.@timholy is this right place to open this issue or should I move to
JuliaLang/julia
?The text was updated successfully, but these errors were encountered: