From fed69696128f77bb0153336a37f4a6350a39475f Mon Sep 17 00:00:00 2001 From: Logan Hunt Date: Wed, 8 Dec 2021 18:46:42 -0700 Subject: [PATCH] Update Readme --- Readme.org | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/Readme.org b/Readme.org index 43b860f..9de0370 100644 --- a/Readme.org +++ b/Readme.org @@ -1,7 +1,9 @@ #+AUTHOR: Logan Hunt * 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]] @@ -26,7 +28,11 @@ For example to make a movie of the outputs generated in ~cuda-global/output~ whe ** Building *** MPI -Not done yet +Firstly, ~module load gcc mpich~. Then ~cd~ into ~mpi~ and ~make~. + +Then, you can run with + +~mpirun -np ./gol simulate ~ *** Cuda Firstly, ~cd~ into ~cuda-global~ and ~make~. @@ -37,7 +43,7 @@ Then start an interactive gpu session on notchpeak: This implementation takes these arguments: -~srun ./gol simulate ~ +~srun ./gol simulate ~ 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: