搜索资源列表
Parallel-Computing-OpenMP-Hell
- 用OpemMP进行C++并行编程的入门例程,OpemMP carried out with C++ parallel programming routine entry
invBorder
- OPENMP实现并行编程算法 C语言 编译已经通过-OPENMP parallel algorithm C programming language compiler has passed
kmp
- 使用并行计算编程工具OpenMp实现kmp串匹配-The use of parallel computing OpenMP programming tools to achieve KMP String Matching
MultiCore-Programming
- Intel出版的多核编程,介绍通过软件的多线程方式来提高性能的方法。分为介绍多核变成,线程的综述,并行的基本概念,线程以及并行编程的结构,线程的API,OpenMP技术,并行编程的常规问题,多线程debug方法,Intel多核处理器的线程及其开发工具等。-Intel multi-core programming, published to introduce the way through the software to improve performance of multi-threaded
OpenMP
- 有关openMP并行算法编程的知识,学习vs中omp库的函数和类变量-The openMP Parallel programming knowledge, learning vs the omp library functions and class variables
mpiomp_wave
- MPI和OpenMP实现wave程序的混合并行编程-MPI and OpenMP programs to achieve wave mixing parallel programming
mpiomp_jacobi
- 用MPI和OpenMP实现jacobi程序并行化的混合编程-Achieved with MPI and OpenMP parallel jacobi program mixed programming
ParallelPI
- 用OpenMP并行编程求解PI,需要设置MPI和编译运行环境。-parallel programming with OpenMP
MST
- 最小生成树问题。多线程编程、并行计算。使用OpenMP计算最小生成树。-MST problem
parallel-compute.
- 一个基于OpenMp并行编程的实例,基于多线程,多线程比单线程下节省运行时间的典型例子。算法内容主要是计算矩阵乘积,再求个元素和。可通过"任务管理器"-"性能"查看运行在多核上。-Typical example of a parallel programming based OpenMp instance, save run time based on the multi-threaded, multi-threading than single-threaded. The algorithm
OpenMP-_Programming_manual
- OpenMP 编程指南,用于共享存储的并行设计编程中-OpenMP programming manual
chapter3
- 多核CPU计算机 多线程编程基础 OpenMP 并行程序设计语言和并行结构的描述 -Parallel Programming
lu_mpi_omp
- LU分解的MPI和OpenMP混合并行编程-LU decomposition MPI and OpenMP parallel programming mix
openmp_mpi_combine
- mpi和openmp混合编程,实现矩阵向量相乘的并行计算,主要是并行开启和终止的示例,适合初学者-mpi and openmp mixed programming, parallel computing matrix-vector multiplication, is an example of a parallel main opening and termination for beginners
start
- openmp并行编程实现矩阵乘法运算,读入矩阵A和矩阵B,并输出计算结果到文件-openmp parallel programming matrix multiplication, read matrix A and matrix B, and output the results to a file
MPI
- 里面包含两本MPI的经典书籍和一份PPT。 MPI并行程序设计自学教程.PPT MPI与OpenMP并行程序设计:C语言版 高性能计算之并行编程技术-MPI并行程序设计(完整版)-MPI which contains two classic books and a PPT. MPI parallel programming self-paced tutorial .PPT MPI and OpenMP parallel programming: C language vers
MPI-and-OpenMP-parallel-programming
- 《MPI与OpenMP并行程序设计(C语言版)》是美国Oregon州立大学的Michael J.Quinn教授在多年讲授“并行程序设计”课程的基础上编写而成的,主要介绍用C语言,并结合使用MPI和OpenMP进行并行程序设计,内容包括并行体系结构、并行算法设计、消息传递编程、Eratosthenes 筛法、Floyd 算法、性能分析、矩阵向量乘法、文档分类、蒙特卡洛法、矩阵乘法、线性方程组求解、有限差分方法、排序、快速傅立叶变换、组合搜索、共享存储编程、融合OpenMP和MPI以及5个附录。-&
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
lab1
- 共享存储编程实验,用OpenMP实现并行的枚举排序算法和快速排序算法并与其串行算法进行比较(OpenMP parallel QuickSort)
并行计算导论(原书第2版) 清晰PDF
- 并行计算导论系统介绍涉及并行计算的体系结构、编程范例、算法与应用和标准等。覆盖了并行计算领域的传统问题,并且尽可能地采用与底层平台无关的体系结构和针对抽象模型来设计算法。书中选择MPI(Message Passing Interface)、POSIX线程和OpenMP这三个应用*广泛的编写可移植并行程序的标准作为编程模型,并在不同例子中反映了并行计算的不断变化的应用组合。(ntroduction to Parallel Computing System introduces the archit