Skip to content

Mooncake911/OpenMP_Practice

Repository files navigation

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages