inner borders
authorSebastian <git@sraa.de>
Mon, 30 Jun 2014 22:08:10 +0000 (22:08 +0000)
committerSebastian <git@sraa.de>
Mon, 30 Jun 2014 22:08:10 +0000 (22:08 +0000)
commit033d3e6771ae79e5f817e0d3c0d456e7e35b4656
tree0607bbba3bc2ac94a0f3d77f13544a4409d5c3b2
parent37c8a47691dbe0717a224a6430f6135d5f3c1a35
inner borders

- implement inner borders, still wrap-around the outer borders
- shm_t uses CORES_X, CORES_Y instead of linearized numbers
- change index order to be [y][x] everywhere
- maximum size now 104x104 (using 26x26 blocks in a 4x4 grid)
- compile-time bombs for anything larger
- finally supports non-square block and grid sizes
lb/esrc/d2q9.c
lb/esrc/lb.h
lb/esrc/lb_2d.c
lb/hsrc/main.c
lb/shared.h