Skip to content

Project implementing CUDA operations for Orbital mechanics

Notifications You must be signed in to change notification settings

F-Sossi/Two_body_project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Packages

No packages published