Skip to content

Solo research project extending Conway’s Game of Life to model COVID-19 spread within a population

Notifications You must be signed in to change notification settings

marchdan/GameOfLife-COVID19

Repository files navigation

GameOfLife-COVID19


COVID-19 Modeling with the Game of Life

title: "COVID-19 Modeling with the Game of Life"
date: 2020-05-05
author: "Daniel Ackermans"

Testing enviroment setup:

Minimun needed directory structure:

  • project
    • data/
    • outputs/
    • gol-main.c
    • gol-with-cuda.cu
    • Makefile
    • slurmSpectrum.sh
    • us.csv
    • README.md

Compile line arguments

slurm*.sh:

2 1 3 3 300000 7 128 0

Line items:

  1. initialization pattern (0-4)
  2. spread pattern (0-3)
  3. infection rate (0-100)
  4. death rate (0-100)
  5. sim. world size ( < 2,000,000)
  6. iterations (> 0)
  7. number of threads (1-128)
  8. output(on/off) (0 or 1)

About

Solo research project extending Conway’s Game of Life to model COVID-19 spread within a population

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published