Update Readme

This commit is contained in:
Logan Hunt 2021-12-08 18:46:42 -07:00
parent 9362bc1591
commit fed6969612

View File

@ -1,7 +1,9 @@
#+AUTHOR: Logan Hunt #+AUTHOR: Logan Hunt
* CS 5030 Final Project * CS 5030 Final Project
This is GOL. That's it. (Not done yet) [[./report/report.pdf][Report]]
This is GOL. That's it.
[[https://youtu.be/N_aUWYNqpeY][A Video Example]] [[https://youtu.be/N_aUWYNqpeY][A Video Example]]
@ -26,7 +28,11 @@ For example to make a movie of the outputs generated in ~cuda-global/output~ whe
** Building ** Building
*** MPI *** MPI
Not done yet Firstly, ~module load gcc mpich~. Then ~cd~ into ~mpi~ and ~make~.
Then, you can run with
~mpirun -np <cores> ./gol simulate <filename | random> <width> <height> <iterations> <log-each-step?1:0>~
*** Cuda *** Cuda
Firstly, ~cd~ into ~cuda-global~ and ~make~. Firstly, ~cd~ into ~cuda-global~ and ~make~.
@ -37,7 +43,7 @@ Then start an interactive gpu session on notchpeak:
This implementation takes these arguments: This implementation takes these arguments:
~srun ./gol simulate <filename | random> <width> <height> <iterations> <log-each-step?1:0> <block-size>~ ~srun ./gol simulate <filename | random> <width> <height> <iterations> <log-each-step?1:0>~
For example to do 1000 iterations at 1920x1080 with a random starting position (the last ~1~ will log each iteration into the ~output~ directory) with a block size of 32: For example to do 1000 iterations at 1920x1080 with a random starting position (the last ~1~ will log each iteration into the ~output~ directory) with a block size of 32: