KaPy:ParallelGameOfLife

aus dem Wiki des Entropia e.V., CCC Karlsruhe

15. Juni 2012: IPython + mpi4py = paralleles Game of Life

Timo präsentiert uns eine parallele Implementation des Game of Life, realisiert mit IPython und mpi4py. Das Prinzip: Partitioniere das Spielfeld, ein 2D-Numpy-Array, und verteile es auf mehrere Prozessoren.

TODO: Notizen nachtragen TODO: Synatx Highlighter