Skip to content

Commit 17383ac

Browse files
author
Akshay Sridhar
committed
Disable shmem
modified: src/Operators/finitedifference.jl
1 parent 9f94496 commit 17383ac

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/Operators/finitedifference.jl

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff 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
41814181
difference 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
41854188
Operators.use_fd_shmem() = false
41864189
```
41874190
"""
4188-
use_fd_shmem() = true
4191+
use_fd_shmem() = false

0 commit comments

Comments
 (0)