Skip to content

Distributed Simulation built on Stampede Supercomputer.

License

Notifications You must be signed in to change notification settings

chernandez7/Game-of-Life

Repository files navigation

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

About

Distributed Simulation built on Stampede Supercomputer.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published