KaPy:ParallelGameOfLife: Unterschied zwischen den Versionen

aus dem Wiki des Entropia e.V., CCC Karlsruhe
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 38: Zeile 38:
mpi4py Tutorial / Documentation
mpi4py Tutorial / Documentation
--->
--->
=== mpi4py ===
=== IPython.parallel ===
=== Game of Life - Implementation ===
=== Quellen ===

Version vom 15. Juni 2012, 20:31 Uhr

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


mpi4py

IPython.parallel

Game of Life - Implementation

Quellen