Skip to content

Commit

Permalink
skip CHPL_GPU=cpu
Browse files Browse the repository at this point in the history
Signed-off-by: Jade Abraham <[email protected]>
  • Loading branch information
jabraham17 committed Mar 11, 2024
1 parent a6464f5 commit 5208ad7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/gpu/native/studies/minibude/SKIPIF
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
#!/usr/bin/env bash

# skip if using CHPL_GPU=cpu
if [ "$CHPL_GPU" = "cpu" ]; then
echo "True"
exit
fi

CWD=$(cd $(dirname ${BASH_SOURCE[0]}) ; pwd)

# We're currently using Josh's fork, at some point this may get integrated into
Expand Down

0 comments on commit 5208ad7

Please sign in to comment.