From 5d1a7fda076ce7581a8f65586201e2b494a05914 Mon Sep 17 00:00:00 2001 From: jcschaff Date: Sun, 28 Jul 2024 17:55:42 -0400 Subject: [PATCH] invocation syntax for cvode solver --- IDAWin/tests/smoke/smoke.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/IDAWin/tests/smoke/smoke.sh b/IDAWin/tests/smoke/smoke.sh index 76f36d2f..f3c44e73 100755 --- a/IDAWin/tests/smoke/smoke.sh +++ b/IDAWin/tests/smoke/smoke.sh @@ -25,8 +25,8 @@ if [ ! -f "$EXPECTED_OUTPUT" ]; then fi -command="$EXE $INPUT $OUTPUT -tid 0" -echo $command +command="$EXE $INPUT $OUTPUT" +echo "$command" if ! $command; then echo "SundialsSolverStandalone_x64 failed to run. Exiting..." exit 1