资源列表
Automatic-parallel-compiled
- 这是一篇很有价值的博士论文,对于并行化编译器中并行程序自动生成和性能优化技术进行了较深入的研究。 并行化的最终日标是生成符合日标机体系结构特点的高效并行程序,因此如何产生高效并行代码是并行化编译研究的一项重要内容。 这篇文章以并行化编译器KAP为研究背景,以分布内存结构为目标,研究了并行化过程中的通信优化和消息、传递类型并行程序自动生成问题;以共享内存结构为目标,研究了并行化产生的openMP程序的编译优化问题。通过测试确定了影响openMP程序性能的主要因素,从并行化生成OpenMP并
Assignment-Sharp6
- This simple array search using MPI API. Array is 2D.-This is simple array search using MPI API. Array is 2D.
fig02_13
- 1311698 realy visual studio not ne-1311698 realy visual studio not needed
Complex
- Realization of Complex Numbers class, with tests and calculations. Really useful.
jp
- 键盘输入模块(利用按键来获取我们所需要设定的值)并将这个值进行计算-Keyboard input module
BigarmCount
- hadoop中BigarmCount(相邻词组出现频率)的实现-implementation of BigarmCount using hadoop
InvertedIndex
- hadoop中反向索引(InvertedIndex)的实现-implementation of InvertedIndex using hadoop
pagerank
- 在hadoop中实现pagerank,先BuildPageRankRecords,然后RunPageRankBasic-Implemented in the hadoop pagerank, first BuildPageRankRecords, then RunPageRankBasic
Matrix
- 矩阵的加法,减法和乘法 二元方程的解法 日期,可以输出N天前和N天后的年月日-Matrix addition, subtraction and multiplication two yuan Equation in date N days ago, and can output the years at N days
Add
- Adding two vectors in MPI
tspapp_src
- TSP algorithm for C and openmp
mpi_sort
- this is a simple merge sort algorithm by MPI