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
Project for a Parallel Computing Course.
A Game of life 3D without a O(n^3) implementation
There is a serial version and two parallel versions: one using openmp and another using mpi
About
Game of Life 3D serial, openmp and mpi implementation