Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianDeconinck committed Aug 25, 2023
1 parent 08f3033 commit d63a0f0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dsl/pace/dsl/caches/codepath.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ class FV3CodePath(enum.Enum):
"""Enum listing all possible code paths on a cube sphere.
For any layout the cube sphere has up to 9 different code paths depending on
the positioning of the rank on the tile and which of the edge/corner cases
it has to handle, as well as the possibility for all boundary computations in the 1x1 layout case.
it has to handle, as well as the possibility for all boundary computations in
the 1x1 layout case.
Since the framework inlines code to optimize, we _cannot_ pre-suppose which code
being kept and/or ejected. This enum serves as the ground truth to map rank to
the proper generated code.
Expand Down

0 comments on commit d63a0f0

Please sign in to comment.