Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 387 Bytes

File metadata and controls

13 lines (11 loc) · 387 Bytes

PARALLEL SYSTEM ARCHITECTURE LABS

  1. Parallel Matrix Multiplication (MPI)
  2. Parallel Quick Sorting (OpenMP)
  3. Parallel Solving of Linear Equations System: Yakobi Method (MPI)
  4. Parallel Solving of Linear Equations System: Gauss Method (OpenMP)
  5. Parallel Solving of Linear Equations System: Square Root Method (OpenMP)

HOW TO SETUP?

install MPI

sudo apt install mpich