Skip to content

Commit

Permalink
Adds occa backends to tests for the fluids example.
Browse files Browse the repository at this point in the history
  • Loading branch information
kris-rowe committed Aug 30, 2022
1 parent 3d396e1 commit 8801fe3
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions tests/tap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -82,13 +82,13 @@ for ((i=0;i<${#backends[@]};++i)); do
backend=${backends[$i]}

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

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

0 comments on commit 8801fe3

Please sign in to comment.