Skip to content
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

taking too long time first using the package #988

Closed
Zou-Bo opened this issue Oct 3, 2023 · 2 comments
Closed

taking too long time first using the package #988

Zou-Bo opened this issue Oct 3, 2023 · 2 comments

Comments

@Zou-Bo
Copy link

Zou-Bo commented Oct 3, 2023

Each time it needs 250 seconds to load the package. The version is v7.11.0

(@v1.9) pkg> precompile DifferentialEquations
Precompiling DifferentialEquations
19 dependencies successfully precompiled in 1250 seconds. 163 already precompiled.

julia> @time using DifferentialEquations
250.903284 seconds (729.28 M allocations: 149.692 GiB, 7.97% gc time, 0.09% compilation time: 48% of which was recompilation)

julia> versioninfo()
Julia Version 1.9.3
Commit bed2cd540a (2023-08-24 14:43 UTC)
Build Info:
Official https://julialang.org/ release
Platform Info:
OS: Windows (x86_64-w64-mingw32)
CPU: 20 × 12th Gen Intel(R) Core(TM) i7-12700H
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-14.0.6 (ORCJIT, alderlake)
Threads: 10 on 20 virtual cores
Environment:
JULIA_IMAGE_THREADS = 1
JULIA_EDITOR = code
JULIA_NUM_THREADS =

@Zou-Bo
Copy link
Author

Zou-Bo commented Oct 3, 2023

Somehow it is fixed. I just removed it and added it back. Don't know why.

@devmotion
Copy link
Member

Probably fixed by the new release of NonlinearSolve (SciML/NonlinearSolve.jl#224).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants