Skip to content
Snippets Groups Projects
Commit f100fb77 authored by Jan Laukemann's avatar Jan Laukemann
Browse files

bugfix

parent 626359cc
No related branches found
No related tags found
No related merge requests found
......@@ -20,10 +20,10 @@ if [ -z $ARCH ]; then
exit -1
fi
OUTPUT="../results_lbmpy_${ARCH}_tmp.csv"
OUTPUT="../results_lbmpy_${ARCH}.csv"
################################
# Start execution
# Run benchmarks
./lbmpy_bench.py --all --kerncraft -o $OUTPUT $ARCH
./lbmpy_bench.py --all -o $OUTPUT $ARCH
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment