MPI(Message Passing Interface)是由 MPI 委员会制定的一个消息传递标准,其中定义了一系列用于分布式环境中进行进程间通信的编程接口,目前有 MPI-1 和 MPI-2 两个版本。MPICH2 就是对 MPI 的一个具体实现,MPICH2 在保证高性能的同时保持了高度的可移植性,支持包括 AIX、Linux(IA32 和 x86-64)、Mac OS/X(PowerPC 和 Intel)、Solaris(32 位和 64 位)和 Windows 在内的多种平台。
2021-04-24 10:57:38 9.42MB MPICH2 64位 windows
1
在CentOS6.5 系统中安装 WRF、WPS、WRF-Chem及相应的软件, 使用的是PGI编译器 CentOS 安装的时候,最好将所有的软件都装上
2021-03-30 09:31:37 19KB WRF安装 WPS安装 WRF-chem安装 mpich2安装
1
利用多线程是一种便捷的并行处理模型,其中 每个线程都可以访问其它线程的存储空间。因此, 这种模型只能在共享存储系统之间移植开发。一般 来讲,并行机不一定在各处理器之间共享存储,当 面向非共享存储系统开发并行程序时,程序的各部 分之间通过来回传递消息的方式通信。要使得消息 传递方式可移植,就需要采用标准的消息传递库。 这就促成的消息传递接口(Message Passing Interface, MPI)的面世,MPI是一种被广泛采用的 消息传递标准。
2021-01-28 01:14:25 8.29MB 分布式系统 MPI 分布式计算
1
mpich2-1.3.2p1-win-ia32.msi MPICH2 安装版 及其配置PPt
2019-12-21 22:23:16 8.14MB MPICH2
1
mpich2-1.4.1p1-win-ia32.msi
2019-12-21 20:03:53 8.36MB mpi2
1
这个是搭建mpich2集群所必须的安装包,没有此包是不能使用mpi的。
2019-12-21 19:31:53 16.45MB mpich2 安装包
1
You must install MPICH2 on all machines that you want to run MPI programs on. Run the installer on each machine individually. The installer creates the following mpich2 directory structure on your machine: mpich2\bin mpich2\include mpich2\lib The include and lib directories contain the libraries needed to compile MPI programs. The mpich2 dlls are copied to the Windows\system32 directory. The bin directory contains smpd.exe which is the MPICH2 process manager used to launch MPI programs. mpiexec.exe, also found in the bin directory, is used to start MPICH2 jobs.
2013-03-07 00:00:00 12.87MB MPICH2
1