Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 487 Bytes

README.md

File metadata and controls

29 lines (16 loc) · 487 Bytes

Experiments of CSU Parallel Computing

do not copy directly ^ ^

Lab1

Compare the speed rate of:

  1. Multi thread and serially;
  2. Thread pool and non-pool.

Here is the result simple:

res_lab1

Lab2

Compare the speed rate of calculating pi using mpich and serially.

Here is the result simple:

res_lab2

Lab3

Auto-find the best thread number of calculating big mat using openmpi.

Here is the result simple:

res_lab3