F-Sossi / Two_body_project

Project implementing CUDA operations for Orbital mechanics

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Two_body_project

Project implementing CUDA operations for Orbital mechanics

PlantUML model

PlantUML model

Note: install glut and opengl libraries for visualisation sudo apt-get install mesa-common-dev libglu1-mesa-dev freeglut3-dev

Added Cmake support for the project: sudo apt install cmake

Complile with cmake:

mkdir build cd build cmake .. make ./my_project

To view the .md files install markdown preview enhanced

To compile: nvcc kernel.cu -o tbp.exe -lGL -lGLU -lglut To run: ./lab3

About

Project implementing CUDA operations for Orbital mechanics


Languages

Language:Makefile 45.8%Language:CMake 23.2%Language:C++ 15.5%Language:C 9.3%Language:Cuda 5.6%Language:Python 0.6%Language:TypeScript 0.1%Language:TeX 0.0%