Skip to content

Adaptation of N-Body problem in serial code (src: rosettacode.org) to Parallel Programming/Parallel Computing in Language C with pThreads.

License

Notifications You must be signed in to change notification settings

andresilmor/N-Body-problem-with-Parallelization-in-Language-C

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

N-Body-problem-with-Parallelization-in-Language-C

Exercise for Advanced Computing (Informatics MSc, ESTiG-IPB), in resume, the goal was to parallellize the N-Body problem made with serial code from rosettacode.org to Parallel Programming/Parallel Computing in Language C, that parallelization should be dynamic, it means that we should not define a fix number of available threads (use of array of threads) and using the pThread library.

About

Adaptation of N-Body problem in serial code (src: rosettacode.org) to Parallel Programming/Parallel Computing in Language C with pThreads.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published