资源列表
hadoop-src
- hadoop的src,里面包括了源代码,测试用例,已经api-the source code of hadoop
CnC_tutorial
- Intel CnC 帮助文档, 在这个文档中,你可以找到英特尔CnC并行的使用方法,CnC比OpenMp最大的优势在于你并不需要十分了解它是怎么并行的,只要将你需要计算的数据放入cnc中,它会自动并行-Intel CnC help document. In this document, you can find how to use CnC, CnC is better than openMp because it doesn t matter if the programer is p
fib
- CnC 斐波那契数列的例子 在112345这种openmp下不能并行的例子中,看看cnc是如何做到并行的-CnC fib example. In Fibonacci number, openmp cannot do that, see how it works in CnC
primes
- CnC中查找素数的并行 这是一个学习cnc很好的例子-How to find prime numbers in concurrent program. it s very useful in learning cnc.
MRPCUDA
- 这是MapReduce编程模型在GPU、GPU和CPU以及多GPU系统上的开源实现。-This file contains the MapReduce progrmming model implmented in different platforms of GPU
hadoopP0.20.203.0Papi
- hadoop 0.20.203.0的API,是chm格式的。hadoop编程入门的最佳API参考。-hadoop 0.20.203.0 API
source-code-of-parallel-computing
- 并行计算源码,多个并行计算源码,基于MPI的并行计算源码-message passing interface
newPSOtool
- 粒子群最新工具箱,内附使用说明和例子 PSO算法使用简介-Particle Swarm toolbox booklet contains instructions and examples Introduction to the PSO algorithm to use
hmmer-2.3.2-MPI-0.92.tar
- 生物信息序列匹配的隐式马尔科夫链的mpi并行实现-hmm for mpi
invert
- mpi并行版本的矩阵求逆运算,附带测试文件-inverting the matrix
power
- 计算矩阵绝对值最大特征值的乘幂法的mpi并行算法-the maximum of eigenvalue
mpich2_1.4.1-1.debian.tar
- MPI是一种消息传递编程模型,并成为这种编程模型的代表。事实上,标准MPI虽然很庞大,但是它的最终目的是服务于进程间通信这一目标的-Message Passing Interface