We use the agent-based model written in Fortran by Fabiana Laguna to simulate the Aedes aegypti mosquito population and we extend it to a spatially explicit agent-based model in CUDA language.
C code by Ana Gramajo for the agent-based model.
C++ code using Array of Structs (AoS) by Ana Gramajo for the agent-based model. The number of blocks is introduced.
Example code in CUDA by Karina Laneri.
CUDA code by Ana Gramajo and Karina Laneri using Struct of Arrays (SoA) for a spatially explicit agent-based model. We introduce a desynchronization in the buckets discarding.
We use the same CUDA code mentioned above but we have synchronization in the buckets discarding.