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
Installation of DiffEqBase fails when using a laptop with a i7-1265U CPU on battery in balanced mode on Windows 10 home. It works when the laptop is connected to the power grid.
Environment (please complete the following information):
Output of using Pkg; Pkg.status()
Status `~/.julia/environments/v1.10/Project.toml`
(I deleted .julia before trying to install DiffEqBase.)
Output of versioninfo()
julia>versioninfo()
Julia Version 1.10.3
Commit 0b4590a550 (2024-04-3010:59 UTC)
Build Info:
Official https://julialang.org/ release
Platform Info:
OS: Windows (x86_64-w64-mingw32)
CPU:12×12th Gen Intel(R) Core(TM) i7-1265U
WORD_SIZE:64
LIBM: libopenlibm
LLVM: libLLVM-15.0.7 (ORCJIT, alderlake)
Threads:1 default, 0 interactive, 1 GC (on 12 virtual cores)
Additional context
Freshly installed Windows 10.0 home (with all current updates) on a Dell Latitude 7430 laptop. If I install the two packages that fail to precompile separately the installation succeeds. So this must be a race condition when compiling multiple packages in parallel.
I was told that this would not be an issue with DiffEqBase (see: SciML/DiffEqBase.jl#1029), therefore I create an issue here...
The text was updated successfully, but these errors were encountered:
The point is, I can install CPUSummary on its own in battery mode without any error. Therefore I cannot see how this can be an issue with CPUSummary...
My understanding of that issue from people experiencing it is that it is intermittent. There doesn't seem to be any indication this is a Base issue currently.
Best to continue exploring this in JuliaSIMD/CPUSummary.jl#26
I note that you've not mentioned you were in battery mode there, which is probably an important detail.
Describe the bug 🐞
Installation of DiffEqBase fails when using a laptop with a i7-1265U CPU on battery in
balanced
mode on Windows 10 home. It works when the laptop is connected to the power grid.Expected behavior
Installation succeeds.
Minimal Reproducible Example 👇
Error & Stacktrace⚠️
Environment (please complete the following information):
using Pkg; Pkg.status()
Status `~/.julia/environments/v1.10/Project.toml`
(I deleted .julia before trying to install DiffEqBase.)
versioninfo()
Additional context
Freshly installed Windows 10.0 home (with all current updates) on a Dell Latitude 7430 laptop. If I install the two packages that fail to precompile separately the installation succeeds. So this must be a race condition when compiling multiple packages in parallel.
I was told that this would not be an issue with DiffEqBase (see: SciML/DiffEqBase.jl#1029), therefore I create an issue here...
The text was updated successfully, but these errors were encountered: