This application is a fast implementation of Conway's Game of Life. Every core calculates a fixed number of rows and uses remote writes to neighbouring cores (with buffers) in order to speed up the calculations.
You need to have OMPi v2.0.0 or later installed. In order to build this application, simply execute:
ompicc gol_fast.c
On esdk.2015.1
, run the application executing the following command:
./a.out
For older e-SDK versions:
./run.sh
GNU GENERAL PUBLIC LICENSE // Version 2, June 1991
The OMPi Team, Parallel Processing Group, University of Ioannina