aboutsummaryrefslogtreecommitdiff
path: root/measure_times.sh
diff options
context:
space:
mode:
Diffstat (limited to 'measure_times.sh')
-rwxr-xr-xmeasure_times.sh4
1 files changed, 2 insertions, 2 deletions
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