An open API service indexing awesome lists of open source software.

https://github.com/dtaivpp/parallelexamples

Collection of the same problems solved in parallel in OpenMP, MPI, and Pthreads
https://github.com/dtaivpp/parallelexamples

Last synced: 11 months ago
JSON representation

Collection of the same problems solved in parallel in OpenMP, MPI, and Pthreads

Awesome Lists containing this project

README

          

# ParallelExamples
Collection of the same problems solved in parallel in OpenMP, MPI, and Pthreads

The first example found here are solutions distributing the calculation for a histogram.

The second approximates pi by throwing "Darts" randomly at a square dart board that has a circle inside.