搜索资源列表
200607041637156759
- new整数划分 源文件 -new source file new integer division source document
18-1
- 矩阵转置并行计算,需要至少4个处理器,采用块棋盘划分方法
MPIPoisson
- Jacobi迭代法求解Poisson方程的MPI并行编程。可以接受参数作为问题剖分大小,能自动根据问题规模选择合适的任务划分(行、列、块)。速度不错。精度及问题函数可以自己在编译前设置。 BY:廖能想
createNewComm.tar
- 编 写 MPI 程 序 : 依 据 所 有 mpi 进 程运 行 所 在 节 点 集 合 的 大 小 , 进 行 MPI_COMM_WORLD 通信域划分,使得运行在相同节点上的 mpi 进程都将被分到相同的子通信域。测试并验证你的程序能够正确分组。 -Write MPI programs: mpi process is running in accordance with all the size of a collection of nodes, the MPI_COMM_WOR
exp1
- 给定正整数n,计算出n个元素的集合{1, 2, , n}可以划分成多少个不同的非空子集。-Given positive integer n, to calculate a collection of n elements (1, 2, , n) can be divided into a number of different nonempty sets.
matri
- 行列划分并行矩阵乘积算法,在cluster上运行成功-matrix multiplition on cluster
jacobi
- 行交差划分方式下 MPI 实现雅可比迭代算法-Line mode MPI cross into the Jacobi iterative algorithm to achieve
transpose
- 矩阵转置,使用棋盘划分将矩阵通过划分为不同的小块,使用MPI讲其并行求小块的转置。-Matrix transpose, the matrix by using the board is divided into different small pieces, about its use of MPI parallel transpose small demand.
LU_mpi
- LU分解,采用连续划分方式下的MPI实现-LU decomposition of the continuous division of MPI implementations under way
MPI_Bcast
- 矩阵相乘的LU算法的MPI并行实现源码,采用连续行划分方法。-MPI parallel implementation of matrix multiplication, LU algorithm source code, a continuous line of division method.
chapter6
- 划分(partitioning):将问题分为若干个独立的部分。 分治法(divide and conquer method):将一个大问题逐步分割成若干个原问题的子问题,用简单且相同的方法对这些子问题进行求解,然后将这些子问题的解组合成原问题的解。 在分治法中分解问题和合并结果常使用递归技术来实现。递归分治法能使各个子问题并行化执行,即各个进程用来执行被分解的部分。 通常数据的划分也同时局部化。 -partitioning and divide and conquer metho
Meshing
- 有限元线法温度场分析,网格划分可视化处理小程序-FEMOL temperature field analysis, meshing visualization applet
Visual-Fore
- 有限元线法温度场分析前处理网格划分。应用FORTRAN调用OPENGL实现可视化-FEMOL pretreatment temperature field analysis mesh. FORTRAN calling OPENGL application visualization
matrixAssign
- 最简单的CUDA实现的矩阵乘法,带状划分,没有进行优化的!-CUDA matrix multiplication easiest to achieve, striping, not optimized for!
mpi_trap.c
- MPI并行程序,计算已知方程的积分,可以自行定义划分积分的次数,进行累加,输出时间信息,可以用于计算效率和加速效果-MPI program, Trapezoidal Method, u can change the function into ur own. output timing information, can be used to calculate speedup and efficiency
bxMatrix_RowC
- 大数量级的矩阵乘法,按行划分,并行算法设计-Matrix multiplication, division by line, parallel algorithm design
bxMatrixMulti_new
- 并行算法中的矩阵乘法设计,按行列划分,高效求解矩阵运算-Parallel matrix multiplication algorithm design, according to the ranks of the division, and efficient for solving matrix operations
matrixTranspos
- 一个利用pthread进行基于直角划分的矩阵转置源码,内含功能源码,测试shell scr ipt,readme-A pthread-based matrix transpose source code implemented by using Rectangular partitioning, including source code, shell scr ipt for testing and Readme
wghf
- 在流体力学中对圆柱绕流进行网格划分和计算用的初步生成。(Preliminary generation of mesh and calculation of flow past a cylinder in fluid mechanics.)
矩阵向量
- 带状划分的矩阵向量乘法。数据文件是40*40的算例。(The file is prepared for solving A*b, in the Date there is an example for A which is a 40*40 matrix)