Skip to content

TanguyLeMo/GameOfLife

Repository files navigation

Game-Of-Life

Kurzueberblick und Einstiegspunkte fuer das Projekt.

Dokumentation Die vollstaendige Dokumentation als PDF: doc/doc.pdf

Build (Windows) Voraussetzungen:

  • Visual Studio 2022 mit "Desktop development with C++"
  • CMake
  • MS-MPI
  • OpenMP
  • CUDA Toolkit + NVIDIA Treiber (nur fuer GPU-Pfade)

Schritte (in einer "Developer Command Prompt for VS" bzw. mit gesetzter VS-Umgebung):

  1. In das Projektverzeichnis wechseln:
cd GameOfLife
  1. Konfigurieren:
cmake --preset x64-release
  1. Bauen:
cmake --build out\build\x64-release
  1. Ausfuehren (MPI, Anzahl muss eine Zweierpotenz sein):
mpiexec -n 1 out\build\x64-release\GameOfLife.exe

About

No description, website, or topics provided.

Resources

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors