AndreasMadsen / course-02616-game-of-life

Cluster parallelization of game of life using MPI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Game of life

Cluster parallelization of game of life using MPI. This was developed during the DTU course "02616 Large-scale Modelling". If you are a participant of this course you are not allowed to use it.

Compile and execute

make
mpiexec -n $PROCESSES gameoflife

Note that $PROCESSES must divide the number of cells in the game-of-life initialization matrix defined in main.c.

About

Cluster parallelization of game of life using MPI

License:MIT License


Languages

Language:C 98.9%Language:Makefile 1.1%