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

Upcoming warning (Julia 1.12) #2196

Open
Sbozzolo opened this issue Feb 21, 2025 · 1 comment
Open

Upcoming warning (Julia 1.12) #2196

Sbozzolo opened this issue Feb 21, 2025 · 1 comment
Labels
bug Something isn't working

Comments

@Sbozzolo
Copy link
Member

In ClimaUtilities, we run tests for the nightly version of julia.

The following warnings is produced related to ClimaCore:

┌ ClimaCore
│  WARNING: Detected access to binding `MatrixFields.__nvtx_domain__` in a world prior to its definition world.
│    Julia 1.12 has introduced more strict world age semantics for global bindings.
│    !!! This code may malfunction under Revise.
│    !!! This code will error in future versions of Julia.
│  Hint: Add an appropriate `invokelatest` around the access to this binding.

The same warning is also in ClimaTimeSteppers.

There are more warnings, but they are not in our pacakges.

@Sbozzolo Sbozzolo added the bug Something isn't working label Feb 21, 2025
@charleskawczynski
Copy link
Member

I'm wondering if we should move this upstream to NVTX? (cc @simonbyrne)

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

No branches or pull requests

2 participants