Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 158 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 158 Bytes

game_of_life_3d

Three implementations of the game-of-life 3D:

  • sequential
  • parallel with Open-OMP (local threads)
  • parallel with MPI (multi-computer)