Skip to content

Commit

Permalink
fix typo in kokkos ekat docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mahf708 committed Nov 14, 2024
1 parent 7030371 commit 1521a07
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions components/eamxx/docs/developer/kokkos_ekat.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,9 @@ where
- `DataType`: scalar type of the view, given as `ScalarType`+`*`(x's number of
run-time dimensions). E.g., a 2D view of doubles will have `DataType =
double**`. There is also an ability to define compile-time dimensions by
using `[]`, see [Kokkos wiki section on views](<https://kokkos.org/kokkos-core->
wiki/API/core/view/view.html).
using `[]`, see
[Kokkos wiki section on views]
(<https://kokkos.org/kokkos-core-wiki/API/core/view/view.html).
- `LayoutType`: mapping of indices into the underlying 1D memory storage. Types
are:
- `LayoutRight` (used in EAMxx): strides increase from the right most to the
Expand Down

0 comments on commit 1521a07

Please sign in to comment.