Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 1.11 KB

README.md

File metadata and controls

39 lines (23 loc) · 1.11 KB

Distributed Game-of-Life (Open MPI)

High Performance Computing (COMP 364) Final Project built using the Stampede Supercomputer

Benchmarks

Analysis

Build Status


Example here

Example without visuals

Alt Text

Instructions

  • build:

    make

  • run:

    ./gameOfLife <gridLength> <gridWidth> <# of generations> --no-print (optional)

  • running with MPI:

    ibrun -n <number of processing nodes> -o 0 ./gameOfLife <gridLength> <gridWidth> <# of generations> --no-print (optional)

  • running slurm script:

    sbatch slurm.script

Results

Alt Text

Alt Text

License

  • MIT License