You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Game Of Life In Parallel #
### Install ###
sudo apt install mpich
### How to Compile ###
mpic++ main.cpp Row/Row.cpp Column/Column.cpp -Iincludes/
mpirun -np 4 ./a.out
-np is the amount of processes