Skip to content

The game of life. Introduction to parallel computing. SIANI.

Notifications You must be signed in to change notification settings

joseivanlopez/gamelife

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 

Repository files navigation

To compile:
$ mpicc gamelife.c -o gamelife -fopenmp

To execute:
  With Sequential or openMP method:
  $ ./gamelife [options] -m [0|1]
  $ OMP_NUM_THREADS=N ./gamelife [options] -m 1
  
  With MPI method:
  $ mpirun -np N gamelife [options] -m 2
  
  With MPI optimized method:
  $ mpirun -np N gamelife [options] -m 3

Authors
  José Iván López González
  Jacob David Rodríguez Bordón
  

https://github.com/joseivanlopez/gamelife

About

The game of life. Introduction to parallel computing. SIANI.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published