Mooncake911 / OpenMPI_Practice

OpenMPI Practice with Min/Max search in a vector, scalar product of vectors, matrix-multiplication: Strip & Fox algorithms.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OpenMPI Practice

OpenMPI code located in C++ folder. All OpenMPI 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. message.ipynb - different ways to send messages.
  4. matrix.ipynb - сalculating the multiplication product of square matrices (Fox and Strip algorithms).

See also

OpenMP_Practice

About

OpenMPI Practice with Min/Max search in a vector, scalar product of vectors, matrix-multiplication: Strip & Fox algorithms.

License:MIT License


Languages

Language:Jupyter Notebook 98.9%Language:C++ 0.8%Language:Python 0.2%Language:CMake 0.0%