summaryrefslogtreecommitdiff
path: root/benchmark-scripts/milos-write.sh
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark-scripts/milos-write.sh')
-rwxr-xr-xbenchmark-scripts/milos-write.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/benchmark-scripts/milos-write.sh b/benchmark-scripts/milos-write.sh
index d468bbe..f1d4a2c 100755
--- a/benchmark-scripts/milos-write.sh
+++ b/benchmark-scripts/milos-write.sh
@@ -7,8 +7,8 @@ make -B numa=1 pthread=1 avx512=1
parallel -j1 --eta --joblog ${fn}.joblog --resume --header : \
./mbw -a {ram_in} -b {ram_out} -c {cpu} -n 10 -N {nr_threads} -t5 4096 \
- ::: ram_out $(seq 0 15) \
- :::+ ram_in $(seq 0 15) \
+ ::: ram_out $(seq 0 16) \
+ :::+ ram_in $(seq 0 16) \
::: cpu $(seq 0 7) \
::: nr_threads $(seq 1 16) \
>> ${fn}.txt
@@ -17,8 +17,8 @@ fn=log/${HOST}/write-avx512
parallel -j1 --eta --joblog ${fn}.joblog --resume --header : \
./mbw -a {ram_in} -b {ram_out} -c {cpu} -n 10 -N {nr_threads} -t7 4096 \
- ::: ram_out $(seq 0 15) \
- :::+ ram_in $(seq 0 15) \
+ ::: ram_out $(seq 0 16) \
+ :::+ ram_in $(seq 0 16) \
::: cpu $(seq 0 7) \
::: nr_threads $(seq 1 16) \
>> ${fn}.txt