Shodor

a national resource for computational science education

HOME BWPEP Shodor Blue Waters


Life Hybrid
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 and wit