Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 823 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 823 Bytes

Multiprocessing Analysis

This project is an analysis the performance of multiprocessing in C++ using OpenMP and CUDA for the following two problems:

  • The calculation of Pi using the Monte Carlo method.
  • The calculation of a vector/matrix/vector product.

Analysis

Different multiprocessing approaches are used for testing purpose, like using critical sections, atomics, reductions, etc. The results of the analysis are well explained, commented and justified in the following Jupiter Notebooks:

Requirements