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.
- minmax.ipynb - searching for Min/Max in vector.
- scalar.ipynb - calculating scalar product.
- message.ipynb - different ways to send messages.
- matrix.ipynb - сalculating the multiplication product of square matrices (Fox and Strip algorithms).