-
-
-
-
-
-
trapezoidal.rar
并行计算trapezoidal rule
Write an MPI program for numerical integration based on the trapezoidal rule. For communication,
use the functions MPI_Send() and MPI_Recv() that were described in the lecture. The number of
intervals and the integration limits ...
-
jacobi.rar
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.
-
-
-
-
-