搜索资源列表
examples
- 并行计算的例子程序 环境需要lam/Linux 可从lam-mpi.org找到
MPI_Melyan
- 10 Mpi source examples for begginers
PSO
- 粒子群进化算法,标准的源代码程序和实例教程。-Evolutionary particle swarm algorithm, standard procedures and examples of source code tutorial.
mpi_demo
- MPI并行计算的编程,有很多重要的例子,很有用。-MPI parallel computing programming, there are many important examples, very useful.
sg245380
- This redbook helps you write MPI (Message Passing Interface) programs that run on distributed memory machines. Complex topics are explained using plenty of concrete examples and figures. Very usefully for beginners.
MPI_Basics
- pdf slides about basics of MPI, All the basics are covered and explained with the help of examples.
MPIALLTOALL
- MPI实现, MPI_Alltoall使用示例,需在VC++下编译实现-MPI implementation, MPI_Alltoall the use of examples, need to compile under VC++ to achieve
MPI1Exercises.tar
- Some examples of MPI (Message Passing Interface) in order to understand its use.
SRC
- image Edge detection
MPI.tar
- MPI并行计算的一些实例,包括向量矩阵计算,广播等并行算法~-MPI parallel computing of some examples, including the vector-matrix calculation, broadcast, parallel algorithm ~
mpi
- ubuntu环境下实现mpi程序并行的几个例子。里面有对应的串行语言 -ubuntu environment to achieve a parallel mpi program a few examples. There are corresponding serial language
mpi
- 此文档为MPI组网编程实例,包含的子文件比较多,对这方面的同志有一定帮助。-This document is the MPI network programming examples, sub-file contains more, comrades in this area will definitely help.
mpi
- Basic MPI introductory examples. Uploaded so other people can ease into MPI development.
mpi_sum
- 利用MPI来进行并行计算,简单的大鼠求和的例子。可以了解MPI的语法和通信的原理。- Use MPI for parallel computing, a simple summation of large numbers of examples. MPI can understand the principle of grammar and communication.
projects.teacher
- mpi并行程序设计实例教程源码,欢迎大家下载使用-mpi parallel programming tutorial examples source
mpiTest
- MPI并行程序设计实例从易到难多个实例,从入门的并行helloWorld,到圆周率的计算,以及多个并行程序设计的实例。-MPI parallel program design example From easy to difficult multiple instances.From the parallel helloWorld entry, to the calculation of PI, and a plurality of parallel programming examples.
MPI-Examples-master
- MPI 的测试用例 和常用函数的实例,主要用于新手的练习(MPI test example and the nomal function examples, it is used to test)
并行计算导论(原书第2版) 清晰PDF
- 并行计算导论系统介绍涉及并行计算的体系结构、编程范例、算法与应用和标准等。覆盖了并行计算领域的传统问题,并且尽可能地采用与底层平台无关的体系结构和针对抽象模型来设计算法。书中选择MPI(Message Passing Interface)、POSIX线程和OpenMP这三个应用*广泛的编写可移植并行程序的标准作为编程模型,并在不同例子中反映了并行计算的不断变化的应用组合。(ntroduction to Parallel Computing System introduces the archit