Skip to content

Commit 283eae4

Browse files
wence-sv2518
authored andcommitted
DROP BEFORE MERGE: test with correct loopy branch
1 parent 54d1ff4 commit 283eae4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyop2/configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ class Configuration(dict):
7676
DEFAULTS = {
7777
"compiler": ("PYOP2_BACKEND_COMPILER", str, "gcc"),
7878
"simd_width": ("PYOP2_SIMD_WIDTH", int, 4),
79-
"vectorization_strategy":("PYOP2_VECT_STRATEGY", str, "ve"),
79+
"vectorization_strategy": ("PYOP2_VECT_STRATEGY", str, "ve"),
8080
"alignment": ("PYOP2_ALIGNMENT", int, 64),
8181
"time": ("PYOP2_TIME", bool, False),
8282
"debug": ("PYOP2_DEBUG", bool, False),

requirements-git.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
git+https://github.com/firedrakeproject/petsc.git@firedrake#egg=petsc
22
--no-deps git+https://github.com/firedrakeproject/petsc4py.git@firedrake#egg=petsc4py
33
git+https://github.com/coneoproject/COFFEE.git#egg=coffee
4-
git+https://github.com/firedrakeproject/loopy.git@firedrake#egg=loopy
4+
git+https://github.com/firedrakeproject/loopy.git@cvec#egg=loopy

0 commit comments

Comments
 (0)