抄録
This article provides basic information for making parallel programs with MPI. The author have chosen MPI as a basic programming interface on PC clusters, because the parallel execution model it assumes is very close to clusters. The MPI functions introduced in this article are for sending or receiving messages, broadcasting or reducing data, and starting and ending MPI environments. This article also introduces how to compile and execute MPI programs.