Commit 41107a68 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 7727143a
...@@ -191,7 +191,8 @@ EOF ...@@ -191,7 +191,8 @@ EOF
export WENDELIN_CORE_ZBLK_FMT=ZBlk1 export WENDELIN_CORE_ZBLK_FMT=ZBlk1
# XXX 32 temp - raise # XXX 32 temp - raise
work=32 # array size generated (MB) work=8 # array size generated (MB)
#work=32 # array size generated (MB)
#work=64 #work=64
#work=512 # array size generated (MB) #work=512 # array size generated (MB)
...@@ -371,9 +372,10 @@ bench_local() { ...@@ -371,9 +372,10 @@ bench_local() {
wait wait
} }
header() # ---- main driver ----
gen_data() header
bench_local() gen_data
bench_local
# all ok # all ok
trap - EXIT trap - EXIT
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment