makotora / GameOfLife_Parallel_Programming

Conway's Game of Life - Parallel Programming Implementations in C

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Conway's Game of Life implementation in C, using three different parallel programming models:

  • Distributed memory programming, using MPI

  • Shared memory programming, using OpenMP

  • NVIDIA GPU programming, using Cuda

About

Conway's Game of Life - Parallel Programming Implementations in C


Languages

Language:C 85.7%Language:Cuda 12.0%Language:Makefile 2.2%