搜索资源列表
matmult
- 并行矩阵乘法。用于mpi和openMP混合并行求解矩阵乘法问题。适用于分布共享存储cluster环境。无解压密码。-parallel matrix multiplication. OpenMP for mixed MPI and parallel matrix multiplication to solve the problem. Distribution applicable to the shared storage cluster environment. Without extract
mpich2-1.0.3.tar
- mpi并行计算的c++代码 可用vc或gcc编译通过 可以用来搭建并行计算试验环境-mpi parallel computing available vc c code or compile gcc structures can be used to test parallel computing environment
Scatter_Allgather
- MPI program Scatter_Allgather.c
test
- mpi 测试程序,测试一些基本函数功能。。使用mpicxx编译
MPI-Matrix
- 线性方程组的迭代解法,包括雅克比、高斯-赛德尔和松弛法的MPI源码-Iterative solution of linear equations, including Jacobi, Gauss- Seidel and relaxation Law MPI Source
mpi
- 高次方程求解的一个程序,使用vc编成的并行程序,在并行环境下运行!-High equation a procedure, the use of vc into the parallel process run in parallel environment!
FFT.c
- Fast Fourier Transform using MPI libraries (Source Code)
mpi-chi2-v1_5
- Fast chi-square distance computation in C, matlab and python
Fortran-MPI-
- fortran mpi teach abcdef
matrix_multiplty_mpi
- 并行计算两个矩阵相乘。这个算法是原创的。可以很快实现大型矩阵的相乘。-this is a MPI program that can accompish qucik computation of multiply of two large matrix by parall computation
parallel_matrix_multiply_demo
- Cannon算法的C++程序MPI实现,实现矩阵的相乘。-MPI implementation of Cannon algorithm(in C++)
fortran1
- FDTD1D_MPI - MPI inplementation of simplified 1D FDTD code-FDTD1D_MPI- MPI inplementation of simplified 1D FDTD code
nbody-mpi
- N-body MPI algorithm
jacobi-mpi3
- Jacobi MPI Algorithm
MPIGaussMatrix
- 基于MPI的高斯算法求解矩阵方程,运行前需安装第三方插件MPICH-MPI algorithm based on Gaussian matrix equation, third-party plug-ins to be installed before running MPICH
cannon
- Cannon 乘法并行算法的MPI源程序-Cannon MPI parallel algorithm source multiplication
jacobi
- Jacobi method for solving system of linear equatations in its MPI realization
mpi-course
- 陈国良并行算法实践 -mpi源程序 《并行算法的设计与分析》-parallel computing mpi
mpi-matrix
- mpi矩阵相乘,初值如程序中设置,并附有串行程序和加速比测试结果-MPI matrix multiplication, the initial value as the program settings, and there also have serial procedures and results of acceleration
pso-mpi
- 标准PSO的c++实现,可以单线程运行,也可以通过MPI实现并行化,同时实现了粒子间的拓扑结构。(Standard PSO c++ implementation, you can run a single thread, you can also achieve parallelization through MPI, while achieving the topology between particles)