Skip to content

goodbye-and-hello/MPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

MPICH2 Clustering Project

Since : 2018.06.05 ~ 2018.06.12

Author : @ssibongee

We construct a clustering environment using four PCs (MPI) and compare the performance

difference according to degree of parallelism by matrix multiplication.

1. System Environment

sysenv

Using 4 PCs in Computer Labs Yonsei Univ WJ

2. Testing

test_c

test code to verify that our system environment is correctly built

it can be confirmed that it works correctly.

3. Experiments

Experiment 1

experiment environment

PC RANK MATRIX WIDTH
1 1 ~ 10 1024x1024

experiment results

ex1_1

ex1_2

Experiment 2

experiment environment

PC RANK MATRIX WIDTH
2 1 ~ 10 1024x1024

experiment results

ex2_1

ex2_2

Experiment 3

experiment environment

PC RANK MATRIX WIDTH
4 1 ~ 10 1024x1024

experiment results

ex3_1

ex3_2

Experiment 4

experiment environment

PC RANK MATRIX WIDTH
4 4 64x64 ~ 1024x1024

experiment results

ex4_1

4. Efficiency Analysis

Experiment 1

eff_1

Experiment 2

eff_2

Experiment 3

eff_3

Experiment 4

eff_4

Experiments Compare 1 to 3

eff_cmp

Releases

No releases published

Packages

No packages published

Languages