FLAMEGPU2
FLAMEGPU2 copied to clipboard
Implementation of Schelling's segregation model example
This works but currently relies on some questionable code, specifically using cuda thread index to allow an unusual access pattern to a message list.
A revised / FLAME GPU 2.0.0-rc compatible version of this is in FLAMEGPU/ABM_Framework_Comparisons.
https://github.com/FLAMEGPU/ABM_Framework_Comparisons/blob/FLAMEGPU2/FLAMEGPU2/src/schelling.cu
The size will want to be reduced.