搜索资源列表
dc
- 一种很好的潮流编程程序,电力系统及其自动化使用,请大家多多关照
MPI
- MPI并行编程详细解说,适合想了解和使用Lunix机群系统的学生和工作人员
hw2
- 编程测试并行平台MPI层的带宽和延迟: 单向通信时间简单表示为:t=Latency+Message_Size/Bandwidth 利用该方程得到系统的带宽和延迟
CUDA_VS2010
- GPU并行计算,cuda编程在VS2010平台上的配置。系统要求:windows 7,cuda 4.0(toolkit、SDK),VS2010.-GPU parallel computing, cuda programming in VS2010 platform configuration. System Requirements: windows 7, cuda 4.0 (toolkit, SDK), VS2010.
Concurrentprogramming
- 并发程序设计,比较计算机系统处理并发和串行时,时间的花费,说明并行的优越性。程序用VC++6.0菜单式编程实现-Concurrent programming, comparing concurrent and serial processing computer system, the time spent, shows the superiority of the parallel. Program with VC++6.0 menu-driven programming
MRPCUDA
- 这是MapReduce编程模型在GPU、GPU和CPU以及多GPU系统上的开源实现。-This file contains the MapReduce progrmming model implmented in different platforms of GPU
MULTIGPU-PROGRAMING
- 多GPU编程,对存在多个GPU的系统里做计算。-multiGPU programing
combation caculation
- Intel编译器的自动并行化功能可以自动的将串行程序的一部分转换为线程化代码,适用于多核或多处理器的共享内存系统,OpenMP是C/C++ 和Fortan等的应用编程接口,已经被大多数计算机硬件和软件厂家所标准化。(Automatic parallelization of serial program function can automatically convert a portion of the thread of Intel code compiler, shared memory s
并行计算导论(原书第2版) 清晰PDF
- 并行计算导论系统介绍涉及并行计算的体系结构、编程范例、算法与应用和标准等。覆盖了并行计算领域的传统问题,并且尽可能地采用与底层平台无关的体系结构和针对抽象模型来设计算法。书中选择MPI(Message Passing Interface)、POSIX线程和OpenMP这三个应用*广泛的编写可移植并行程序的标准作为编程模型,并在不同例子中反映了并行计算的不断变化的应用组合。(ntroduction to Parallel Computing System introduces the archit