CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - JACOBI MPI
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - JACOBI MPI - List
[
Mathimatics-Numerical algorithms
]
jacobi
DL : 0
本程序采用fortran编写,为用Jacobi法求实对称矩阵的特征值与特征向量-This procedure using fortran prepared for the Jacobi method using realistic symmetric matrix eigenvalue and eigenvector
Update
: 2025-02-17
Size
: 1kb
Publisher
:
qwe
[
Algorithm
]
jacobi
DL : 0
这是一段使用并行方式运算的jacobi迭代,目的是为了说明MPI使用过程中的对称消息发送的方式,矩阵经迭代多次后,其结果是一个16*16的方阵,元素都为8-This is a way to use parallel computing jacobi iteration, in order to explain the purpose of use in the process of MPI message symmetrical manner, after repeated matrix by iteration, the result is a 16* 16 square matrix, elements are 8
Update
: 2025-02-17
Size
: 1kb
Publisher
:
邓超
[
MPI
]
cmpi
DL : 0
C+mpi编写的jacobi的迭代求解源码-C+ Mpi prepared jacobi iteration of the source
Update
: 2025-02-17
Size
: 2kb
Publisher
:
欧阳纯萍
[
MPI
]
JacobiMPI
DL : 0
Jacobi_MPI 基于MPI的并行算法,用Jacobi迭代法解方程组-Jacobi_MPI parallel algorithm based on MPI, using Jacobi iterative method for solution of equations
Update
: 2025-02-17
Size
: 2kb
Publisher
:
luoxiao
[
ELanguage
]
jacobi
DL : 0
利用MPI实现并行化的jacobi算法,同时加入串行实现的算法用于对比 编译:mpicc jacobi.c -o jacobi 运行:mpirun -n nodenum jacobi-Realize the use of MPI-based parallel jacobi algorithm, at the same time serial algorithm is used to realize the contrast compilers: mpicc jacobi.c-o jacobi run: mpirun-n nodenum jacobi
Update
: 2025-02-17
Size
: 2kb
Publisher
:
stonewing
[
MPI
]
MPIPoisson
DL : 0
Jacobi迭代法求解Poisson方程的MPI并行编程。可以接受参数作为问题剖分大小,能自动根据问题规模选择合适的任务划分(行、列、块)。速度不错。精度及问题函数可以自己在编译前设置。 BY:廖能想-Jacobi iterative method for solving Poisson equation MPI parallel programming. Acceptable parameters as the issue of partition size, can automatically select the appropriate size according to the issue of separation of tasks (rows, columns, blocks). Good speed. The issue of accuracy and function can be set in the pre-compiler. BY: Liao can think
Update
: 2025-02-17
Size
: 4kb
Publisher
:
能想的呆子
[
MPI
]
Jacobi
DL : 0
并行计算中的Jacobi算法实现,用mpi编程完成-Parallel computing algorithm of Jacobi, complete with mpi programming
Update
: 2025-02-17
Size
: 1kb
Publisher
:
kmart
[
MPI
]
MPI
DL : 0
MPI实现四个进程以上的Jacobi迭代,进行连续四次迭代后选择两进程所处理数据交界处8×8子矩阵进行输出-MPI realize more than four Jacobi iterative process, carried out four successive iteration process after the selection of two data processing at the junction of 8 × 8 sub-matrix output
Update
: 2025-02-17
Size
: 69kb
Publisher
:
董立峰
[
MPI
]
jacobi
DL : 0
本程序采用并行方法实现jacobi迭代算法,采用VC2005结合openmp编写-This procedure jacobi method using parallel iterative algorithm using OpenMP VC2005 combines the preparation of
Update
: 2025-02-17
Size
: 297kb
Publisher
:
李若愚
[
Windows Develop
]
jacobi.f
DL : 0
Jacobi的fortran程序 包括openmp以及MPI以及openmp与mpi的联合算法-a Jacobi program writen in fortran program to solve a finite difference discretization of Helmholtz equation
Update
: 2025-02-17
Size
: 8kb
Publisher
:
an
[
MPI
]
jacobi
DL : 0
Write an MPI program that solves a set of linear equations Ax = b with the 并行计算 Jacobi method. The root process reads the matrix A and the vector b from files. The file names have to be specified by the user as parameters.-Write an MPI program that solves a set of linear equations Ax = b with the Jacobi method. The root process reads the matrix A and the vector b from files. The file names have to be specified by the user as parameters.
Update
: 2025-02-17
Size
: 2kb
Publisher
:
刘铭
[
Algorithm
]
MPI-Matrix
DL : 0
线性方程组的迭代解法,包括雅克比、高斯-赛德尔和松弛法的MPI源码-Iterative solution of linear equations, including Jacobi, Gauss- Seidel and relaxation Law MPI Source
Update
: 2025-02-17
Size
: 11kb
Publisher
:
不死鸟
[
MPI
]
jacobi
DL : 0
用c语言编写的算法—雅克比迭代,是学习并行的好例子-The algorithm using c language- Jacobi iteration, is a good example of parallel learning
Update
: 2025-02-17
Size
: 2kb
Publisher
:
付玉强
[
MPI
]
jacobi
DL : 0
行交差划分方式下 MPI 实现雅可比迭代算法-Line mode MPI cross into the Jacobi iterative algorithm to achieve
Update
: 2025-02-17
Size
: 3kb
Publisher
:
liuqiang
[
Algorithm
]
jacobi-mpi3
DL : 0
Jacobi MPI Algorithm
Update
: 2025-02-17
Size
: 2kb
Publisher
:
rickshido
[
MPI
]
MPI-jacobi
DL : 0
使用MPI计算Jacobi迭代,文件夹里有两个CPP文件,jacobi_std.cpp是标准的Jacobi程序(串行程序),mpi.cpp是MPI版本-Jacobi iterative calculation using MPI, folders, there are two CPP file, jacobi_std.cpp is the standard Jacobi procedure (serial program), mpi.cpp is the MPI version
Update
: 2025-02-17
Size
: 124kb
Publisher
:
BlueStar
[
Algorithm
]
jacobi
DL : 0
Jacobi method for solving system of linear equatations in its MPI realization
Update
: 2025-02-17
Size
: 2kb
Publisher
:
wslcdg
[
MPI
]
MPI-Jacobi
DL : 0
并行计算课程实验,利用MPI实现jacobi迭代-Parallel computing course experiment, the use of MPI to achieve jacobi iteration
Update
: 2025-02-17
Size
: 885kb
Publisher
:
YUANZX
[
MPI
]
linearsolver-MPI-clang
DL : 0
A parallel implementation of jacobi, CG and GS linear solvers, Using MPI excelent for teaching
Update
: 2025-02-17
Size
: 8kb
Publisher
:
sina
[
MPI
]
Jacobi
DL : 0
线性方程组Jacobi迭代的并行计算程序,数据文件是A*x=b,A是4阶方阵的算例。(A*x=b, Jacobi, In Data.txt the Matrix is 4*4)
Update
: 2025-02-17
Size
: 2kb
Publisher
:
jonajosejota
«
1
2
3
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.