1 # memtoy test 4 - single 1g anon segment
2 # interleave across (0,1); then migrate to (2,3)
3 numa
4 anon foo 1g
5 map foo
6 mbind foo interleaved 0,1
7 touch foo w
8 where foo 8p 64p
9 numa
10 #pause
11 migrate 2,3 0,1
12 touch foo r
13 where foo 8p 64p
14 numa
15