Mooncake911 / OpenMP_Practice

OpenMP Practice with Min/Max search in a vector, scalar product of vectors, simplest work with matrices.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OpenMP Practice

OpenMP code located in C++ folder. All OpenMP calculations are written in .csv and store in data folder. In Jupyter Notebooks you'll find the short conclusion [RUS]. And myplots.py needs to visualize plots.

Tasks

  1. minmax.ipynb - searching for Min/Max in vector.
  2. scalar.ipynb - calculating scalar product.
  3. scalar2.ipynb - scalar product with filling a vector with random numbers by sections.
  4. matrix.ipynb - searching for Max value from Min values in each raw of matrix.
  5. matrix2.ipynb - the same as 4, but with uneven compute load with triangle matrix.
  6. Numerical-Integration - add repo with сalculating the area under curve.

See also

OpenMPI_Practice

About

OpenMP Practice with Min/Max search in a vector, scalar product of vectors, simplest work with matrices.

License:MIT License


Languages

Language:Jupyter Notebook 99.5%Language:C++ 0.4%Language:Python 0.1%Language:CMake 0.0%