资源列表
MPI
- 里面包含两本MPI的经典书籍和一份PPT。 MPI并行程序设计自学教程.PPT MPI与OpenMP并行程序设计:C语言版 高性能计算之并行编程技术-MPI并行程序设计(完整版)-MPI which contains two classic books and a PPT. MPI parallel programming self-paced tutorial .PPT MPI and OpenMP parallel programming: C language vers
MPI_OpenMP
- 里面包含MPI以及OpenMP的培训资料和MPI在分子动力学领域应用的资料-Information which contains MPI and OpenMP and MPI training materials in the field of molecular dynamics applications
MPI-and-OpenMP-parallel-programming
- 《MPI与OpenMP并行程序设计(C语言版)》是美国Oregon州立大学的Michael J.Quinn教授在多年讲授“并行程序设计”课程的基础上编写而成的,主要介绍用C语言,并结合使用MPI和OpenMP进行并行程序设计,内容包括并行体系结构、并行算法设计、消息传递编程、Eratosthenes 筛法、Floyd 算法、性能分析、矩阵向量乘法、文档分类、蒙特卡洛法、矩阵乘法、线性方程组求解、有限差分方法、排序、快速傅立叶变换、组合搜索、共享存储编程、融合OpenMP和MPI以及5个附录。-&
OpenCL
- opencl异构编程随书代码,经验证可以用.分享给大家,希望能有所帮助-opencl heterogeneous programming with the book code
mpi_mandelbrot
- 利用MPI 计算 点是否在曼德博集合中 运行指令在bash 文件中。 前面的都是上传到云处理器的参数,可以自行修改-Using MPI to calculate the point whether in the mandelbrot set
Archive
- 弗洛伊德算法的MPI+openmp实现. 运行指令在bash文件中。导入文件是3000个点,可以自行修改带入文件-Floyd Warshall algorithm achieved by MPI+openmp
ACO
- 标准蚁群优化算法源程序,可直接运行使用,算法简单-problem of VRP
trunk
- Bigamp算法仿真程序,用于5G下MIMO的低分辨率ADC的设计、分析等。-The User s Guide has very little right now. There is a reference to one example, but I am hoping to find more. Also, due to a server error we are trying to debug, the webpage may time several minutes to
lyapunvwolftese
- 分数阶混沌系统的Lyapunov指数,有利用分数及的计算-fractional chaotic newsysytems Lyapunov
D
- 采用有限体积算法一阶迎风型离散格式进行数值求解。-Finite volume algorithm first order upwind discretization solved numerically.
OFDM
- 完整的OFDM代码,包括傅里叶变换,以及信道估计采用16QAM进行调制-program for OFDM
mpi_mat_vect_time
- 使用mpi编写的进行矩阵乘法运算的并行程序。(An parallel program using MPI to realize the multiplication of matrices.)