这是大学课程 mpi并行程序设计实例教程上课中 讲解的雅克比迭代 的代码。
2021-06-24 06:35:17 2KB MPI 雅克比迭代
1
完美pdf Key Features: 1. Takes a tutorial approach, starting with small programming examples and building progressively to more challenging examples 2. Focuses on designing, debugging and evaluating the performance of distributed and shared-memory programs 3. Explains how to develop parallel programs using MPI, Pthreads, and OpenMP programming models
2021-06-23 19:15:57 3.59MB Pthread OpenMP MPI C++
1
算例1:mpicannon.f 算例2:mpialltoall.f /* 全交换算例 */ 算例3:mpipi.f /* 计算π值 */ 算例4:mpireduce.f /* 归约 */ 算例5:mpistruct.f /* 数据结构类型 */ 算例6:mpiupper.f /* 上三角矩阵运算 */
2021-06-23 12:28:34 6KB MPI 高能并行计算
1
西门子200、300PLC到西门子触摸屏连接电缆
2021-06-23 12:03:08 7KB 图片
1
libtommath:LibTomMath是一个完全用C编写的免费开源可移植数字理论多精度整数库
2021-06-22 22:23:13 315KB c math mpi multi-precision
1
CFD基础PPT,详细讲解与入门。流体力学基本方程,差分方法,有限体积法,常微分数值解法,湍流与转捩,MPI并行程序设计
1
墨尔本大学研究生并行计算课程的一个作业,包含一个Sequential代码和一个blocking communication和一个nonblocking communication的并行代码,均是用C语言完成,并附有完整的report。可在集群计算机上并行运行
2021-06-22 12:02:59 112KB Heat distribution,并行,MPI
1
PachecoPS_Parallel programming with MPI_Morgan Kaufmann Publishers (1997)
2021-06-17 15:15:06 5.36MB MPI
1
用MPI实现一维数组求和,可以用任意进程来实现。上课时介绍的,就编了一个简单的代码,用VS生成exe文件,然后用MPICH就可以运行了。
2021-06-13 16:08:34 674B MPI 并行 数组运算
1
使用MPI+C并行语言实现矩阵相乘,该程序已经经过调试,完全可运行。
2021-06-12 22:12:12 3KB 矩阵相乘 并行计算 MPI+C
1