搜索资源列表
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.
prodave_vb
- 利用第三方软件(如VB)开发S7-300PLC与上位机进行MPI通讯的源码实例!非常珍贵!-The use of third-party software (such as VB) development of S7-300PLC to MPI communication with the host computer source code examples! Very precious!
mpidesign
- mpi程序设计由入门到精通,内容全面,实例丰富-mpi programming from the entry to the competent, comprehensive, examples of rich
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.
MatlabMPI
- examples about mpi running under matlab
mpi
- Basic MPI introductory examples. Uploaded so other people can ease into MPI development.
MPI.pdf
- 学习并行计算mpi的最佳教程之一。介绍了mpi的功能,应用,并给出了一些非常实用的算例。-Learn mpi parallel computing is one of the best tutorials. Mpi introduced features, applications, and gives some very practical examples.
MPI_example
- The traditional logical view of a sequential computer consists of a memory connected to a processor via a datapath. All three components – processor, memory, and datapath – present bottlenecks to the overall processing rate of a computer system. A nu
MPI-Examples-master
- MPI 的测试用例 和常用函数的实例,主要用于新手的练习(MPI test example and the nomal function examples, it is used to test)
mpi4py-examples-master
- matrix multiplication using python and mpi
2018900090_Asgn6
- C++ MPI Code for parallel processing. Multiple examples given in the algorithm.
并行计算导论(原书第2版) 清晰PDF
- 并行计算导论系统介绍涉及并行计算的体系结构、编程范例、算法与应用和标准等。覆盖了并行计算领域的传统问题,并且尽可能地采用与底层平台无关的体系结构和针对抽象模型来设计算法。书中选择MPI(Message Passing Interface)、POSIX线程和OpenMP这三个应用*广泛的编写可移植并行程序的标准作为编程模型,并在不同例子中反映了并行计算的不断变化的应用组合。(ntroduction to Parallel Computing System introduces the archit