搜索结果
找到约 48 项符合
OpenMP 的查询结果
按分类筛选
并行计算 本人写的一个快速排序的程序
本人写的一个快速排序的程序,同时写出了用openmp进行的并行计算程序,并且对于串行和并行进行了时间的比较,希望对于初学openmp的同志有所帮助!
并行计算 本程序采用并行方法实现jacobi迭代算法
本程序采用并行方法实现jacobi迭代算法,采用VC2005结合openmp编写
文件格式 2006年刚毕业的清华大学优秀博士论文
2006年刚毕业的清华大学优秀博士论文,是关于openMP编译和优化技术的
VC书籍 关于串匹配算法的一个详细的讲解
关于串匹配算法的一个详细的讲解,有助于学习KMP以及openmp的用户学习
其他 This is a mutlicore and cluster(of single-core,multi-core systems) matrix inversion code. Which
This is a mutlicore and cluster(of single-core,multi-core systems) matrix inversion code.
Which uses the MPI(Message Passing Interface) for communication across the compute nodes of cluster and using thread-API based OpenMP(Open Multi Processing) between cores of intra-compute or head node.
数值算法/人工智能 program to solve a finite difference discretization of Helmholtz equation : (
program to solve a finite difference discretization of Helmholtz equation :
(d2/dx2)u + (d2/dy2)u - alpha u = f using Jacobi iterative method.
COMMENTS: OpenMP version 3: 1 PR outside the iteration loop, 4 Barriers
Directives are used in this c ...
技术资料 基于SMP集群的混合并行编程模型研究
提出一种适用于SMP 集群的混合MPI+OpenMP 并行编程模型。该模型贴近于SMP 集群的体系结构且综合了消息传递和共享内存2 种编程模型的优势,能获得较好的性能。讨论该混合模型的实现机制以及MP