Skip to content

compiler: Fixup halo exchange with sequentially-iterated, distributed dimensions #290

compiler: Fixup halo exchange with sequentially-iterated, distributed dimensions

compiler: Fixup halo exchange with sequentially-iterated, distributed dimensions #290

Triggered via pull request April 13, 2026 13:04
Status Failure
Total duration 22s
Artifacts

lint.yaml

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

Annotations

5 errors
Lint the codebase
Process completed with exit code 1.
ruff (B018): tests/test_mpi.py#L2198
tests/test_mpi.py:2198:9: B018 Found useless expression. Either assign it to a variable or remove it.
ruff (B023): devito/ir/clusters/algorithms.py#L476
devito/ir/clusters/algorithms.py:476:41: B023 Function definition does not bind loop variable `key1`
ruff (B023): devito/ir/clusters/algorithms.py#L476
devito/ir/clusters/algorithms.py:476:29: B023 Function definition does not bind loop variable `key0`
ruff (B023): devito/ir/clusters/algorithms.py#L475
devito/ir/clusters/algorithms.py:475:39: B023 Function definition does not bind loop variable `hs`