资源列表
Parallel-Computing-OpenMP-Hell
- 用OpemMP进行C++并行编程的入门例程,OpemMP carried out with C++ parallel programming routine entry
conjugate-gradient
- MPI conjugate gradient algorithm
PSRS
- 本代码是下在Linux环境下的C编程,主要模拟实现并行计算中的PSRS算法。-under this code is in Linux environment under the C programming, simulated parallel computation algorithm for the MPP.
mm_mpi_jacobi.f90
- 用MPI在fortran下实现Jacobi迭代算法-with MPI under the fortran Jacobi iterative algorithm
13-3
- 并行编程程序 MPI psrs_sort.c-MPI psrs_sort.c
13-3
- mpi并行计算经典的教程,欢迎下载使用-good tutorial mpi parallel computing, welcome to download
sor
- SOR ap for CUDA, iterate many times and proceed reduction for check the result of program.
mpi
- Basic MPI introductory examples. Uploaded so other people can ease into MPI development.
chapter06
- 《GPU高性能编程CUDA实战》书中第6章源代码-Chapter 6 source code of the GPU high-performance programming CUDA real " book
sort-mpi
- * 算法描述: 分段 -> 段内排序 -> 归约结果。 * 1,根进程读取输入,将元素个数广播给各个进程。 * 2,然后各进程计算段长度和段偏移。 * 3,然后根进程选择第一个段,标记站位符。 * 4,跟进程将剩余元素发送给下一进程,下一进程选择段的同时,根进程排序。 * 5,下一进程继续此过程,直到最后一个进程,所有元素都进行排序。 * 6,进程将排序好的元素,按照段偏移归约给根进程。 * 7,根进程输入结果。 *
cuda-matrixmul--reverse
- cuda并行计算 两基于vs实现的.cu代码 简单的实现矩阵相乘和反转。-Cuda parallel computing based on vs. Two cu code simple implementation of matrix multiplication and inversion
spark-matrix-master
- 基于Spark的矩阵操作,一个很有用的例子。- Spark-based matrix operation, a very useful example.