Skip to content

Commit

Permalink
fix check for smoketest_cuda in test (#155)
Browse files Browse the repository at this point in the history
  • Loading branch information
slabasan authored Apr 24, 2024
1 parent 1e5d5fa commit 7cc3577
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/c/test/t0001-cbinding-basic.t.in
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ test_expect_success 'PERFFLOW_OPTIONS: use verbose (default) format smoketest' '
fi
'

if test -f ../smoketest_MPI; then
if test -f ../smoketest_cuda; then
# Run cuda tests if NVIDIA GPU is present
lspci=$(lspci | grep -i nvidia 2>/dev/null)
if [ -n "${lspci}" ]; then
Expand Down

0 comments on commit 7cc3577

Please sign in to comment.