diff --git a/benchmarks/lbmpy/create_plotdata_lbmpy_single_core.sh b/benchmarks/lbmpy/create_plotdata_lbmpy_single_core.sh index 04fa41453f816d2f68168bdb2e43f123953771ed..caa9fddff211fd84eff00270154dd5a63fa48b42 100755 --- a/benchmarks/lbmpy/create_plotdata_lbmpy_single_core.sh +++ b/benchmarks/lbmpy/create_plotdata_lbmpy_single_core.sh @@ -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