Skip to content

Commit

Permalink
Update climacore
Browse files Browse the repository at this point in the history
  • Loading branch information
costachris committed Nov 9, 2023
1 parent 62d8b87 commit ab9214f
Show file tree
Hide file tree
Showing 9 changed files with 443 additions and 399 deletions.
4 changes: 3 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ version = "1.3.4"

[deps]
CLIMAParameters = "6eacf6c3-8458-43b9-ae03-caf5306d3d53"
ClimaComms = "3a4d1b5c-c61d-41fd-a00a-5873ba7a1b0d"
ClimaCore = "d414da3d-4745-48bb-8d80-42e94e092884"
CloudMicrophysics = "6a9e3e04-43cd-43ba-94b9-e8782df3c71b"
Dierckx = "39dd38d3-220a-591b-8e3c-4c3a8c710a94"
Expand All @@ -26,7 +27,8 @@ UnPack = "3a884ed6-31ef-47d7-9d2a-63182c4928ed"

[compat]
CLIMAParameters = "0.7"
ClimaCore = "0.10.0 - 0.10.30"
ClimaCore = "0.10"
ClimaComms = ">= 0.5.6"
CloudMicrophysics = "0.10"
Dierckx = "0.5"
Distributions = "0.25"
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,10 @@ julia --project=integration_tests
julia> ]
pkg> instantiate
```
ClimaCore.jl, a dependency of TC.jl, will by default attempt to run code on a GPU device if available. TC.jl is not compatible with GPUs, and the following environmental variable needs to be exported to prevent GPU attempts:
```
export CLIMACOMMS_DEVICE=CPU
```

# Running #

Expand Down
Loading

0 comments on commit ab9214f

Please sign in to comment.