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

Fix circular dependencies in precompilation #1112

Open
juliasloan25 opened this issue Dec 5, 2024 · 2 comments
Open

Fix circular dependencies in precompilation #1112

juliasloan25 opened this issue Dec 5, 2024 · 2 comments
Labels
bug Something isn't working 🔥 Urgent

Comments

@juliasloan25
Copy link
Member

On buildkite, our precompilation step skips many dependencies (50+ per environment) because of circular dependencies. This happens for the exp/ClimaCore/, exp/ClimaEarth, and test environments, but not the top-level environment. We should investigate why this happens, since skipping precompilation will negatively impact performance.

See the init step of this build for an example.

@juliasloan25 juliasloan25 added bug Something isn't working 🔥 Urgent labels Dec 5, 2024
@Sbozzolo
Copy link
Member

Sbozzolo commented Dec 9, 2024

https://discourse.julialang.org/t/circular-dependency-warning/123388/3

We just need to update to julia 1.11.2 I think

@juliasloan25
Copy link
Member Author

https://discourse.julialang.org/t/circular-dependency-warning/123388/3

We just need to update to julia 1.11.2 I think

We're still getting the circular precompilation warnings when we update to Julia 1.11.2
https://buildkite.com/clima/climacoupler-ci/builds/5336#0193d0e0-f406-49cb-ad4a-40f425de3a02

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working 🔥 Urgent
Projects
None yet
Development

No branches or pull requests

2 participants