Shodor

a national resource for computational science education

HOME BWPEP Shodor Blue Waters


Game of Life with MPI
Conway's Game of Life is a classic example of a cellular automaton. Each cell's next state is based on its neighbors' states. This implementation, written in C, breaks the grid into parts and communicates the boundaries between processes using MPI.