资源列表
mpi_demo
- MPI并行计算的编程,有很多重要的例子,很有用。-MPI parallel computing programming, there are many important examples, very useful.
1Dgrappa
- 并行磁共振成像中基础算法GRAPPA的应用实例,一维成像,8线圈采集的数据-1D GRAPPA reconstruction from an 8-channel head array coil using least-square matrix inversion. The data were simulated from the combination of B1 fields by Biot-Savart s law and anatomical features from MPRAGE s
xen-3.0.2-src
- 并行算法实践-mpi源程序,陈国良版,含全部源程序-parallel alogithm
SD
- sd球形解码,用于mimo信道的仿真-sd
fft
- 使用MPI并行设计计算快速傅里叶变换,包含测试数据-MPI fft transform
mpi
- mpi 并行计算源码 编程环境为c语言,大家可以下载来-mpi programing
37153216
- 火箭发动机热力计算 主要用于固体推进剂的计算 使用的是布莱克林法-Thermal calculation is mainly used for rocket motor solid propellant is calculated using the method Bricklin
MPI-Jacobi
- 并行计算课程实验,利用MPI实现jacobi迭代-Parallel computing course experiment, the use of MPI to achieve jacobi iteration
knn_cublas_with_indexes
- KNN 算法的cuda实现,通过cublas-KNN algorithm with cuBlas under CUDA
PMPPAHA
- 《大规模并行处理器编程实战》英文版,全球第一本介绍CUDA的教程。由于书名太长,只能用其英文缩写,望见谅。-Programming Massively Parallel Processors:A Hands-on Approach,a book which is the first book in the world that provide a perfect guide for learning CUDA.
heatdistribution-mpi
- 一个MPI程序,用来解决热分布问题。 热分布是一个经典的并行计算问题。 源代码还附上了测试结果和说明文档。-An MPI procedure, the distribution of hot problem to solve. Heat distribution is a classical problem of parallel computing. Source code is also attached to the test results and documentation.
DoolittleLU
- 用MPI实现的LU分解算法,按照《一种基于DoolittleLU分解的线性方程组并行求解方法》论文里面的通信方式编写,减少进程间同步次数,效率高,论文也打包一并上传了。-Doolittle LU decomposition with MPI