Shodor

a national resource for computational science education

HOME BWPEP Shodor Blue Waters


Game of Life with OpenMP
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, shares the grid between OpenMP threads.