MPICH
- 网络并行计算
-
It uses an MPI implementation derived from MPICH that we used in our cluster .
它使用了一个源自于本文中使用的MPICH的MPI实现。
-
Make & at the end of this step you should have your MPICH installation ready for use .
make&执行完这个步骤之后,就已经安装好MPICH了。
-
For our cluster we 'll use MPICH and a set of regular Linux workstations .
对于我们的集群,要使用MPICH和一组普通的Linux工作站。
-
Run the make install command to install MPI in the / opt / mpich folder
运行makeinstall命令将MPI安装到/opt/mpich文件夹
-
Configure-rsh = ssh & this tells MPICH to use ssh as its communication mechanism .
configure-rsh=ssh&这告诉MPICH使用ssh作为通信机制。
-
Secondly , on the parallel computer system , we implement the compile , connection and running of the message passing parallel program model MPICH .
其次实现了消息传递并行编程模型MPICH在并行计算机上的编译、链接与运行。
-
NOTE : Before going further , please make sure you have / opt / mpich available on all the machines using either of the options above .
注意:在进行下一步操作之前,请确保通过上述某种方法使/opt/mpich在所有计算机上可用。
-
MPI standard describes the interface standard , tutorials , libraries , and links to other resources , as well as MPICH , an implementation of MPI .
MPI标准描述了接口标准、教程、库和其他资源的链接,以及MPICH(MPI的一种实现)。
-
Tar-xvf mpich . tar . gz ( Let 's say you get a directory / tmp / mpich-1.2.6 as a result )
tar-xvfmpich.tar.gz(假设执行这个命令之后会得到一个/tmp/mpich-1.2.6目录)
-
Based on the open-source MPICH , developed by Argonne National Laboratory , a Fibre Channel oriented MPI library ( FC_MPI ) is designed according to the character of fibre channel network .
在美国阿尔贡国家实验室开发的MPICH基础上,结合先锋光纤通道交换网的特点,设计了基于先锋光纤通道交换网络的MPI并行通信库(简称FCMPI)。
-
In order that FC-NET can be used in the avionics system easily , MPI-FC-VIA has been designed to support FC-V1A communication protocol through adding bottom layer communication library in the MPICH .
另外,为了实现光纤通道交换网在航空电子综合系统中的应用,本文对航空电子综合系统广泛采用的MPICH底层通信库进行了扩展,设计了支持FC-VIA通信协议的MPI-FC-VIA并行库。