Skip to content

This code was written as a part of Parallel computing YSDA course. Using the MPI the parallel version of Game Of Life was created. The square field is divided into N^2 smaller squares at every iteration and any process is responsible for its square. At the end of recomputation, processors share information about their boundaries with their neigh…

Notifications You must be signed in to change notification settings

nikita-astronaut/parallel_mpi_gameoflife

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

parallel_mpi_gameoflife

This code was written as a part of Parallel computing YSDA course. Using the MPI the parallel version of Game Of Life was created. The square field is divided into N^2 smaller squares at every iteration and any process is responsible for its square. At the end of recomputation, processors share information about their boundaries with their neighbours.

About

This code was written as a part of Parallel computing YSDA course. Using the MPI the parallel version of Game Of Life was created. The square field is divided into N^2 smaller squares at every iteration and any process is responsible for its square. At the end of recomputation, processors share information about their boundaries with their neigh…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages