搜索资源列表
MPIdemo
- 基于MPI1.2.5并行环境的MPI示例源代码,包括C和Fortran版本,非常适合MPI初学者 -MPI1.2.5 parallel environment based on the MPI example source code, including C and Fortran version, ideal for beginners MPI
example
- 这是我学习并行编程的第一个程序, 原来时fortran的, 我将其改写为c的, 两分程序都在包中, 程序比较简单,但很有助于理解mpi
MPI_IO.基于mpi-2 规范的并行i/o方法
- 基于mpi-2 规范的并行i/o方法,以并行矩阵乘法问题为例,比较了并行i/o和串 行i/o的性能,给出了并行i/o方法的应用实例。,Mpi-2 norms based on the parallel i/o approach to parallel matrix multiplication as an example, compare the parallel i/o and serial i/o performance, given the parallel i/o methods of
mpi
- 通过实例详细讲解MPI程序设计方法及过程。-Explained in detail by an example MPI program design method and process.
transpose
- cuda平台开发的矩阵变换并行操作(Matrix transpose),属于cuda sdk中的内容-Small Matrix transpose with Cuda (Example for a 16x16 matrix)
parallel.c.tar
- Example code for MPI
myexample[1].c
- example of parallel programme usin Mpi
jacobi
- 用c语言编写的算法—雅克比迭代,是学习并行的好例子-The algorithm using c language- Jacobi iteration, is a good example of parallel learning
mpi
- 《并行计算导论》中的一个小例子(c++,mpi),运行在linux下-Introduction to parallel computing in a small example (c++, mpi), running under linux
int
- /* The following is an example of an MPI code written in C. */ /* The application opens an output file for each processor */ /* named OutFile.n where n is the processor number, writes */ /* an array of ints to the file, then closes the file. -
transpose_me
- this abou MPI implementation in paralle processing.an example of transpose matrix-this is abou MPI implementation in paralle processing.an example of transpose matrix
MPI_sample
- MPI例子程序,带有13个MPI并行程序,对学习MPI并行编程大有裨益-MPI example program, with 13 MPI parallel program to the study of great benefit to MPI parallel programming
broadcast
- this program is example Broadcast with mpi
mpi1
- Programming MPI example 1 in C / C-Programming MPI example 1 in C / C++
MapReduce-Wordcount
- MapReduce-Wordcount例子-MapReduce-Wordcount example
Exemple
- ¶ it is a simple example of the calculation of pi which realised with MPI -¶ it is a simple example of the calculation of pi which realised with MPI
MPI
- MPI代码设计实例程序和论文教程,包含雅克比、小波变换、一维口袋问题动态规划、热分布问题等算法实现-MPI code design tutorial example programs and papers, including Jacobi, wavelet transform, one-dimensional dynamic programming problem pocket, heat distribution algorithm problems
Mpi--datalog--classification--
- Mpi例子以及datalog 说明和数据挖掘分类机制-The Mpi example and datalog instructions and data mining classification mechanism
MPI-BOPOK
- 适合并行计算初学者,十分容易上手,书中实例非常易懂,很好的书籍-Suitable for parallel computing for beginners, very easy to use, easy to understand example in the book is very, very good books
MPI-Examples-master
- MPI 的测试用例 和常用函数的实例,主要用于新手的练习(MPI test example and the nomal function examples, it is used to test)