Skip to content
Snippets Groups Projects
Commit 8644219b authored by Lukáš Čejka's avatar Lukáš Čejka Committed by Tomáš Oberhuber
Browse files

Added output-mode to append the log file, not overwite it. Removed parameter...

Added output-mode to append the log file, not overwite it. Removed parameter verbose for Matrix Reader.
parent 1c79996b
No related branches found
No related tags found
1 merge request!45Matrices revision
...@@ -66,9 +66,9 @@ do ...@@ -66,9 +66,9 @@ do
mtx_file_name=${mtx_file_name%.mtx} mtx_file_name=${mtx_file_name%.mtx}
if test x$DEBUG = xyes; if test x$DEBUG = xyes;
then then
gdb --args $BENCHMARK --input-file $file --log-file log-files/sparse-matrix-benchmark::$mtx_file_name.log --verbose 1 --verbose-MReader 1 gdb --args $BENCHMARK --input-file $file --log-file log-files/sparse-matrix-benchmark.log --output-mode append --verbose 1
else else
$BENCHMARK --input-file $file --log-file log-files/sparse-matrix-benchmark::$mtx_file_name.log --verbose 1 --verbose-MReader 1 $BENCHMARK --input-file $file --log-file log-files/sparse-matrix-benchmark.log --output-mode append --verbose 1
fi fi
done done
fi fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment