Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 316 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 316 Bytes

Parallel and distributed calculation labworks

Lab1

Parallel sorting of arrays using ASM MMX instruction inside C++ code

Lab2

Parallel sorting of arrays using ASM SSE instruction inside C++ code

Lab3

Parallel calculation for a^x mod p for RSA using OpenMP

Lab4

Calculation of sum of series using MPI