Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save wolfram77/20e7d8b6b0b978eb3b384d298bf42ba8 to your computer and use it in GitHub Desktop.
Save wolfram77/20e7d8b6b0b978eb3b384d298bf42ba8 to your computer and use it in GitHub Desktop.
Parallel Programming Approaches for an Agent-based Simulation of Concurrent Pandemic and Seasonal Influenza Outbreaks : NOTES

Highlighted notes while preparing for project on Computational Epidemics:
Parallel Programming Approaches for an Agent-based Simulation of Concurrent Pandemic and Seasonal Influenza Outbreaks.
Milton Soto-Ferraria; Peter Holvenstot; Diana Prietoa; Elise de Doncker; John Kapenga.

2013 International Conference on Computational Science.
Procedia Computer Science 18 ( 2013 ) 2187 – 2192.

In this paper we propose parallelized versions of an agent-based simulation for concurrent pandemic and seasonal influenza outbreaks. The objective of the implementations is to significantly reduce the replication time and allow faster evaluation of mitigation strategies during an ongoing emergency. The simulation was initially parallelized using the g++ OpenMP library. We simulated the outbreak in a population of 1,000,000 individuals to evaluate algorithm performance and results. In addition to the OpenMP parallelization, a proposed CUDA implementation is also presented.

ORG

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment