搜索资源列表
jacobi
- 这是一段使用并行方式运算的jacobi迭代,目的是为了说明MPI使用过程中的对称消息发送的方式,矩阵经迭代多次后,其结果是一个16*16的方阵,元素都为8
MPI-Matrix
- 线性方程组的迭代解法,包括雅克比、高斯-赛德尔和松弛法的MPI源码-Iterative solution of linear equations, including Jacobi, Gauss- Seidel and relaxation Law MPI Source
jacobi-mpi3
- Jacobi MPI Algorithm
jacobi
- Jacobi method for solving system of linear equatations in its MPI realization
jacobi_mpi
- C语言版的基于MPI的Jacobi矩阵计算的并行算法~~~ -C-language version of the Jacobi matrix calculation of MPI-based parallel algorithm ~ ~ ~