1#memtoy test -- manual migrate 2 1M shared memory segments
2numa
3shm foo 1m
4shm bar 1m
5show
6map foo
7mbind foo preferred 1
8map bar
9mbind bar preferred 2
10touch foo w
11numa
12touch bar w
13numa
14# examine location @ 16p offset
15where foo 16p 64p
16where bar 16p 64p
17migrate 3
18numa
19where foo 16p 64p
20where bar 16p 64p
21numa
22show
23unmap foo
24unmap bar
25show
26