Skip to content

Latest commit

 

History

History
12 lines (12 loc) · 890 Bytes

README.md

File metadata and controls

12 lines (12 loc) · 890 Bytes

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