File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 11name = " ClimaCore"
22uuid = " d414da3d-4745-48bb-8d80-42e94e092884"
33authors = [" CliMA Contributors <clima-software@caltech.edu>" ]
4- version = " 0.14.31 "
4+ version = " 0.14.32 "
55
66[deps ]
77Adapt = " 79e6a3ab-5dfb-504d-930d-738a2a938a0e"
Original file line number Diff line number Diff line change @@ -4177,12 +4177,15 @@ end
41774177"""
41784178 use_fd_shmem()
41794179
4180- Allows users to, from global scope, disable finite
4180+ Allows users to, from global scope, enable finite
41814181difference shmem for operators that support it.
4182+ TODO: ~30% slowdown was noticed with CC 0.14.31
4183+ in Aquaplanet benchmarks. This may need attention in
4184+ future releases
41824185
41834186## Usage
41844187```julia
41854188Operators.use_fd_shmem() = false
41864189```
41874190"""
4188- use_fd_shmem () = true
4191+ use_fd_shmem () = false
You can’t perform that action at this time.
0 commit comments