Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 357 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 357 Bytes

OpenMP-Game-Of-Life

This is a simple parallel implementation of the Conway's Game of Life using OpenMP

There are 2 implementations: serial and parallel that I used to measure the performance between those 2 versions by variying the size of the matrix.

The Conway's Game of Life is described here