From 7cc3577dba8faf62ef2ac486effe953dc4661fb7 Mon Sep 17 00:00:00 2001 From: Stephanie Labasan Brink Date: Wed, 24 Apr 2024 14:10:11 -0700 Subject: [PATCH] fix check for smoketest_cuda in test (#155) --- src/c/test/t0001-cbinding-basic.t.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/c/test/t0001-cbinding-basic.t.in b/src/c/test/t0001-cbinding-basic.t.in index 825e49b2..474e2ef8 100755 --- a/src/c/test/t0001-cbinding-basic.t.in +++ b/src/c/test/t0001-cbinding-basic.t.in @@ -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