juanfgarcia / OpenAsteroides

Práctica Arquitectura de Comptuadores con OpenMP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OpenAsteroides

A simulation of asteroids move with a parallelism model made with OpenMP library. The program needs a number of asteroids, a number of planets placed on the borders, an a number of iterations (of time 0,1s)

Usage

make
./nasteroids-par num_asteroids num_iterations num_planets seed

About

Práctica Arquitectura de Comptuadores con OpenMP


Languages

Language:C++ 95.5%Language:Makefile 4.5%