Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Coriolis: Split KE and KE[xy] loop kernels
Previously the loops for KE and KE[xy] were in a single kernel. This seemed to work fine in double_gyre but crashed in benchmark. Splitting the kernel seems to resolve this problem, although it also seems slower. This may need some extra work in the future.
- Loading branch information