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
LoadError: InitError: could not load library "/cache/julia-buildkite-plugin/depots/5b300254-1738-4989-ae0a-f4d2d937f953/artifacts/cb7fc2801ca0133a5bdea4bc4585d07c08284cfa/lib/libsundials_sunlinsolklu.so"
#465
This error occurs in the CI in SciMLBenchmarks.jl repository. While it works fine locally on Julia version 1.9.1
Expected behavior
A clear and concise description of what you expected to happen.
Minimal Reproducible Example 👇
Without MRE, we would only be able to help you to a limited extent, and attention to the issue would be limited. to know more about MRE refer to wikipedia and stackoverflow.
Error & Stacktrace ⚠️
Environment (please complete the following information):
Output of using Pkg; Pkg.status()
Output of using Pkg; Pkg.status(; mode = PKGMODE_MANIFEST)
Output of versioninfo()
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Actually this error occurred during CI tests of SciMLBenchmarks.jl in ComplicatedPDE benchmarks. Julia version 1.9.1 and Sundials version 4 and above. PR #1146
Describe the bug 🐞
A clear and concise description of what the bug is.
Sundials.jl gives the following load error on download
This error occurs in the CI in SciMLBenchmarks.jl repository. While it works fine locally on Julia version 1.9.1
Expected behavior
A clear and concise description of what you expected to happen.
Minimal Reproducible Example 👇
Without MRE, we would only be able to help you to a limited extent, and attention to the issue would be limited. to know more about MRE refer to wikipedia and stackoverflow.
Error & Stacktrace⚠️
Environment (please complete the following information):
using Pkg; Pkg.status()
using Pkg; Pkg.status(; mode = PKGMODE_MANIFEST)
versioninfo()
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: