-
-
-
-
bitonic.c.zip
A simple parallel bitonic sort implementation using MPI and written in C. For all MPI lovers. It will be helpful
-
-
-
MPI_HALLO_WORD.rar
Using MPI in .net application. Message Passing Interface (MPI) is an API specification that allows processes to communicate with one another by ... , where the cost of accessing non-local memory is high. MPI was created by William Gropp, Ewing Lusk and others.
-
jacobi.zip
Jacobi method for solving system of linear equatations in its MPI realization
-
-
juzhensyanbfa.rar
给出了微机网络并行计算环境和拥有共享内存的并行计算环境下大规模矩阵相乘的几种
并行算法,分析了这些算法的计算和通讯时间复杂性,在多台微机上安装并行消息传递机制MPI
(message passing interface) ,构成微机网络并行计算环境,在该环境下对所给算法作了数值试验,
结果表明所给出的算法非常有效,同时在程序没有改动的条件下,将微机网络并行环境下的程序移
植到具有共享内存的并行计算机IBMP650 上,结果表明,所给算法具有更高的加速比和并行效率。
-
cannon.rar
并行程序设计,使用mpi,实现矩阵相乘的cannon算法,包括阻塞式和非阻塞式
-