title: "COVID-19 Modeling with the Game of Life"
date: 2020-05-05
author: "Daniel Ackermans"
- pull us.csv from NYT github files (https://github.com/nytimes/covid-19-data)
- "outputs" folder created
- "data" folder created
- set WORLD_POP to current number from:
- compile with "Makefile"
- run with slurm script:
- Example slurm script: slurpSpectrum.sh
- Maximum worldSize = 2,000,0000
- project
- data/
- outputs/
- gol-main.c
- gol-with-cuda.cu
- Makefile
- slurmSpectrum.sh
- us.csv
- README.md
slurm*.sh:
2 1 3 3 300000 7 128 0
Line items:
- initialization pattern (0-4)
- spread pattern (0-3)
- infection rate (0-100)
- death rate (0-100)
- sim. world size ( < 2,000,000)
- iterations (> 0)
- number of threads (1-128)
- output(on/off) (0 or 1)