Skip to content

Fix blockinner+OpenMP and blocklevels=2 with high-order stencils #111

Fix blockinner+OpenMP and blocklevels=2 with high-order stencils

Fix blockinner+OpenMP and blocklevels=2 with high-order stencils #111

Triggered via pull request February 19, 2026 23:30
Status Failure
Total duration 23s
Artifacts

lint.yaml

on: pull_request
Lint the codebase
18s
Lint the codebase
Spellcheck everything
14s
Spellcheck everything
Lint Github actions YAML files
8s
Lint Github actions YAML files
Lint dockerfiles
11s
Lint dockerfiles
Fit to window
Zoom out
Zoom in

Annotations

2 errors
Lint the codebase
Process completed with exit code 1.
ruff (SIM108): devito/ir/iet/visitors.py#L665
devito/ir/iet/visitors.py:665:21: SIM108 Use ternary operator `n_iters = _max - o.dim if o.direction == Backward else o.dim - _min` instead of `if`-`else`-block