Skip to content

dromato/mpi-game-of-life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

mpi-game-of-life

Simple implementation od Game of Life (with customized live/dead conditions). Parallelized using MPI. Visible performance gain observed when running on multiple cores:

  • Map size: 8000, iterations: 20, cores: 2 (1 performs calculations) - ~23s

  • Map size: 8000, iterations: 20, cores: 5 (4 performs calculations) - ~13.5s

  • Map size: 8000, iterations: 200, cores: 2 (1 performs calculations) - ~229s

  • Map size: 8000, iterations: 200, cores: 5 (4 performs calculations) - ~134s

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages