Skip to content
This repository was archived by the owner on Sep 3, 2025. It is now read-only.

byjtew/karman-whirlwind-top-project

Repository files navigation

TOP Project - Karman's whirlwind


Last realized simulation

Simulation animation


Optimization notes

Report here

Quickstart

Build:

git clone https://github.com/byjtew/TOP-Project.git
cd TOP-Project
mkdir build
cd build
cmake .. -DCMAKE_C_COMPILER=`which mpicc`
make

Run:

mpirun -np 4 ./bin/main ./bin/config

Generate simulation in a GIF (if you have GNU-Parallel):

bash ./bin/parallel_gen_animate_gif_legacy.sh ./bin/resultat.raw ./output.gif

Generate simulation in a GIF (if you do not have GNU-Parallel):

sh ./bin/gen_animate_gif_legacy.sh ./bin/resultat.raw ./output.gif

About

Projet de Techniques d'Optimisation de la Parallélisation

Resources

Stars

Watchers

Forks

Packages

No packages published