上传者: yxyslq
|
上传时间: 2022-03-13 17:14:25
|
文件大小: 9.63MB
|
文件类型: -
MPI是为统一不同的MPP产家的消息传递API而制订的工业标准。
MPI的内涵和外延:
• MPI是一个库,不是一门语言;
• MPI是一种标准或规范的代表,而不特指某一个对它的具体实现;
并行机制造商对MPI支持较强,可免费下载MPI在不同并行机上的实现。
• MPI是一种消息传递编程模型,并成为这种编程模型的代表和事实上的标准。
最终目的是服务于进程间通信这一目标!
MPICH is an implementation of the Message-Passing Interface (MPI). The goals of MPICH2 are to provide an MPI implementation for important platforms, including clusters, SMPs, and massively parallel processors. It also provides a vehicle for MPI implementation research and for developing new and better parallel programming environments