Skip to content

Commit

Permalink
ci: Drop obsolete DEVITO_BACKEND env var
Browse files Browse the repository at this point in the history
  • Loading branch information
FabioLuporini committed Apr 12, 2021
1 parent 43788f3 commit 967d2fa
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion .github/workflows/examples-mpi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ jobs:
DEVITO_LANGUAGE: "openmp"
OMP_NUM_THREADS: "2"
DEVITO_ARCH: "gcc"
DEVITO_BACKEND: "core"
CC: "gcc"
CXX: "g++"

Expand Down
1 change: 0 additions & 1 deletion .github/workflows/examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ jobs:
env:
DEVITO_ARCH: gcc
DEVITO_LANGUAGE: "openmp"
DEVITO_BACKEND: "core"
PYTHON_VERSION: "3.7"

strategy:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/pytest-core-mpi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ jobs:
env:
DEVITO_LANGUAGE: "openmp"
DEVITO_ARCH: "gcc-9"
DEVITO_BACKEND: "core"
CC: "gcc-9"
CXX: "g++-9"

Expand Down
1 change: 0 additions & 1 deletion .github/workflows/pytest-core-nompi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ jobs:
env:
DEVITO_ARCH: "${{ matrix.arch }}"
DEVITO_LANGUAGE: ${{ matrix.language }}
DEVITO_BACKEND: "core"
OMP_NUM_THREADS: 2
PYTHON_VERSION: "${{ matrix.python-version }}"

Expand Down
1 change: 0 additions & 1 deletion .github/workflows/tutorials.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ jobs:
env:
DEVITO_ARCH: "${{ matrix.compiler }}"
DEVITO_LANGUAGE: ${{ matrix.language }}
DEVITO_BACKEND: "core"
PYTHON_VERSION: "3.7"

strategy:
Expand Down

0 comments on commit 967d2fa

Please sign in to comment.