diff --git a/fast/gpu.sh b/fast/gpu.sh index ab4a79e547..4d547855e2 100644 --- a/fast/gpu.sh +++ b/fast/gpu.sh @@ -13,7 +13,7 @@ export DEVITO_LOGGING=BENCH # That is, we exclude the data copying to and from the device. get_throughput() { #echo $($@) - $@ |& grep section0 | head -n 1 | cut -d ' ' -f10 + $@ |& grep section0 | head -n 1 | cut -d ' ' -f12 } # Iterate over benchmarks and cases, print simple CSV data to stdout diff --git a/fast/slurm-jobs/gpu.slurm b/fast/slurm-jobs/gpu.slurm index 98d0ee77e9..e9cb504e75 100755 --- a/fast/slurm-jobs/gpu.slurm +++ b/fast/slurm-jobs/gpu.slurm @@ -41,7 +41,7 @@ export DEVITO_LOGGING=BENCH # That is, we exclude the data copying to and from the device. get_throughput() { #echo $($@) - $@ |& grep section0 | head -n 1 | cut -d ' ' -f10 + $@ |& grep section0 | head -n 1 | cut -d ' ' -f12 } # Iterate over benchmarks and cases, print simple CSV data to stdout