aboutsummaryrefslogtreecommitdiffstats
path: root/case-mmap-xread-seq-mt
blob: 061061b94b94f1ea1292af1aa3ccef4c9dc93794 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh

. ./hw_vars

create_sparse_file $SPARSE_FILE $((ROTATE_BYTES))

$USEMEM -t $nr_task -f $SPARSE_FILE --prealloc --readonly $((ROTATE_BYTES >> 3))

rm $SPARSE_FILE