搜索资源列表
managerWorker
- 简单的并行计算示例,使用MPI实现,在改程序中有一个manager,n个worker,运行后可以使多个worker同时计算
hadoop-book
- hadoop权威指南第二版书中的示例程序源代码-the hadoop authoritative guide to the second edition of the book, sample program source code
ComputeTime
- 基于NV的CUDA(计算统一构架)的一段程序,示例如何在显卡的GPU上进行并行平方和运算,代码思路清晰,易于理解。-NV based on the CUDA (calculated unified framework) period of procedures, examples of how the GPU graphics cards on the square and parallel computing, code clear and easy to understand.
hello
- 在fortran开发环境下,简单的并行程序示例-parallel algorithm practice," incidental mpi source, including eight for Queen s, Peddlers issue of 38 mpi Parallel Programming
spinner
- 这是Tilera芯片的多线程示例程序,Tilera是美国一家芯片制造公司,目前已经生产出100核的芯片,此示例程序演示了一个单应用程序被并行执行,在其中一个应用程序fork/execs自身的多个实例,多核的每个核也相似,而这样的实例一起执行该应用程序,使用的实例之间的UDN来互相通信。-This example program demonstrates a single-app parallel execution style, in which an application fork/ex
mpich2-1.4.1p1
- mpi的源码,示例程序等,主要用于对mpi并行编程程序的研究。-mpi source code, sample programs, mainly for mpi parallel programming procedures.
MATLAB-CUDA
- MATLAB平台下的CUDA加速库。运用该库可避免在MEX函数中来回拷贝GPU数据,提高MATLAB运行速率。附件给出一个简单的矩阵乘法的示例程序,该程序在GTX TITAN下运行效率比intel i7 3930k提高了10倍。-CUDA MATLAB platform acceleration libraries. Avoid the use of the library can be copied back and forth GPU MEX function data, improve M
Circuit-Satisfiability
- MPI与OpenMP并行程序设计(C语言版)示例程序-MPI and OpenMP parallel programming (C language version) sample program
Collective-Communication
- MPI与OpenMP并行程序设计(C语言版)示例程序:进程通信-MPI and OpenMP parallel programming (C language version) sample program: Process Communication
mpi_userguide
- 压缩包内包含了MPIVH2安装包,以及Linux系统下的安装说明,集群内NFS共享的安装说明,以及一个分布式计算的示例程序(100个文件,分布式处理后,结果写入另外100个文件)。在虚拟机REDHAT上经过测试,-Within the archive contains a MPIVH2 installation package and installation instructions under Linux, NFS shares within a cluster installation i
Colfax-HOW-Day-05
- 对性能优化的讨论。本次会议制定了优化路线图,将优化技术分为五类优化。会议的演讲部分展示了一些从这5类技术的一个示例应用程序的N体模拟实施中的应用。该视频还提供了额外的案例研究,在该研究中的优化证明。会议的实践部分的N体模拟和措施的性能提升在英特尔至强E5处理器和第一代英特尔Xeon Phi协处理器获得的优化过程。-In Session 5 we begin the discussion of performance optimization. This session lays out the
mpi_demo
- mpi示例脚本,含有多个程序,适合初学者(mpi demostration, there has many program,it is for the new programmer)
GPU高性能编程CUDA实战—示例代码
- 结合GPU高性能编程,提供实战样例程序,包含矩阵乘法,原子操作,热传导,多GPU,多流的代码(Combined with GPU high performance programming, it provides actual sample program, including matrix multiplication, atomic operation, heat conduction, multi GPU, and multi stream code.)