Ch MPI Demo Programs
Original Program Codes
cpi.c
mm_orig.c
mm.c
-- number of rows of matrix A (NRA) is changed from 62 to 12
Program Codes for Parallel Execution Speedup
cpi_speedup.c
mm_speedup.c
matrixmultiply.h
matrixmultiply.c
matrixmultiply.chf
matrixmultiply_chdl.c
mm_speedup.ch
-- matrix computation is carried out by the Ch computational array
mm_speedup.py
-- A Python program written with MPI for Python
Program Codes for Bandwidth and Latency Tests
osu_bw.c
osu_latency.c
osu_bw.py
-- A Python program written with MPI for Python
osu_latency.py
-- A Python program written with MPI for Python