From 7e9efcd2e4446f6c51f457640d1a34f52d4b1ab3 Mon Sep 17 00:00:00 2001 From: Wojtek Kosior Date: Wed, 24 Jul 2019 13:45:58 +0200 Subject: correct polynomial order for gauss --- measure_times.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'measure_times.sh') diff --git a/measure_times.sh b/measure_times.sh index f3a028f..9c85a21 100755 --- a/measure_times.sh +++ b/measure_times.sh @@ -42,11 +42,11 @@ for NSU in $NSUBINTERVALS; do # bash is weird... don't ask me... TIME=`bash -c "time cafrun -np $NIM ./integrator \ - gauss exp -1 1 2 $NSU" 2>&1 > /dev/null` + gauss exp -1 1 1 $NSU" 2>&1 > /dev/null` if [ $NIM = 1 ]; then TIME=$TIME\(`bash -c "time ./integrator_single \ - gauss exp -1 1 2 $NSU" 2>&1 > /dev/null`\) + gauss exp -1 1 1 $NSU" 2>&1 > /dev/null`\) fi printf "%14s\n" $TIME -- cgit v1.2.3