Skip to content

Commit 8801fe3

Browse files
committed
Adds occa backends to tests for the fluids example.
1 parent 3d396e1 commit 8801fe3

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

tests/tap.sh

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -82,13 +82,13 @@ for ((i=0;i<${#backends[@]};++i)); do
8282
backend=${backends[$i]}
8383

8484
# Fluids and Solids QFunctions use VLA; not currently supported in OCCA
85-
if [[ "$backend" = *occa* && \
86-
( "$1" = fluids-* || "$1" = solids-* || "$1" = t507* ) ]]; then
87-
printf "ok $i0 # SKIP - no support for VLA with $backend\n"
88-
printf "ok $i1 # SKIP - no support for VLA with $backend stdout\n"
89-
printf "ok $i2 # SKIP - no support for VLA with $backend stderr\n"
90-
continue;
91-
fi
85+
# if [[ "$backend" = *occa* && \
86+
# ( "$1" = fluids-* || "$1" = solids-* || "$1" = t507* ) ]]; then
87+
# printf "ok $i0 # SKIP - no support for VLA with $backend\n"
88+
# printf "ok $i1 # SKIP - no support for VLA with $backend stdout\n"
89+
# printf "ok $i2 # SKIP - no support for VLA with $backend stderr\n"
90+
# continue;
91+
# fi
9292

9393
# Nek5000 integration not currently supported in OCCA
9494
if [[ "$backend" = *occa* && \

0 commit comments

Comments
 (0)